// ntddrilapitypes.h
typedef struct RILMANAGECALLSPARAMS_V1 {
DWORD dwExecutor;
RILMANAGECALLPARAMSCOMMAND dwCommand;
DWORD dwID;
} RILMANAGECALLSPARAMS_V1, *LPRILMANAGECALLSPARAMS_V1;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILMANAGECALLSPARAMS_V1 {
DWORD dwExecutor;
RILMANAGECALLPARAMSCOMMAND dwCommand;
DWORD dwID;
} RILMANAGECALLSPARAMS_V1, *LPRILMANAGECALLSPARAMS_V1;
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.
dwExecutordwCommanddwIDThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwExecutordwCommanddwID