PEXCreateStructure(3) — Subroutines
Name
PEXCreateStructure - Create Structure
Synopsis
PEXStructure PEXCreateStructure(Display ∗display)
Argument
displayA pointer to a display structure returned by a successful XOpenDisplay call.
Returns
The resource identifier of the newly-created structure resource.
Description
This function creates a structure resource and returns the resource identifier of the created structure. The returned identifier is used to refer to the created structure resource.
Data Structures
typedef XID PEXStructure;
Errors
BadAllocThe server failed to allocate the resource.
See Also
PEXDestroyStructures