ITCallInfo::get_CallInfoLong method (tapi3if.h)
The get_CallInfoLong method gets call information items described by a long, such as the bearer mode.
Syntax
HRESULT get_CallInfoLong(
[in] CALLINFO_LONG CallInfoLong,
[out] long *plCallInfoLongVal
);
Parameters
[in] CallInfoLong
CALLINFO_LONG indicator of information type needed, such as CIL_BEARERMODE.
[out] plCallInfoLongVal
Pointer to value returned.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The plCallInfoLongVal parameter is not a valid pointer. |
|
The CallInfoLong parameter is not a valid value. |
|
The current call state is not valid for this operation. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |