PEXAddToNameSet(3) — Subroutines
Name
PEXAddToNameSet - Add Names to Name Set
Synopsis
void PEXAddToNameSet(Display ∗display, XID resource_id, PEXOCRequestType req_type, unsigned long count, PEXName ∗names)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
resource_idThe resource identifier of the renderer or structure.
req_typeThe request type for the output command (PEXOCRender, PEXOCStore, PEXOCRenderSingle or PEXOCStoreSingle).
countThe number of names.
namesAn array of names to be added to the current name set.
Returns
None
Description
This function creates an output primitive attribute which adds the specified list of names to the current name set. If any name is outside the supported range that name is ignored.
Data Structures
typedef unsigned long PEXName;
Errors
BadPEXRenderer
The specified renderer resource identifier is invalid.
BadPEXStructure
The specified structure resource identifier is invalid.
See Also
PEXCreateNameSet, PEXRemoveFromNameSet, PEXGetImpDepConstants