Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Removes the active instance of an application from the recovery list.
Syntax
HRESULT UnregisterApplicationRecoveryCallback();
Return value
This function returns S_OK on success or one of the following error codes.
| Return code | Description |
|---|---|
|
Internal error. |
Remarks
You do not need to call this function before exiting. You need to remove the registration only if you choose to not recover data.
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 |