.\" @(#)PEXAddToNameSet.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXAddToNameSet 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXAddToNameSet \- Add Names to Name Set .SH SYNTAX .HP void PEXAddToNameSet\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, unsigned long \fIcount\fP\^, PEXName *\fInames\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP A pointer to a display structure returned by a successful .B XOpenDisplay call. .TP \fIresource_id\fP The resource identifier of the renderer or structure. .TP \fIreq_type\fP The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .TP \fIcount\fP The number of names. .TP \fInames\fP An array of names to be added to the current name set. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXAddToNameSet .IX "Name Set" PEXAddToNameSet .LP This function creates an output primitive attribute which adds the specified list of .I names to 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 PEXRemoveFromNameSet (3) .BR PEXGetImpDepConstants (3) .fi