RILUICCRESPONSE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

typedef struct RILUICCRESPONSE {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatusWord1;
  DWORD dwStatusWord2;
  DWORD dwResponseSize;
  BYTE  pbResponse[1];
} RILUICCRESPONSE, *LPRILUICCRESPONSE;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct RILUICCRESPONSE {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatusWord1;
  DWORD dwStatusWord2;
  DWORD dwResponseSize;
  BYTE  pbResponse[1];
} RILUICCRESPONSE, *LPRILUICCRESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILUICCRESPONSE 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

dwStatusWord1

dwStatusWord2

dwResponseSize

pbResponse


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

RILUICCRESPONSE 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

dwStatusWord1

dwStatusWord2

dwResponseSize

pbResponse