RILMESSAGEINFO (Compact 2013)
3/26/2014
This structure stores message data with additional information.
Syntax
typedef struct rilmessageinfo_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwIndex;
DWORD dwStatus;
RILMESSAGE rmMessage;
} RILMESSAGEINFO, *LPRILMESSAGEINFO;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILMESSAGEINFO Parameter Constants.
- dwIndex
Storage index occupied by the message.
- dwStatus
Message status. Must be one of the Message Status Constants.
- rmMessage
Message data.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Message Status Constants
RIL_ReadMsg
RILMESSAGE
RILMESSAGEINFO Parameter Constants