.\" @(#)PEXRemoveFromNameSet.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXRemoveFromNameSet 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXRemoveFromNameSet - Remove Names from Name Set .SH SYNTAX .HP void PEXRemoveFromNameSet\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, unsigned long \fIcount\fP\^, PEXName *\fInames\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIresource_id\fP 1i The resource identifier of the renderer or structure. .IP \fIreq_type\fP 1i The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .IP \fIcount\fP 1i The number of names. .IP \fInames\fP 1i An array of names to be removed from the current name set. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXRemoveFromNameSet .IX "Name Set" PEXRemoveFromNameSet .LP This function creates an output primitive attribute which removes the specified list of .I names from the current name set. If any name is outside the supported range, that name is ignored. .SH DATA STRUCTURES .LP .nf typedef unsigned long PEXName; .fi .sp .5 .SH ERRORS .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXCreateNameSet (3) .BR PEXAddToNameSet (3) .BR PEXGetImpDepConstants (3) .fi