Skip to content

Latest commit

 

History

History
128 lines (102 loc) · 3.32 KB

nf-tapi3if-itaddress-enumeratecalls.md

File metadata and controls

128 lines (102 loc) · 3.32 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tapi3if.ITAddress.EnumerateCalls
ITAddress::EnumerateCalls (tapi3if.h)
The EnumerateCalls method enumerates calls on the current address. This method is provided for C and C++ applications. Automation client applications, such as those written in Visual Basic, must use the get_Calls method.
EnumerateCalls
EnumerateCalls method [TAPI 2.2]
EnumerateCalls method [TAPI 2.2]
ITAddress interface
ITAddress interface [TAPI 2.2]
EnumerateCalls method
ITAddress.EnumerateCalls
ITAddress::EnumerateCalls
_tapi3_itaddress_enumeratecalls
tapi3.itaddress_enumeratecalls
tapi3if/ITAddress::EnumerateCalls
tapi3\itaddress_enumeratecalls.htm
tapi3
2ffa90bf-3005-4fd0-b52f-b155c8b2194f
12/05/2018
EnumerateCalls, EnumerateCalls method [TAPI 2.2], EnumerateCalls method [TAPI 2.2],ITAddress interface, ITAddress interface [TAPI 2.2],EnumerateCalls method, ITAddress.EnumerateCalls, ITAddress::EnumerateCalls, _tapi3_itaddress_enumeratecalls, tapi3.itaddress_enumeratecalls, tapi3if/ITAddress::EnumerateCalls
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAddress::EnumerateCalls
tapi3if/ITAddress::EnumerateCalls
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAddress.EnumerateCalls

ITAddress::EnumerateCalls

-description

The EnumerateCalls method enumerates calls on the current address. This method is provided for C and C++ applications. Automation client applications, such as those written in Visual Basic, must use the get_Calls method.

-parameters

-param ppCallEnum [out]

Pointer to an IEnumCall interface.

-returns

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_POINTER
The ppCallEnum parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

-remarks

TAPI calls the AddRef method on the IEnumCall interface returned by ITAddress::EnumerateCalls. The application must call Release on the IEnumCall interface to free resources associated with it.

-see-also

Address Object

IEnumCall

ITAddress

ITAddress::get_Calls