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