Click or drag to resize

ShellWindow.Handle Method (Usual)

X#
Return the handle for a shell window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Handle(
	nHandleType
) AS PTR CLIPPER
Request Example View Source

Parameters

nHandleType (Optional)
Type: Usual
The type of handle required. Specify 0 for the window handle and 2 for the window device context. If omitted, 0 is the default.

Return Value

Type: Void*
A handle to the window, describing the underlying system object.
Remarks
This method provides a handle to the window, which can then be used by Windows API calls.
See Also