Skip to content

Latest commit

 

History

History
138 lines (113 loc) · 3.22 KB

nf-tapi3if-ienumphone-next.md

File metadata and controls

138 lines (113 loc) · 3.22 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.IEnumPhone.Next
IEnumPhone::Next (tapi3if.h)
The Next method gets the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumPhone.Next)
IEnumPhone interface [TAPI 2.2]
Next method
IEnumPhone.Next
IEnumPhone::Next
Next
Next method [TAPI 2.2]
Next method [TAPI 2.2]
IEnumPhone interface
_tapi3_ienumphone_next
tapi3.ienumphone_next
tapi3if/IEnumPhone::Next
tapi3\ienumphone_next.htm
tapi3
7ea1e851-00df-4b32-ba37-c562da983102
12/05/2018
IEnumPhone interface [TAPI 2.2],Next method, IEnumPhone.Next, IEnumPhone::Next, Next, Next method [TAPI 2.2], Next method [TAPI 2.2],IEnumPhone interface, _tapi3_ienumphone_next, tapi3.ienumphone_next, tapi3if/IEnumPhone::Next
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
IEnumPhone::Next
tapi3if/IEnumPhone::Next
c++
APIRef
kbSyntax
COM
Tapi3.dll
IEnumPhone.Next

IEnumPhone::Next

-description

The Next method gets the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages.

-parameters

-param celt [in]

Number of elements requested.

-param ppElements [out]

Pointer to ITPhone list of pointers returned.

-param pceltFetched [in, out]

Pointer to number of elements actually supplied. May be NULL if celt is one.

-returns

This method can return one of these values.

Return code Description
S_OK
Method returned celt number of elements.
S_FALSE
Number of elements remaining was less than celt.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The ppElements parameter is not a valid pointer.

-remarks

TAPI calls the AddRef method on the ITPhone interface returned by IEnumPhone::Next. The application must call Release on the ITPhone interface to free resources associated with it.

-see-also

IEnumPhone

ITPhone