PEXRemoveFromNameSet(3) — Subroutines
Name
PEXRemoveFromNameSet - Remove Names from Name Set
Synopsis
void PEXRemoveFromNameSet(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 removed from the current name set.
Returns
None
Description
This function creates an output primitive attribute which removes the specified list of names from 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, PEXAddToNameSet, PEXGetImpDepConstants