PEXFreePCAttributes5_2 - Free Storage Returned by PEXGetPipelineContext5_2 (5.0)


Synopsis

 
   void PEXFreePCAttributes5_2(
        PEXPCAttributes5_2 *values
   )
 
 
   void PEXFreePCAttributes(
        PEXPCAttributes *values
   )
 

Arguments

values
A pointer to the pipeline context attribute values.

Returns

None.

Description

Invoke PEXFreePCAttributes5_2 (or PEXFreePCAttributes) to deallocate memory returned by the PEXGetPipelineContext5_2 (or PEXGetPipelineContext) function. Be sure to use the correct form of the function to match the type of the attributes data structure.

Errors

None.

See Also

For related topics and for a list of pipeline context functions, see Pipeline Contexts.