RILMSGINSTATUS 结构 (rilapitypes.h)
本主题支持 Windows 驱动程序基础结构,不应在代码中直接使用。
语法
typedef struct RILMSGINSTATUS {
DWORD dwMsgID;
RILADDRESS raTgtRecipAddress;
RILSYSTEMTIME stTgtSCReceiveTime;
RILSYSTEMTIME stTgtDischargeTime;
DWORD dwReserved;
RILMSGINSTATUSTGTDLVSTATUS dwTgtDlvStatus;
RILMSGPROTOCOLID dwProtocolID;
RILMSGDCS rmdDataCoding;
DWORD cbHdrLength;
DWORD cchMsgLength;
BYTE rgbHdr[256];
BYTE rgbMsg[512];
} RILMSGINSTATUS, *LPRILMSGINSTATUS;
成员
dwMsgID
raTgtRecipAddress
stTgtSCReceiveTime
stTgtDischargeTime
dwReserved
dwTgtDlvStatus
dwProtocolID
rmdDataCoding
cbHdrLength
cchMsgLength
rgbHdr[256]
rgbMsg[512]
要求
要求 | 值 |
---|---|
Header | rilapitypes.h (包括 Rilapitypes.h) |