The NetCharDevQEnum, NetCharDevQGetInfo, and NetCharDevQSetInfo functions use the following data structure when the sLevel parameter is 1:

 
struct chardevQ_info_1 {
  unsigned char                cq1_dev[NNLEN+1];
  unsigned char                cq1_pad;
  unsigned short               cq1_priority;
  unsigned unsigned char LSFAR * LSPTR   cq1_devs;
  unsigned short               cq1_numusers;
  unsigned short               cq1_numahead;
};

where:


[Back] [Next]