Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>comstat</b> structure filled in by getcommerror http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMSTAT              Structure Filled In By GetCommError

typedef struct tagCOMSTAT {
    BYTE fCtsHold: 1; /* Transmit is on CTS hold */
    BYTE fDsrHold: 1; /* Transmit is on DSR hold */
    BYTE fRlsdHold: 1; /* Transmit is on RLSD hold */
    BYTE fXoffHold: 1; /* Received handshake */
    BYTE fXoffSent: 1; /* Issued handshake */
    BYTE fEof: 1; /* End of file character found */
    BYTE fTxim: 1; /* Character being transmitted */
    WORD cbInQue; /* count of characters in Rx Queue */
    WORD cbOutQue; /* count of characters in Tx Queue */
} COMSTAT;

See Also: GetCommError

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson