| [Up][Next] | 
Other typinfo related functions.
| Name | Description | 
|---|---|
| GetEnumName | Get an enumerated type element name | 
| GetEnumValue | Get ordinal number of an enumerated type, based on the name. | 
| GetEnumNameCount | Get number of elements in an enumerated type. | 
| GetTypeData | Skip type name and return a pointer to the type data | 
| SetToString | Convert a set to its string representation | 
| StringToSet | Convert a string representation of a set to a set |