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
要求
要求 | 价值 |
---|---|
标头 | ntddrilapitypes.h (include Rilapitypes.h) |