PEXFreeOCData - Deallocate OC Data


Synopsis

 
   void PEXFreeOCData(
        unsigned long count,
        PEXOCData *oc_data
   )
 

Arguments

count
The number of output commands.

oc_data
An array of output command data.

Returns

None.

Description

Invoke PEXFreeOCData to deallocate memory allocated by PEXlib to hold decoded output command data.

Errors

None.

See Also

For a list of PEXlib Encode and Decode functions and related topics, see Output Command Encode and Decode.