Estrutura RILMESSAGE (rilapitypes.h)

Este tópico dá suporte à infraestrutura de driver do Windows e não se destina a ser usado diretamente do seu código.

Sintaxe

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;

Membros

cbSize

dwParams

raSvcCtrAddress

dwType

dwFlags

RILMSGUNION

RILMSGUNION.unMsgInDeliver

RILMSGUNION.unMsgInStatus

RILMSGUNION.unMsgOutSubmit

RILMSGUNION.unMsgBcGeneral

RILMSGUNION.unMsgIS637InStatus

RILMSGUNION.unMsgCDMAInDeliver

RILMSGUNION.unMsgCDMAOutSubmit

msgUnion

Requisitos

Requisito Valor
Cabeçalho rilapitypes.h (inclua Rilapitypes.h)