Share via


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.
  • dwIndex
    Storage index occupied by the message.
  • rmMessage
    Message data.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Message Status Constants
RIL_ReadMsg
RILMESSAGE
RILMESSAGEINFO Parameter Constants