ShellWindow.Handle Method (Usual) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual void* Handle(
Usual nHandleType = default
)
Request Example
View SourceParameters
- 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