ISyncSchedule::EnumItems method

[The ISyncSchedule::EnumItems method is available for use through Windows XP. It is not available in subsequent versions of Windows.]

Enumerates items in this synchronization schedule.

Syntax

HRESULT EnumItems(
  [in] REFCLSID       pHandlerID,
  [in] IEnumSyncItems **ppEnumItems
);

Parameters

  • pHandlerID [in]
    Type: REFCLSID

    A pointer to a CLSID identifying the synchronization item's handler. If this value is GUID_NULL, items in all synchronization schedules are enumerated.

  • ppEnumItems [in]
    Type: IEnumSyncItems**

    The address of a pointer to an IEnumSyncItems interface allowing access to the enumeration results.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

End of client support

Windows XP

End of server support

Windows Server 2003

Header

Syncmgr.h

IDL

Syncmgr.idl

DLL

Mobsync.dll