TeamTalk 4 .NET DLL
Version 4.5A
|
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. More... | |
static System.IntPtr | GetDesktopHWND () |
Get the handle (HWND) of the Windows desktop (full desktop). More... | |
static bool | GetDesktopWindowHWND (int nIndex, ref System.IntPtr lpHWnd) |
Get the all the handles (HWND) of visible windows. More... | |
static bool | GetWindow (System.IntPtr hWnd, ref ShareWindow lpShareWindow) |
Get the properties of a window from its window handle (HWND). More... | |
Helper class for extracting Windows HWND handles.
ingroup desktopshare
|
static |
Get the handle (HWND) of the window which is currently active (focused) on the Windows desktop.
|
static |
Get the handle (HWND) of the Windows desktop (full desktop).
|
static |
Get the all the handles (HWND) of visible windows.
|
static |
Get the properties of a window from its window handle (HWND).