RILMSGINSTATUS structure (ntddrilapitypes.h)
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
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;
Members
dwMsgID
raTgtRecipAddress
stTgtSCReceiveTime
stTgtDischargeTime
dwReserved
dwTgtDlvStatus
dwProtocolID
rmdDataCoding
cbHdrLength
cchMsgLength
rgbHdr[256]
rgbMsg[512]
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |