.\" @(#)PEXCreateNameSet.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXCreateNameSet 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXCreateNameSet \- Create Name Set .SH SYNTAX .LP PEXNameSet PEXCreateNameSet\^(\^Display *\fIdisplay\fP\^) .SH PARAMETERS .TP 1i \fIdisplay\fP A pointer to a display structure returned by a successful .B XOpenDisplay call. .SH RETURNS The resource identifier of the newly-created name set. .SH DESCRIPTION .\" indexing .IX PEXCreateNameSet .IX "Name Set" PEXCreateNameSet .LP This function creates a name set resource and returns the resource identifier of the created name set. The returned identifier is used to refer to the created name set. .SH DATA STRUCTURES .LP .nf typedef XID PEXNameSet; .sp .fi .SH ERRORS .TP .SB BadAlloc The server failed to allocate the resource. .SH SEE ALSO .LP .nf .BR PEXFreeNameSet (3) .fi