PEXFreePipelineContext - Free Pipeline Context (5.0)


Synopsis

 
   void PEXFreePipelineContext(
        Display *display,
        PEXPipelineContext context
   )
 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

context
The resource identifier of the pipeline context.

Returns

None.

Description

Invoke PEXFreePipelineContext to delete the association between the pipeline context resource identifier and the pipeline context.

The PEX implementation frees the pipeline context when no other resource references it.

Errors

BadPEXPipelineContext
The specified pipeline context resource identifier is invalid.

See Also

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