Skip to content

Latest commit

 

History

History
104 lines (86 loc) · 3.17 KB

nf-winsync-irecoverableerror-getrecoverableerrordataforchangeunit.md

File metadata and controls

104 lines (86 loc) · 3.17 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.IRecoverableError.GetRecoverableErrorDataForChangeUnit
IRecoverableError::GetRecoverableErrorDataForChangeUnit (winsync.h)
Gets additional data about the recoverable error for a specified change unit.
GetRecoverableErrorDataForChangeUnit
GetRecoverableErrorDataForChangeUnit method [Windows Sync]
GetRecoverableErrorDataForChangeUnit method [Windows Sync]
IRecoverableError interface
IRecoverableError interface [Windows Sync]
GetRecoverableErrorDataForChangeUnit method
IRecoverableError.GetRecoverableErrorDataForChangeUnit
IRecoverableError::GetRecoverableErrorDataForChangeUnit
winsync.irecoverableerror_getrecoverableerrordataforchangeunit
winsync/IRecoverableError::GetRecoverableErrorDataForChangeUnit
winsync\irecoverableerror_getrecoverableerrordataforchangeunit.htm
winsync
609ecdb0-b135-474f-b959-9ab6f427e5d6
12/05/2018
GetRecoverableErrorDataForChangeUnit, GetRecoverableErrorDataForChangeUnit method [Windows Sync], GetRecoverableErrorDataForChangeUnit method [Windows Sync],IRecoverableError interface, IRecoverableError interface [Windows Sync],GetRecoverableErrorDataForChangeUnit method, IRecoverableError.GetRecoverableErrorDataForChangeUnit, IRecoverableError::GetRecoverableErrorDataForChangeUnit, winsync.irecoverableerror_getrecoverableerrordataforchangeunit, winsync/IRecoverableError::GetRecoverableErrorDataForChangeUnit
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IRecoverableError::GetRecoverableErrorDataForChangeUnit
winsync/IRecoverableError::GetRecoverableErrorDataForChangeUnit
c++
APIRef
kbSyntax
COM
winsync.h
IRecoverableError.GetRecoverableErrorDataForChangeUnit

IRecoverableError::GetRecoverableErrorDataForChangeUnit

-description

Gets additional data about the recoverable error for a specified change unit.

-parameters

-param pChangeUnit [in]

The change unit that is associated with the error.

-param phrError [out]

Returns the error code that is associated with the error that prevented the change unit data from being applied.

-param ppErrorData [out]

Returns 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_POINTER
Invalid pointer.

-see-also

IRecoverableError Interface