.\" @(#)PEXCopyNameSet.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXCopyNameSet 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXCopyNameSet \- Copy Name Set .SH SYNTAX .LP .IP void .4i PEXCopyNameSet\^(\^Display *\fIdisplay\fP\^, PEXNameSet \fIsrc_nameset\fP\^, PEXNameSet \fIdst_nameset\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP A pointer to a display structure returned by a successful .B XOpenDisplay call. .TP \fIsrc_nameset\fP The resource identifier of the source name set. .TP \fIdst_nameset\fP The resource identifier of the destination name set. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXCopyNameSet .IX "Copy" "PEXCopyNameSet" .IX "Name Set" PEXCopyNameSet .LP This function copies the contents of the source name set to the destination name set. Both must already exist as valid name set resources. All values already in the destination name set are overwritten. .SH DATA STRUCTURES .LP .nf typedef XID PEXNameSet; .sp .fi .SH ERRORS .TP .SB BadPEXNameSet The specified name set resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXCreateNameSet (3) .fi