// ntddrilapitypes.h
typedef struct RILSENDMSGPARAMS {
DWORD dwExecutor;
HUICCAPP hUiccApp;
RILMESSAGE rmMessage;
DWORD dwOptions;
} RILSENDMSGPARAMS, *LPRILSENDMSGPARAMS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILSENDMSGPARAMS {
DWORD dwExecutor;
HUICCAPP hUiccApp;
RILMESSAGE rmMessage;
DWORD dwOptions;
} RILSENDMSGPARAMS, *LPRILSENDMSGPARAMS;
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.
dwExecutorhUiccApprmMessagedwOptionsThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwExecutorhUiccApprmMessagedwOptions