PEXFreeEnumInfo - Free Memory Allocated for Enumerated Type Information


Synopsis

 
   void PEXFreeEnumInfo(
           unsigned long count,
           unsigned long *info_count,
           PEXEnumTypeDesc *enum_info
      )
 

Arguments

count
The number of enumerated types.

info_count
An array of counts. This corresponds to the info_count_return argument in the PEXGetEnumTypeInfo function.

enum_info
An array of enumerated type descriptors. This corresponds to the enum_info_return argument of the PEXGetEnumTypeInfo function.

Returns

None.

Description

Invoke PEXFreeEnumInfo to free memory allocated by PEXlib for the return value and return argument in the PEXGetEnumTypeInfo function.

Errors

None.

See Also

For an overview, see PEXlib Access and Information Functions.