RILUICCRESPONSE structure (ntddrilapitypes.h)

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

Syntax

typedef struct RILUICCRESPONSE {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwStatusWord1;
  DWORD dwStatusWord2;
  DWORD dwResponseSize;
  BYTE  pbResponse[1];
} RILUICCRESPONSE, *LPRILUICCRESPONSE;

Members

cbSize

dwParams

dwStatusWord1

dwStatusWord2

dwResponseSize

pbResponse[1]

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)