C# 클래스 WatchThis.NativeCalls

파일 보기 프로젝트 열기: kevintavog/WatchThis.net

공개 메소드들

메소드 설명
AllowSleep ( string name, int id ) : void
IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int
PreventSleep ( string name ) : int

비공개 메소드들

메소드 설명
IOPMAssertionCreateWithName ( IntPtr type, int level, IntPtr name, IntPtr id ) : int

메소드 상세

AllowSleep() 정적인 공개 메소드

static public AllowSleep ( string name, int id ) : void
name string
id int
리턴 void

IOPMAssertionCreateWithName() 정적인 공개 메소드

static public IOPMAssertionCreateWithName ( String type, int level, string name, int &id ) : int
type String
level int
name string
id int
리턴 int

PreventSleep() 정적인 공개 메소드

static public PreventSleep ( string name ) : int
name string
리턴 int