.\" @(#)PEXFreePipelineContext.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXFreePipelineContext 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXFreePipelineContext \- Free Pipeline Context .SH SYNTAX .HP void PEXFreePipelineContext\^(\^Display *\fIdisplay\fP\^, PEXPipelineContext \fIcontext\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIcontext\fP 1i The resource identifier of the pipeline context. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXFreePipelineContext .IX "Pipeline Context" PEXFreePipelineContext .LP This function deletes the association between the pipeline context resource identifier and the pipeline context. The pipeline context is freed when no other resource references it. .SH ERRORS .TP .SB BadPEXPipelineContext The specified pipeline context resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXCreatePipelineContext (3) .fi