RILMSGIS637INSTATUS 構造体 (ntddrilapitypes.h)
このトピックでは、Windows ドライバー インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。
構文
typedef struct RILMSGIS637INSTATUS {
RILADDRESS raOrigAddress;
RILSUBADDRESS rsaOrigSubaddr;
RILSYSTEMTIME stSCReceiveTime;
DWORD dwCauseCode;
DWORD dwReplySeqNumber;
DWORD dwUserResponseCode;
RILMSGCDMAMSGSTATUSTYPE dwMsgStatusType;
DWORD dwMsgID;
RILMSGCDMALANGUAGE dwMsgLang;
RILMSGCDMAMSGENCODING dwMsgEncoding;
DWORD cchMsgLength;
BYTE rgbMsg[512];
} RILMSGIS637INSTATUS, *LPRILMSGIS637INSTATUS;
メンバー
raOrigAddress
rsaOrigSubaddr
stSCReceiveTime
dwCauseCode
dwReplySeqNumber
dwUserResponseCode
dwMsgStatusType
dwMsgID
dwMsgLang
dwMsgEncoding
cchMsgLength
rgbMsg[512]
要件
要件 | 値 |
---|---|
Header | ntddrilapitypes.h (Rilapitypes.h を含む) |