This function returns the current interrupt type.
INTERRUPT_TYPE HWGetIntrType( PVOID pContext );
The interrupt type; one of the following:
Interrupt types are declared in the Serhw.h header file.
This function is called by the MDD to determine what type of interrupt occurred.
This function supports the implementation of the PDDs of serial port drivers. This function is defined in the header file SerHW.h, and is available in Windows CE version 1.0 and later.
HWInit, HWGetBytes, HWTxIntrHandler