UnregisterApplicationRecoveryCallback function (winbase.h)
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 |