PEXCopyNameSet - Copy Name Set (5.0)


Synopsis

     void PEXCopyNameSet(
             Display *display,
             PEXNameSet src_nameset,
             PEXNameSet dst_nameset
       )

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.
src_nameset
The resource identifier of the source name set.
dst_nameset
The resource identifier of the destination name set.

Returns

None.

Description

Invoke PEXCopyNameSet to copy the contents of the source name set (src_nameset) to the destination name set (dst_nameset). Both must already exist as valid name set resources.

This function overwrites all values already in the destination name set.

Errors

BadPEXNameSet
The specified name set resource identifier is invalid.

See Also

For an overview, see Name Set.