RILMESSAGE 结构 (ntddrilapitypes.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
要求
要求 | 值 |
---|---|
Header | ntddrilapitypes.h (包括 Rilapitypes.h) |