.\" @(#)PEXUnpostStructure.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXUnpostStructure 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXUnpostStructure - Unpost Structure from Workstation .SH SYNTAX .HP void PEXUnpostStructure\^(\^Display *\fIdisplay\fP\^, PEXWorkstation \fIworkstation\fP\^, PEXStructure \fIstructure\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIworkstation\fP 1i The resource identifier of the workstation. .IP \fIstructure\fP 1i The resource identifier of the structure. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXUnpostStructure .LP This function removes the specified .I structure from the workstation's posted .I structure list. If the .I structure is not found in the list, an error is generated. .SH DATA STRUCTURES .LP .nf typedef XID PEXWorkstation; typedef XID PEXStructure; .fi .sp .SH ERRORS .TP .SB BadPEXStructure The specified structure resource identifier is invalid. .TP .SB BadPEXWorkstation The specified workstation resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXUnpostAllStructures (3) .fi