ShellBrowser .Net Edition
GetWindowHandle Method (p_HandleRequired)
NamespacesJam.ShellShellBrowserGetWindowHandle(Boolean)
Returns an approriate window handle for operations that require a window handle. It takes care that a null handle is returned to prevent error messages if ShowErrorMEssages is set to false.
Declaration Syntax
C#Visual BasicVisual C++
protected IntPtr GetWindowHandle(
	bool p_HandleRequired
)
Protected Function GetWindowHandle ( _
	p_HandleRequired As Boolean _
) As IntPtr
protected:
IntPtr GetWindowHandle(
	bool p_HandleRequired
)
Parameters
p_HandleRequired (Boolean)
True, if a handle is required.
Return Value
IntPtr for the window handle or IntPtr.Zero.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)