TeamTalk 4 .NET DLL  Version 4.5A
BearWare.WindowsHelper Class Reference

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...
 

Detailed Description

Helper class for extracting Windows HWND handles.

ingroup desktopshare

Member Function Documentation

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).