Share via


Struttura RILMESSAGE (ntddrilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non deve essere usata direttamente dal codice.

Sintassi

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

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h)