ITCallInfo::put_CallInfoLong method (tapi3if.h)
The put_CallInfoLong method sets call information items described by a long, such as the bearer mode.
Syntax
HRESULT put_CallInfoLong(
[in] CALLINFO_LONG CallInfoLong,
[in] long lCallInfoLongVal
);
Parameters
[in] CallInfoLong
CALLINFO_LONG indicator of information type needed, such as CIL_BEARERMODE.
[in] lCallInfoLongVal
Pointer to new value.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
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 |