C# 클래스 Aegis.SystemDll.User32

파일 보기 프로젝트 열기: SyncZone/AegisFramework

비공개 메소드들

메소드 설명
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetMessageExtraInfo ( ) : IntPtr
SetCursorPos ( int x, int y ) : int
SetForegroundWindow ( IntPtr hWnd ) : void
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
mouse_event ( uint dwFlags, uint dx, uint dy, int dwData, int dwExtraInfo ) : void