Skip to content

Latest commit

 

History

History
130 lines (108 loc) · 3.42 KB

nf-syncregistration-ienumsyncproviderconfiguiinfos-next.md

File metadata and controls

130 lines (108 loc) · 3.42 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:syncregistration.IEnumSyncProviderConfigUIInfos.Next
IEnumSyncProviderConfigUIInfos::Next (syncregistration.h)
Returns the next ISyncProviderConfigUIInfo object.
IEnumSyncProviderConfigUIInfos interface [Windows Sync]
Next method
IEnumSyncProviderConfigUIInfos.Next
IEnumSyncProviderConfigUIInfos::Next
Next
Next method [Windows Sync]
Next method [Windows Sync]
IEnumSyncProviderConfigUIInfos interface
syncregistration/IEnumSyncProviderConfigUIInfos::Next
winsync.ienumsyncproviderconfiguiinfos_next
winsync\ienumsyncproviderconfiguiinfos_next.htm
winsync
46564ed2-233d-409c-a996-dd3d9cfde907
12/05/2018
IEnumSyncProviderConfigUIInfos interface [Windows Sync],Next method, IEnumSyncProviderConfigUIInfos.Next, IEnumSyncProviderConfigUIInfos::Next, Next, Next method [Windows Sync], Next method [Windows Sync],IEnumSyncProviderConfigUIInfos interface, syncregistration/IEnumSyncProviderConfigUIInfos::Next, winsync.ienumsyncproviderconfiguiinfos_next
syncregistration.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IEnumSyncProviderConfigUIInfos::Next
syncregistration/IEnumSyncProviderConfigUIInfos::Next
c++
APIRef
kbSyntax
COM
Syncregistration.h
IEnumSyncProviderConfigUIInfos.Next

IEnumSyncProviderConfigUIInfos::Next

-description

Returns the next ISyncProviderConfigUIInfo object.

-parameters

-param cFactories [in]

The number of ISyncProviderConfigUIInfo objects to retrieve in the range of zero to 1.

-param ppSyncProviderConfigUIInfo [out]

Returns the next pcFetchedISyncProviderConfigUIInfo objects.

-param pcFetched [out]

Returns the number of ISyncProviderConfigUIInfo objects that are retrieved.

-returns

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
The requested number of objects was not available.
E_POINTER
Invalid pointer.
E_OUTOFMEMORY
There was not enough memory available to return the next ISyncProviderConfigUIInfo object.

-remarks

This method will attempt to return the number of items specified by the cFactories parameter. If the specified number of items is not available, S_FALSE will be returned, and pcFetched will contain the number of items that were able to be retrieved.

-see-also

IEnumSyncProviderConfigUIInfos Interface