Estructura RILMESSAGE (rilapitypes.h)
Este tema admite la infraestructura del controlador 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 | rilapitypes.h (include Rilapitypes.h) |