Function ProApprnstateNameGet
Description
To get the name of an appearance state
Synopsis
#include <ProApprnstate.h>
ProApprnstateNameGet
(
/* (In)
Handle to the appearance state.
*/
wchar_t** r_name
/* (Out)
Returns pointer to wchar string with the name of the apperarnce state; the caller must release the string using ProWstringFree()
*/
)
Returns
The name of the appearance state was successfully found.
There was an error finding the name of the appearance state.
User Guide References
これは役に立ちましたか?