Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |