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
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The plCallInfoLongVal parameter is not a valid pointer.
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

put_CallInfoLong