RILMSGINSTATUS 結構 (ntddrilapitypes.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]
規格需求
需求 | 值 |
---|---|
標頭 | ntddrilapitypes.h (include Rilapitypes.h) |