// 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 referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsfilePathdwParameter1dwParameter2dwParameter3This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsfilePathdwParameter1dwParameter2dwParameter3