C# Class V1TortoiseSVN.Win32

Exibir arquivo Open project: versionone/VersionOne.Integration.TortoiseSVN

Public Methods

Method Description
GetWindowProcessID ( IntPtr hwnd ) : Int32

Private Methods

Method Description
CallNextHookEx ( IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam ) : int
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FindWindowEx ( IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow ) : IntPtr
GetActiveWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
GetWindowText ( IntPtr hWnd, StringBuilder text, int count ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
GetWindowThreadProcessId ( IntPtr hWnd, Int32 &lpdwProcessId ) : UInt32
IsWindowVisible ( IntPtr hWnd ) : bool
SendMessage ( IntPtr hwnd, uint uMsg, int wParam, StringBuilder lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
SetWindowText ( IntPtr hWnd, string lpString ) : bool

Method Details

GetWindowProcessID() public static method

public static GetWindowProcessID ( IntPtr hwnd ) : Int32
hwnd System.IntPtr
return System.Int32