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.
Namespace: DevCase.Win32.DelegatesAssembly: 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
)
Public Delegate Function ApplicationRecoveryCallback (
callbackParam As IntPtr
) As UInteger
Dim instance As New ApplicationRecoveryCallback(AddressOf HandlerMethod)
public delegate unsigned int ApplicationRecoveryCallback(
IntPtr callbackParam
)
type ApplicationRecoveryCallback =
delegate of
callbackParam : IntPtr -> uint32
No code example is currently available or this language may not be supported.
- callbackParam IntPtr
-
Context information specified when you called the
RegisterApplicationRecoveryCallback(DelegatesApplicationRecoveryCallback, IntPtr, UInt32, UInt32) function to register for recovery.
UInt32
The return value is not used and should be 0.