Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.43 KB

nn-winsync-irecoverableerrordata.md

File metadata and controls

69 lines (56 loc) · 2.43 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:winsync.IRecoverableErrorData
IRecoverableErrorData (winsync.h)
Represents information about a recoverable error.
IRecoverableErrorData
IRecoverableErrorData interface [Windows Sync]
IRecoverableErrorData interface [Windows Sync]
described
winsync.irecoverableerrordata
winsync/IRecoverableErrorData
winsync\irecoverableerrordata.htm
winsync
e99779ef-87c9-45ac-93dc-53ee1a201402
12/05/2018
IRecoverableErrorData, IRecoverableErrorData interface [Windows Sync], IRecoverableErrorData interface [Windows Sync],described, winsync.irecoverableerrordata, winsync/IRecoverableErrorData
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IRecoverableErrorData
winsync/IRecoverableErrorData
c++
APIRef
kbSyntax
COM
winsync.h
IRecoverableErrorData

IRecoverableErrorData interface

-description

Represents information about a recoverable error.

-inheritance

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

-remarks

To communicate additional information that is not supported by this interface, implement an object that inherits from IRecoverableErrorData and also from a custom interface. When the application receives the IRecoverableErrorData object in the ISyncCallback::OnRecoverableError method, the application can call QueryInterface on the IRecoverableErrorData object to obtain the custom interface.

-see-also

ISyncCallback::OnRecoverableError Method

Windows Sync Interfaces