C# 클래스 Appccelerate.Windows.WindowsHelper

Provides functionality to interact with Windows (OS).
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
ExitSystem ( EWX_ENUM ewx_value ) : void

Shuts down the machine according the given value.

비공개 메소드들

메소드 설명
AdjustTokenPrivileges ( int tokenHandler, int disableAllPrivileges, [ newState, int bufferLength, int previousState, int returnLength ) : int
ExitwindowsEx ( int flg, int rea ) : bool
GetCurrentProcess ( ) : int
LookupPrivilegeValue ( string systemName, string name, LUID &pluid ) : bool
OpenProcessToken ( int processHandle, uint desiredAccess, int &tokenHandle ) : bool

메소드 상세

ExitSystem() 공개 정적인 메소드

Shuts down the machine according the given value.
public static ExitSystem ( EWX_ENUM ewx_value ) : void
ewx_value EWX_ENUM Set of flags defined in EWX_ENUM
리턴 void