RILUICCCMDPARAMETERS - NtDoc

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

typedef struct RILUICCCMDPARAMETERS {
  DWORD           cbSize;
  DWORD           dwParams;
  RILUICCFILEPATH filePath;
  DWORD           dwParameter1;
  DWORD           dwParameter2;
  DWORD           dwParameter3;
} RILUICCCMDPARAMETERS, *LPRILUICCCMDPARAMETERS;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct RILUICCCMDPARAMETERS {
  DWORD           cbSize;
  DWORD           dwParams;
  RILUICCFILEPATH filePath;
  DWORD           dwParameter1;
  DWORD           dwParameter2;
  DWORD           dwParameter3;
} RILUICCCMDPARAMETERS, *LPRILUICCCMDPARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILUICCCMDPARAMETERS 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

filePath

dwParameter1

dwParameter2

dwParameter3


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

RILUICCCMDPARAMETERS 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

filePath

dwParameter1

dwParameter2

dwParameter3