Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.71 KB

nf-syncmgr-isyncmgrconflictstore-enumconflicts.md

File metadata and controls

83 lines (64 loc) · 2.71 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:syncmgr.ISyncMgrConflictStore.EnumConflicts
ISyncMgrConflictStore::EnumConflicts (syncmgr.h)
Enumerates conflicts scoped to the provided sync handler and sync item.
EnumConflicts
EnumConflicts method [Windows Shell]
EnumConflicts method [Windows Shell]
ISyncMgrConflictStore interface
ISyncMgrConflictStore interface [Windows Shell]
EnumConflicts method
ISyncMgrConflictStore.EnumConflicts
ISyncMgrConflictStore::EnumConflicts
_shell_ISyncMgrConflictStore_EnumConflicts
shell.ISyncMgrConflictStore_EnumConflicts
syncmgr/ISyncMgrConflictStore::EnumConflicts
shell\ISyncMgrConflictStore_EnumConflicts.htm
shell
b59c679c-7759-4b7a-9a23-f054af99d6a7
12/05/2018
EnumConflicts, EnumConflicts method [Windows Shell], EnumConflicts method [Windows Shell],ISyncMgrConflictStore interface, ISyncMgrConflictStore interface [Windows Shell],EnumConflicts method, ISyncMgrConflictStore.EnumConflicts, ISyncMgrConflictStore::EnumConflicts, _shell_ISyncMgrConflictStore_EnumConflicts, shell.ISyncMgrConflictStore_EnumConflicts, syncmgr/ISyncMgrConflictStore::EnumConflicts
syncmgr.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Syncmgr.idl
Windows
19H1
ISyncMgrConflictStore::EnumConflicts
syncmgr/ISyncMgrConflictStore::EnumConflicts
c++
APIRef
kbSyntax
COM
Syncmgr.h
ISyncMgrConflictStore.EnumConflicts

ISyncMgrConflictStore::EnumConflicts

-description

Enumerates conflicts scoped to the provided sync handler and sync item.

-parameters

-param pszHandlerID [in]

Type: LPCWSTR

A pointer to the sync handler ID as a Unicode string.

-param pszItemID [in]

Type: LPCWSTR

A pointer to the sync item ID as a Unicode string.

-param ppEnum [out]

Type: IEnumSyncMgrConflict**

The address of an IEnumSyncMgrConflict interface pointer.

-returns

Type: HRESULT

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

-remarks

If the sync handler, sync item, or partner name is NULL, the conflict store ignores that parameter.