Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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 |