Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 3.34 KB

nf-winsync-iloadchangecontext-setrecoverableerroronchange.md

File metadata and controls

119 lines (97 loc) · 3.34 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:winsync.ILoadChangeContext.SetRecoverableErrorOnChange
ILoadChangeContext::SetRecoverableErrorOnChange (winsync.h)
Indicates a recoverable error on this change has occurred.
ILoadChangeContext interface [Windows Sync]
SetRecoverableErrorOnChange method
ILoadChangeContext.SetRecoverableErrorOnChange
ILoadChangeContext::SetRecoverableErrorOnChange
SetRecoverableErrorOnChange
SetRecoverableErrorOnChange method [Windows Sync]
SetRecoverableErrorOnChange method [Windows Sync]
ILoadChangeContext interface
winsync.iloadchangecontext_setrecoverableerroronchange
winsync/ILoadChangeContext::SetRecoverableErrorOnChange
winsync\iloadchangecontext_setrecoverableerroronchange.htm
winsync
9e557889-a4f6-4e05-99ce-bb05013dc4cd
12/05/2018
ILoadChangeContext interface [Windows Sync],SetRecoverableErrorOnChange method, ILoadChangeContext.SetRecoverableErrorOnChange, ILoadChangeContext::SetRecoverableErrorOnChange, SetRecoverableErrorOnChange, SetRecoverableErrorOnChange method [Windows Sync], SetRecoverableErrorOnChange method [Windows Sync],ILoadChangeContext interface, winsync.iloadchangecontext_setrecoverableerroronchange, winsync/ILoadChangeContext::SetRecoverableErrorOnChange
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
ILoadChangeContext::SetRecoverableErrorOnChange
winsync/ILoadChangeContext::SetRecoverableErrorOnChange
c++
APIRef
kbSyntax
COM
winsync.h
ILoadChangeContext.SetRecoverableErrorOnChange

ILoadChangeContext::SetRecoverableErrorOnChange

-description

Indicates a recoverable error on this change has occurred.

-parameters

-param hrError [in]

The error code that is associated with the error that prevented the item data from being loaded.

-param pErrorData [in]

Additional information about the error.

-returns

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
E_INVALIDARG
hrError does not specify an error.
SYNC_E_INTERNAL_ERROR
An internal error has occurred.

-remarks

When this method is called, an ISingleItemException object is added to the learned knowledge; and the item change will not be enumerated again for the duration of the synchronization session.

-see-also

ILoadChangeContext Interface

ISingleItemException Interface