PEXFreeEnumInfo(3) — Subroutines
Name
PEXFreeEnumInfo - Free Memory Allocated for Enumerated Type Information
Synopsis
void PEXFreeEnumInfo(unsigned long count, unsigned long ∗info_count, PEXEnumTypeDesc ∗enum_info)
Arguments
countThe number of enumerated types.
info_countAn array of counts. This corresponds to the info_count_return parameter in PEXGetEnumTypeInfo.
enum_infoAn array of enumerated type descriptors. This corresponds to the enum_info_return parameter of PEXGetEnumTypeInfo.
Returns
None
Description
PEXFreeEnumInfo frees memory allocated by PEXlib for the return value and return parameter in PEXGetEnumTypeInfo.
Errors
None
See Also
PEXGetEnumTypeInfo