DelegatesApplicationRecoveryCallback Delegate

Application-defined callback function used to save data and application state information in the event the application encounters an unhandled exception or becomes unresponsive.

Definition

Namespace: DevCase.Win32.Delegates
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public delegate uint ApplicationRecoveryCallback(
	IntPtr callbackParam
)

Parameters

callbackParam  IntPtr
Context information specified when you called the RegisterApplicationRecoveryCallback(DelegatesApplicationRecoveryCallback, IntPtr, UInt32, UInt32) function to register for recovery.

Return Value

UInt32
The return value is not used and should be 0.

Remarks

See Also