riLMESSAGE 結構 (rilapitypes.h)
本主題支援 Windows 驅動程式基礎結構,不適合直接從您的程式代碼使用。
語法
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;
成員
cbSize
dwParams
raSvcCtrAddress
dwType
dwFlags
RILMSGUNION
RILMSGUNION.unMsgInDeliver
RILMSGUNION.unMsgInStatus
RILMSGUNION.unMsgOutSubmit
RILMSGUNION.unMsgBcGeneral
RILMSGUNION.unMsgIS637InStatus
RILMSGUNION.unMsgCDMAInDeliver
RILMSGUNION.unMsgCDMAOutSubmit
msgUnion
規格需求
需求 | 值 |
---|---|
標頭 | rilapitypes.h (包含 Rilapitypes.h) |