Structure RILMESSAGE (ntddrilapitypes.h)

Cette rubrique prend en charge l’infrastructure du pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.

Syntaxe

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;

Membres

cbSize

dwParams

raSvcCtrAddress

dwType

dwFlags

RILMSGUNION

RILMSGUNION.unMsgInDeliver

RILMSGUNION.unMsgInStatus

RILMSGUNION.unMsgOutSubmit

RILMSGUNION.unMsgBcGeneral

RILMSGUNION.unMsgIS637InStatus

RILMSGUNION.unMsgCDMAInDeliver

RILMSGUNION.unMsgCDMAOutSubmit

msgUnion

Configuration requise

Condition requise Valeur
En-tête ntddrilapitypes.h (incluez Rilapitypes.h)