PEXGetWorkstationPostings - Get Workstation Postings


Synopsis

 
   Status PEXGetWorkstationPostings(
          Display *display,
          PEXStructure structure,
          unsigned long *count_return,
          PEXWorkstation **postings_return
   )
 

Arguments

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

structure
The resource identifier of the structure.

count_return
Returns the number of workstation identifiers.

postings_return
Returns an array of workstation resource identifiers.

Returns

Zero if unsuccessful; non-zero otherwise.

Description

Invoke PEXGetWorkstationPostings to get a list of workstation resources to which the specified structure has been posted.

PEXlib allocates memory for the return value. Invoke XFree to deallocate the memory.

Errors

BadPEXStructure
The specified structure resource identifier is invalid.

See Also

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