PEXCreateStructure - Create Structure (5.0)


Synopsis

 
   PEXStructure PEXCreateStructure
         Display *display
   )
 

Argument

display
A pointer to a display structure returned by a successful XOpenDisplay call.

Returns

The resource identifier of the newly-created structure resource.

Description

Invoke PEXCreateStructure to create a structure resource and get the resource identifier of the created structure. The returned identifier is used to refer to the created structure resource.

Errors

BadAlloc
The implementation failed to allocate the resource.

See Also

For a list of all Structure functions and related topics, see Structures.