PEXCreateNameSet - Create Name Set (5.0)


Synopsis

     PEXNameSet PEXCreateNameSet(
              Display *display
         )

Argument

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

Returns

The resource identifier of the newly-created name set.

Description

Invoke PEXCreateNameSet to create a name set resource and get the resource identifier of the created name set.

Use the returned identifier to refer to the created name set.

Errors

BadAlloc
The implementation failed to allocate the resource.

See Also

For an overview, see Name Set.