C# Class SharpPlant.NativeWin32

Datei anzeigen Open project: phusband/SharpPlant

Public Methods

Method Description
FindWindowByIndex ( IntPtr hWndParent, int index ) : IntPtr

Private Methods

Method Description
AccessibleObjectFromWindow ( int hwnd, uint dwObjectID, byte riid, dynamic &ptr ) : int
EnumChildWindows ( int hWndParent, EnumChildCallback lpEnumFunc, int &lParam ) : bool
EnumWindows ( EnumWindowsProcDelegate lpEnumFunc, int lParam ) : int
FindWindow ( string lpClassName, string lpWindowName ) : int
FindWindowEx ( IntPtr parentHandle, IntPtr childAfter, string className, string windowTitle ) : IntPtr
GetClassName ( int hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetDesktopWindow ( ) : int
GetDlgItem ( IntPtr hDlg, int nIdDlgItem ) : IntPtr
GetParent ( int hwnd ) : int
GetWindow ( int hwnd, int wCmd ) : int
GetWindowLongPtr ( int hwnd, int nIndex ) : int
GetWindowText ( int h, StringBuilder s, int nMaxCount ) : void
IsWindowVisible ( int hwnd ) : int
LockWindowUpdate ( IntPtr hWndLock ) : bool
SendMessage ( int hWnd, uint msg, int wParam, int lParam ) : int
SetCursorPos ( int x, int y ) : bool
SetForegroundWindow ( int hWnd ) : int
mouse_event ( int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo ) : void

Method Details

FindWindowByIndex() public static method

public static FindWindowByIndex ( IntPtr hWndParent, int index ) : IntPtr
hWndParent System.IntPtr
index int
return System.IntPtr