C# 클래스 SevenSoftware.Windows.ApplicationServices.AppRestartRecoveryNativeMethods

Provides native Win32 Methods to assist with Application recovery.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplicationRecoveryFinished void
ApplicationRecoveryInProgress System.Result
InternalRecoveryHandler uint
RegisterApplicationRecoveryCallback System.Result
RegisterApplicationRestart System.Result
UnregisterApplicationRecoveryCallback System.Result
UnregisterApplicationRestart System.Result

비공개 메소드들

메소드 설명
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