C# 클래스 Switcheroo.Core.WinApi

파일 보기 프로젝트 열기: kvakulo/Switcheroo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Statusbar System.IntPtr

공개 메소드들

메소드 설명
GetClassLongPtr ( IntPtr hWnd, ClassLongFlags flags ) : IntPtr

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr hHandle ) : bool
DefWindowProc ( IntPtr hWnd, int message, int wParam, IntPtr lParam ) : IntPtr
EnumPropsEx ( IntPtr hWnd, EnumPropsExDelegate lpEnumFunc, IntPtr lParam ) : int
EnumWindows ( EnumWindowsProc ewp, int lParam ) : int
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetAncestor ( IntPtr hwnd, GetAncestorFlags flags ) : IntPtr
GetClassLongPtr32 ( IntPtr hWnd, ClassLongFlags flags ) : uint
GetClassLongPtr64 ( IntPtr hWnd, ClassLongFlags flags ) : IntPtr
GetKeyboardLayout ( uint threadId ) : IntPtr
GetKeyboardState ( Keys keyStates ) : bool
GetLastActivePopup ( IntPtr hWnd ) : IntPtr
GetProp ( IntPtr hWnd, string lpString ) : IntPtr
GetWindow ( IntPtr hWnd, GetWindowCmd uCmd ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int
GetWindowThreadProcessId ( IntPtr hwindow, uint &processId ) : uint
IsWindowVisible ( IntPtr hWnd ) : bool
MapVirtualKeyEx ( uint uCode, MapVirtualKeyMapTypes uMapType, IntPtr dwhkl ) : uint
OpenProcess ( ProcessAccess dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : IntPtr
QueryFullProcessImageName ( IntPtr hprocess, int dwFlags, StringBuilder lpExeName, int &size ) : bool
RegisterWindowMessage ( string lpString ) : uint
SendMessage ( IntPtr hwnd, int message, int wParam, IntPtr lParam ) : IntPtr
SendMessageTimeout ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam, SendMessageTimeoutFlags fuFlags, uint uTimeout, IntPtr &lpdwResult ) : IntPtr
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void
ToUnicodeEx ( uint wVirtKey, uint wScanCode, Keys lpKeyState, StringBuilder pwszBuff, int cchBuff, uint wFlags, IntPtr dwhkl ) : int

메소드 상세

GetClassLongPtr() 공개 정적인 메소드

public static GetClassLongPtr ( IntPtr hWnd, ClassLongFlags flags ) : IntPtr
hWnd System.IntPtr
flags ClassLongFlags
리턴 System.IntPtr

프로퍼티 상세

Statusbar 공개적으로 정적으로 프로퍼티

public static IntPtr,System Statusbar
리턴 System.IntPtr