IPB_Session interface:
GetEnumItemName method
Description
Obtains the name of an enumerated variable.
Syntax
GetEnumItemName(LPCTSTR enumName, long enumItemValue)
Return Values
LPCTSTR.
Usage
When you have finished using the name, call the ReleaseString method
to free the memory acquired.
See Also