// sercx.h
typedef enum _SERCX_STATUS {
SerCxStatusSuccess,
SerCxStatusCancelled,
SerCxStatusTimeout
} SERCX_STATUS, *PSERCX_STATUS;
View the official Windows Driver Kit DDI referenceNo description available.
The SERCX_STATUS enumeration indicates the status of a serial receive or transmit operation.
SerCxStatusSuccessThe operation is proceeding successfully.
SerCxStatusCancelledThe operation was canceled.
SerCxStatusTimeoutThe operation timed out. This enumeration value applies only to read interval time-outs for receive operations. For more information, see the description of the ReadIntervalTimeout member in SERIAL_TIMEOUTS.
The SerCxProgressReceive and SerCxProgressTransmit methods have parameters that are SERCX_STATUS enumeration values.