Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.58 KB

nn-mobsync-isyncmgrenumitems.md

File metadata and controls

69 lines (58 loc) · 2.58 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
NN:mobsync.ISyncMgrEnumItems
ISyncMgrEnumItems (mobsync.h)
Exposes methods that enumerate through an array of SYNCMGRITEM structures.
ISyncMgrEnumItems
ISyncMgrEnumItems interface [Windows Shell]
ISyncMgrEnumItems interface [Windows Shell]
described
mobsync/ISyncMgrEnumItems
shell.syncmgr_isyncmgrenumitems
syncmgr.isyncmgrenumitems
shell\syncmgr_isyncmgrenumitems.htm
shell
d90e3a19-0ea8-4396-a6e7-dafe1dc9b2ec
12/05/2018
ISyncMgrEnumItems, ISyncMgrEnumItems interface [Windows Shell], ISyncMgrEnumItems interface [Windows Shell],described, mobsync/ISyncMgrEnumItems, shell.syncmgr_isyncmgrenumitems, syncmgr.isyncmgrenumitems
mobsync.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Mobsync.dll
Windows
19H1
ISyncMgrEnumItems
mobsync/ISyncMgrEnumItems
c++
APIRef
kbSyntax
COM
Mobsync.dll
ISyncMgrEnumItems

ISyncMgrEnumItems interface

-description

Exposes methods that enumerate through an array of SYNCMGRITEM structures. Each of these structures provides information about an item that can be synchronized. ISyncMgrEnumItems has the same methods as all standard enumerator interfaces: Next, Skip, Reset, and Clone.

-inheritance

The ISyncMgrEnumItems interface inherits from the IUnknown interface. ISyncMgrEnumItems also has these types of members:

-remarks

When to Implement

If the registered application works with the synchronization manager to synchronize items, it must implement an enumerator object with this interface to enumerate through the items.

When to Use

The synchronization manager obtains a pointer to this interface and calls each method during the synchronization process.

-see-also

SYNCMGRITEM