RILCALLINFO_V1結構 (ntddrilapitypes.h)
本主題支援 Windows 驅動程式基礎結構,不適合直接從您的程式代碼使用。
語法
typedef struct RILCALLINFO_V1 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwID;
RILCALLINFODIRECTION dwDirection;
RILCALLINFOSTATUS dwStatus;
RILCALLTYPE dwType;
RILCALLINFOMULTIPARTY dwMultiparty;
RILADDRESS raAddress;
RILSUBADDRESS rsaSubAddress;
WCHAR wszDescription[256];
RILREMOTEPARTYINFOVALUE dwNumberPresentationIndicator;
RILREMOTEPARTYINFOVALUE dwNamePresentationIndicator;
BOOL fAlienCall;
RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
RILCALLINFODISCONNECTREASON dwDisconnectReason;
RILCALLDISCONNECTDETAILS stDisconnectDetails;
} RILCALLINFO_V1, *LPRILCALLINFO_V1;
成員
cbSize
dwParams
dwExecutor
dwID
dwDirection
dwStatus
dwType
dwMultiparty
raAddress
rsaSubAddress
wszDescription[256]
dwNumberPresentationIndicator
dwNamePresentationIndicator
fAlienCall
dwDisconnectInitiator
dwDisconnectReason
stDisconnectDetails
規格需求
需求 | 值 |
---|---|
標頭 | ntddrilapitypes.h (包含 Rilapitypes.h) |