Description | ||||||||
To get the name of an appearance state | ||||||||
Synopsis | ||||||||
#include <ProApprnstate.h> | ||||||||
ProError | ProApprnstateNameGet | ( | ||||||
ProApprnstate apprn | ||||||||
/* (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 | ||||||||
|