PEXPDAttributes Data Structure


 
   typedef struct {
         unsigned short         status;
         PEXPickPath            path;
         int                    path_order;
         PEXNameSet             inclusion;
         PEXNameSet             exclusion;
         PEXPickRecord          pick_record;
         PEXEnumTypeIndex       prompt_echo_type;
         PEXViewport            echo_volume;
         int                    echo_switch;
   } PEXPDAttributes;
 

PEXPDAttributes is a data structure that is common to the following functions:

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