ApplicationRecoveryFinished function (winbase.h)

Indicates that the calling application has completed its data recovery.

Syntax

void ApplicationRecoveryFinished(
  [in] BOOL bSuccess
);

Parameters

[in] bSuccess

Specify TRUE to indicate that the data was successfully recovered; otherwise, FALSE.

Return value

None

Remarks

This should be the last call that you make in your callback because your application terminates as soon as this function is called.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header winbase.h (include Windows.h)
Library Kernel32.lib
DLL Kernel32.dll

See also

ApplicationRecoveryInProgress

RegisterApplicationRecoveryCallback