C# Class SevenSoftware.Windows.ApplicationServices.AppRestartRecoveryNativeMethods

Provides native Win32 Methods to assist with Application recovery.
Mostrar archivo Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
ApplicationRecoveryFinished void
ApplicationRecoveryInProgress System.Result
InternalRecoveryHandler uint
RegisterApplicationRecoveryCallback System.Result
RegisterApplicationRestart System.Result
UnregisterApplicationRecoveryCallback System.Result
UnregisterApplicationRestart System.Result

Private Methods

Method Description
ApplicationRecoveryFinished ( [ success ) : void
ApplicationRecoveryInProgress ( [ canceled ) : System.Result
InternalRecoveryHandler ( IntPtr parameter ) : uint

Handles and invokes the internal recovery callback.

RegisterApplicationRecoveryCallback ( InternalRecoveryCallback callback, IntPtr param, uint pingInterval, uint flags ) : System.Result
RegisterApplicationRestart ( [ commandLineArgs, RestartRestrictions flags ) : System.Result
UnregisterApplicationRecoveryCallback ( ) : System.Result
UnregisterApplicationRestart ( ) : System.Result