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

 
struct chardevQ_info_0 {
   unsigned char cq0_dev[NNLEN+1];
};
where cq0_dev is an ASCIIZ string containing the queue name for the serial device queue.


[Back] [Next]