RILMESSAGE structure (rilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILMESSAGE {
  DWORD          cbSize;
  DWORD          dwParams;
  RILADDRESS     raSvcCtrAddress;
  RILMESSAGETYPE dwType;
  DWORD          dwFlags;
  union {
    RILMSGINDELIVER     unMsgInDeliver;
    RILMSGINSTATUS      unMsgInStatus;
    RILMSGOUTSUBMIT     unMsgOutSubmit;
    RILMSGBCGENERAL     unMsgBcGeneral;
    RILMSGIS637INSTATUS unMsgIS637InStatus;
    RILMSGCDMAINDELIVER unMsgCDMAInDeliver;
    RILMSGCDMAOUTSUBMIT unMsgCDMAOutSubmit;
  } RILMSGUNION;
  RILMSGUNION    msgUnion;
} RILMESSAGE, *LPRILMESSAGE;

Members

cbSize

dwParams

raSvcCtrAddress

dwType

dwFlags

RILMSGUNION

RILMSGUNION.unMsgInDeliver

RILMSGUNION.unMsgInStatus

RILMSGUNION.unMsgOutSubmit

RILMSGUNION.unMsgBcGeneral

RILMSGUNION.unMsgIS637InStatus

RILMSGUNION.unMsgCDMAInDeliver

RILMSGUNION.unMsgCDMAOutSubmit

msgUnion

Requirements

Requirement Value
Header rilapitypes.h (include Rilapitypes.h)