Application Recovery and Restart Functions
Application Recovery and Restart defines the following functions:
Function | Description |
---|---|
ApplicationRecoveryFinished | Indicates that the calling application has completed its data recovery. |
ApplicationRecoveryInProgress | Indicates that the calling application is continuing to recover data. |
GetApplicationRecoveryCallback | Retrieves a pointer to the recovery callback routine registered for the specified process. |
GetApplicationRestartSettings | Retrieves the restart information registered for the specified process. |
RegisterApplicationRecoveryCallback | Registers the active instance of an application for recovery. |
RegisterApplicationRestart | Registers the active instance of an application for restart. |
UnregisterApplicationRecoveryCallback | Removes the active instance of an application from the recovery list. |
UnregisterApplicationRestart | Removes the active instance of an application from the restart list. |