Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.52 KB

nf-syncmgr-isyncmgrcontrol-stopitemsync.md

File metadata and controls

80 lines (62 loc) · 2.52 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.ISyncMgrControl.StopItemSync
ISyncMgrControl::StopItemSync (syncmgr.h)
Stops the synchronization of specified items managed by a particular handler.
ISyncMgrControl interface [Windows Shell]
StopItemSync method
ISyncMgrControl.StopItemSync
ISyncMgrControl::StopItemSync
StopItemSync
StopItemSync method [Windows Shell]
StopItemSync method [Windows Shell]
ISyncMgrControl interface
_shell_ISyncMgrControl_StopItemSync
shell.ISyncMgrControl_StopItemSync
syncmgr/ISyncMgrControl::StopItemSync
shell\ISyncMgrControl_StopItemSync.htm
shell
dd56f26b-caae-4f4d-9a32-fac450e255d0
12/05/2018
ISyncMgrControl interface [Windows Shell],StopItemSync method, ISyncMgrControl.StopItemSync, ISyncMgrControl::StopItemSync, StopItemSync, StopItemSync method [Windows Shell], StopItemSync method [Windows Shell],ISyncMgrControl interface, _shell_ISyncMgrControl_StopItemSync, shell.ISyncMgrControl_StopItemSync, syncmgr/ISyncMgrControl::StopItemSync
syncmgr.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Syncmgr.idl
Windows
19H1
ISyncMgrControl::StopItemSync
syncmgr/ISyncMgrControl::StopItemSync
c++
APIRef
kbSyntax
COM
Syncmgr.h
ISyncMgrControl.StopItemSync

ISyncMgrControl::StopItemSync

-description

Stops the synchronization of specified items managed by a particular handler.

-parameters

-param pszHandlerID [in]

Type: LPCWSTR

a pointer to a buffer containing the unique ID of the handler. This string is of maximum length MAX_SYNCMGR_ID including the terminating null character.

-param ppszItemIDs [in]

Type: LPCWSTR*

The address of a pointer to a buffer containing an array of IDs of the items to stop synchronizing. Each ID is of maximum length MAX_SYNCMGR_ID including the terminating null character.

-param cItems [in]

Type: DWORD

The number of IDs in ppszItemIDs.

-returns

Type: HRESULT

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