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
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_INVALIDARG
The CallInfoLong parameter is not a valid value.
TAPI_E_INVALCALLSTATE
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

See also

CALLINFO_LONG

Call Object

ITCallInfo

get_CallInfoLong