Helper class for extracting Windows HWND handles. More...
Static Public Member Functions | |
static System.IntPtr | GetDesktopActiveHWND () |
Get the handle (HWND) of the window which is currently active (focused) on the Windows desktop. | |
static System.IntPtr | GetDesktopHWND () |
Get the handle (HWND) of the Windows desktop (full desktop). | |
static bool | GetDesktopWindowHWND (int nIndex, ref System.IntPtr lpHWnd) |
Get the all the handles (HWND) of visible windows. | |
static bool | GetWindow (System.IntPtr hWnd, ref ShareWindow lpShareWindow) |
Get the properties of a window from its window handle (HWND). |
Helper class for extracting Windows HWND handles.
ingroup desktopshare
static System.IntPtr BearWare.WindowsHelper.GetDesktopActiveHWND | ( | ) | [static] |
Get the handle (HWND) of the window which is currently active (focused) on the Windows desktop.
static System.IntPtr BearWare.WindowsHelper.GetDesktopHWND | ( | ) | [static] |
Get the handle (HWND) of the Windows desktop (full desktop).
static bool BearWare.WindowsHelper.GetDesktopWindowHWND | ( | int | nIndex, | |
ref System.IntPtr | lpHWnd | |||
) | [static] |
Get the all the handles (HWND) of visible windows.
static bool BearWare.WindowsHelper.GetWindow | ( | System.IntPtr | hWnd, | |
ref ShareWindow | lpShareWindow | |||
) | [static] |
Get the properties of a window from its window handle (HWND).