RILSENDMSGRESPONSE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilsendmsgresponse)

RILSENDMSGRESPONSE structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

hrReturn

dwCDMACauseCode

dwCDMAErrorClass

dwGWLTransportCode

dwGWLRelayCode

dwMsgID


Windows Driver Kit DDI reference (ns-rilapitypes-rilsendmsgresponse)

RILSENDMSGRESPONSE structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

hrReturn

dwCDMACauseCode

dwCDMAErrorClass

dwGWLTransportCode

dwGWLRelayCode

dwMsgID