PEXListOfPostedStructure Data Structure


 
   typedef struct {
         unsigned long              count;   /* number of posted structures*/
         PEXPostedStructure        *structures;
   } PEXListOfPostedStructure;
 

PEXListOfPostedStructure is a type definition that is referenced by the following data structure:

For a list of data structures for PHIGS workstations, see Data Structures for PHIGS Workstations.