PEXFreeOCC - Free an OC Context


Synopsis

 
     void PEXFreeOCC(
          PEXOCC context
     )
 

Arguments

context
A PEXOCC returned by a successful PEXCreateOCC call.

Returns

None.

Description

Invoke PEXFreeOCC to deallocate the storage associated with a PEX OC Context.

After your application calls this function, the PEXOCC specified by the context argument is no longer valid for use in any OCC function.

Errors

None.

See Also

For an overview, see Bitmask/Value Interface.