ITAutomatedPhoneControl::get_SelectedCalls method (tapi3if.h)

The get_SelectedCalls method retrieves a VARIANT containing a pointer to a collection object indicating which calls are currently selected on this phone. See ITAutomatedPhoneControl::SelectCall for more information.

This method is intended for applications written in Visual Basic, Java, or various scripting languages. C and C++ programmers should use the EnumerateSelectedCalls method instead.

Syntax

HRESULT get_SelectedCalls(
  [out] VARIANT *pVariant
);

Parameters

[out] pVariant

Pointer to a VARIANT containing an ITCollection of IEnumCall interface pointers.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an error value.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

EnumerateSelectedCalls

IEnumCall

ITAutomatedPhoneControl

ITAutomatedPhoneControl::SelectCall

ITCollection