PEXUnpostStructure - Unpost Structure from Workstation


Synopsis

 
   void PEXUnpostStructure(
        Display *display,
        PEXWorkstation workstation,
        PEXStructure structure
   )
 

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.

workstation
The resource identifier of the workstation.

structure
The resource identifier of the structure.

Returns

None.

Description

Invoke PEXUnpostStructure to remove the specified structure from the posted structure list of the specified workstation.

If the structure is not found in the list, then the implementation issues an error.

Errors

BadPEXStructure
The specified structure resource identifier is invalid.

BadPEXWorkstation
The specified workstation resource identifier is invalid.

See Also

For a list of PHIGS Workstation functions and related topics, see PHIGS Workstation.