Skip to content

Latest commit

 

History

History
138 lines (113 loc) · 3.03 KB

nf-tapi3-ienumacdgroup-next.md

File metadata and controls

138 lines (113 loc) · 3.03 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:tapi3.IEnumACDGroup.Next
IEnumACDGroup::Next (tapi3.h)
The IEnumACDGroup::Next method (tapi3.h) gets the next specified number of elements in the enumeration sequence.
IEnumACDGroup interface [TAPI 2.2]
Next method
IEnumACDGroup.Next
IEnumACDGroup::Next
Next
Next method [TAPI 2.2]
Next method [TAPI 2.2]
IEnumACDGroup interface
_tapi3_ienumacdgroup_next
tapi3.ienumacdgroup_next
tapi3cc/IEnumACDGroup::Next
tapi3\ienumacdgroup_next.htm
tapi3
20cad3aa-2c8c-4ef8-bb3a-b7662b125475
08/09/2022
IEnumACDGroup interface [TAPI 2.2],Next method, IEnumACDGroup.Next, IEnumACDGroup::Next, Next, Next method [TAPI 2.2], Next method [TAPI 2.2],IEnumACDGroup interface, _tapi3_ienumacdgroup_next, tapi3.ienumacdgroup_next, tapi3cc/IEnumACDGroup::Next
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
IEnumACDGroup::Next
tapi3/IEnumACDGroup::Next
c++
APIRef
kbSyntax
COM
Tapi3.dll
IEnumACDGroup.Next

IEnumACDGroup::Next

-description

The Next method gets the next specified number of elements in the enumeration sequence.

-parameters

-param celt [in]

Number of elements requested.

-param ppElements [out]

Pointer to ITACDGroup 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.

Value Meaning
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 ITACDGroup interface returned by IEnumACDGroup::Next. The application must call Release on the ITACDGroup interface to free resources associated with it.

-see-also

IEnumACDGroup

ITACDGroup