Method |
Description |
|
EnumThreadWindows ( int dwThreadId, EnumThreadDelegate lpfn, IntPtr lParam ) : bool |
|
|
EnumWindows ( EnumWindowsProc lpEnumFunc, int lParam ) : int |
|
|
GetWindowLong ( IntPtr hWnd, int nIndex ) : uint |
|
|
GetWindowText ( IntPtr handle, [ caption, int count ) : int |
|
|
GetWindowTextLength ( IntPtr handle ) : int |
|
|
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr &lpdwProcessId ) : uint |
|
|
IsWindowVisible ( IntPtr handle ) : bool |
|
|
ModalChecker ( Process process ) : System |
|
|
ThreadWindows ( IntPtr handle ) : bool |
|
|
WindowEnum ( IntPtr hWnd, int lParam ) : int |
|
|