ShellContextMenuProviderGetWindowHandle Method |
Retruns a qindow hanlde that can be used for Windows API calls.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.3
Syntaxprotected override IntPtr GetWindowHandle()
Protected Overrides Function GetWindowHandle As IntPtr
protected:
virtual IntPtr GetWindowHandle() override
abstract GetWindowHandle : unit -> IntPtr
override GetWindowHandle : unit -> IntPtr
Return Value
IntPtrA window handle.
See Also