Click or drag to resize

ShellBrowserBaseGetWindowHandle Method

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.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected IntPtr GetWindowHandle(
	bool p_HandleRequired
)

Parameters

p_HandleRequired
Type: SystemBoolean
True, if a handle is required.

Return Value

Type: IntPtr
IntPtr for the window handle or IntPtr.Zero.
See Also