Estructura RILMESSAGE (ntddrilapitypes.h)

Este tema admite la infraestructura de controladores de Windows y no está pensado para usarse directamente desde el código.

Sintaxis

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;

Miembros

cbSize

dwParams

raSvcCtrAddress

dwType

dwFlags

RILMSGUNION

RILMSGUNION.unMsgInDeliver

RILMSGUNION.unMsgInStatus

RILMSGUNION.unMsgOutSubmit

RILMSGUNION.unMsgBcGeneral

RILMSGUNION.unMsgIS637InStatus

RILMSGUNION.unMsgCDMAInDeliver

RILMSGUNION.unMsgCDMAOutSubmit

msgUnion

Requisitos

Requisito Valor
Header ntddrilapitypes.h (incluya Rilapitypes.h)