CWinApp::GetApplicationRecoveryPingInterval
Visual Studio 2012
Returns the length of time that the restart manager waits for the recovery callback function to return.
virtual DWORD GetApplicationRecoveryPingInterval();
When an application that is registered with the restart manager exits unexpectedly, the application tries to save open documents and calls the recovery callback function. The default recovery callback function is CWinApp::ApplicationRecoveryCallback.
The length of time that the framework waits for the recovery callback function to return is the ping interval. You can customize the ping interval by overriding CWinApp::GetApplicationRecoveryPingInterval or by providing a custom value to RegisterWithRestartManager.