Skip to content

Latest commit

 

History

History
111 lines (90 loc) · 3.96 KB

nf-mobsync-isyncmgrsynchronize-enumsyncmgritems.md

File metadata and controls

111 lines (90 loc) · 3.96 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:mobsync.ISyncMgrSynchronize.EnumSyncMgrItems
ISyncMgrSynchronize::EnumSyncMgrItems (mobsync.h)
Obtains the ISyncMgrEnumItems interface for the items that are handled by a registered application.
EnumSyncMgrItems
EnumSyncMgrItems method [Windows Shell]
EnumSyncMgrItems method [Windows Shell]
ISyncMgrSynchronize interface
ISyncMgrSynchronize interface [Windows Shell]
EnumSyncMgrItems method
ISyncMgrSynchronize.EnumSyncMgrItems
ISyncMgrSynchronize::EnumSyncMgrItems
mobsync/ISyncMgrSynchronize::EnumSyncMgrItems
shell.syncmgr_isyncmgrsynchronize_enumsyncmgritems
syncmgr.isyncmgrsynchronize_enumsyncmgritems
shell\syncmgr_isyncmgrsynchronize_enumsyncmgritems.htm
shell
75f6ce68-237f-4228-adcf-f5ec929f49a7
12/05/2018
EnumSyncMgrItems, EnumSyncMgrItems method [Windows Shell], EnumSyncMgrItems method [Windows Shell],ISyncMgrSynchronize interface, ISyncMgrSynchronize interface [Windows Shell],EnumSyncMgrItems method, ISyncMgrSynchronize.EnumSyncMgrItems, ISyncMgrSynchronize::EnumSyncMgrItems, mobsync/ISyncMgrSynchronize::EnumSyncMgrItems, shell.syncmgr_isyncmgrsynchronize_enumsyncmgritems, syncmgr.isyncmgrsynchronize_enumsyncmgritems
mobsync.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Mobsync.dll
Windows
19H1
ISyncMgrSynchronize::EnumSyncMgrItems
mobsync/ISyncMgrSynchronize::EnumSyncMgrItems
c++
APIRef
kbSyntax
COM
Mobsync.dll
ISyncMgrSynchronize.EnumSyncMgrItems

ISyncMgrSynchronize::EnumSyncMgrItems

-description

Obtains the ISyncMgrEnumItems interface for the items that are handled by a registered application.

-parameters

-param ppSyncMgrEnumItems [out]

Type: ISyncMgrEnumItems**

The address of the variable that receives a pointer to a valid ISyncMgrEnumItems interface.

-returns

Type: HRESULT

This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, and the following:

Return code Description
S_OK
The enumeration interface is returned successfully.
S_SYNCMGR_MISSINGITEMS
The enumeration interface object is returned successfully, but some items are missing. When this success code is returned, the synchronization manager does not remove any stored preferences for ItemIds that are not returned in the enumerator.

-remarks

The enumeration object that this method creates implements the ISyncMgrEnumItems interface, which is a standard enumeration interface that contains the Next, Reset, Clone, and Skip methods.

-see-also

ISyncMgrEnumItems

ISyncMgrSynchronize