PEXUnpostStructure(3) — Subroutines
Name
PEXUnpostStructure - Unpost Structure from Workstation
Synopsis
void PEXUnpostStructure(Display ∗display, PEXWorkstation workstation, PEXStructure structure)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
workstationThe resource identifier of the workstation.
structureThe resource identifier of the structure.
Returns
None
Description
This function removes the specified structure from the workstation’s posted structure list. If the structure is not found in the list, an error is generated.
Data Structures
typedef XID PEXWorkstation;
typedef XID PEXStructure;
Errors
BadPEXStructure
The specified structure resource identifier is invalid.
BadPEXWorkstation
The specified workstation resource identifier is invalid.
See Also
PEXUnpostAllStructures