.\" @(#)PEXCreateStructure.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXCreateStructure 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXCreateStructure \- Create Structure .SH SYNTAX PEXStructure PEXCreateStructure\^(\^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 structure resource. .SH DESCRIPTION .\" indexing .IX PEXCreateStructure .LP This function creates a structure resource and returns the resource identifier of the created structure. The returned identifier is used to refer to the created structure resource. .SH DATA STRUCTURES .LP .nf typedef XID PEXStructure; .sp .fi .SH ERRORS .TP .SB BadAlloc The server failed to allocate the resource. .SH SEE ALSO .LP .nf .BR PEXDestroyStructures (3) .fi