// ntddrilapitypes.h
typedef struct RILSENDMSGRESPONSE {
DWORD cbSize;
DWORD dwParams;
HRESULT hrReturn;
DWORD dwCDMACauseCode;
DWORD dwCDMAErrorClass;
DWORD dwGWLTransportCode;
DWORD dwGWLRelayCode;
DWORD dwMsgID;
} RILSENDMSGRESPONSE, *LPRILSENDMSGRESPONSE;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILSENDMSGRESPONSE {
DWORD cbSize;
DWORD dwParams;
HRESULT hrReturn;
DWORD dwCDMACauseCode;
DWORD dwCDMAErrorClass;
DWORD dwGWLTransportCode;
DWORD dwGWLRelayCode;
DWORD dwMsgID;
} RILSENDMSGRESPONSE, *LPRILSENDMSGRESPONSE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamshrReturndwCDMACauseCodedwCDMAErrorClassdwGWLTransportCodedwGWLRelayCodedwMsgIDThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamshrReturndwCDMACauseCodedwCDMAErrorClassdwGWLTransportCodedwGWLRelayCodedwMsgID