RILSENDMSGACKPARAMS_V2 structure (ntddrilapitypes.h)
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILSENDMSGACKPARAMS_V2 {
DWORD cbSize;
DWORD dwExecutor;
HUICCAPP hUiccApp;
DWORD dwAckID;
RILMSGACKSTATUS dwMsgStatus;
RILSMSFORMAT dwSmsFormat;
DWORD dwOptions;
} RILSENDMSGACKPARAMS_V2, RILSENDMSGACKPARAMS, *LPRILSENDMSGACKPARAMS;
Members
cbSize
dwExecutor
hUiccApp
dwAckID
dwMsgStatus
dwSmsFormat
dwOptions
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |