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