RILCALLINFO_V2 结构 (ntddrilapitypes.h)
本主题支持 Windows 驱动程序基础结构,不应直接从代码使用。
语法
typedef struct RILCALLINFO_V2 {
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;
DWORD dwFlags;
RILCALLINFODISCONNECTINITIATOR dwDisconnectInitiator;
RILCALLINFODISCONNECTREASON dwDisconnectReason;
RILCALLDISCONNECTDETAILS stDisconnectDetails;
} RILCALLINFO_V2, *LPRILCALLINFO_V2;
成员
cbSize
dwParams
dwExecutor
dwID
dwDirection
dwStatus
dwType
dwMultiparty
raAddress
rsaSubAddress
wszDescription[256]
dwNumberPresentationIndicator
dwNamePresentationIndicator
dwFlags
dwDisconnectInitiator
dwDisconnectReason
stDisconnectDetails
要求
要求 | 值 |
---|---|
Header | ntddrilapitypes.h (包括 Rilapitypes.h) |