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 を含む) |