[This is preliminary documentation and is subject to change.]

Gets module handle pased to hMod parameter of SetWindowsHookEx Win32 API function

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override IntPtr GetModuleHandle()
Visual Basic
Protected Overrides Function GetModuleHandle As IntPtr
Visual C++
protected:
virtual IntPtr GetModuleHandle() override
F#
abstract GetModuleHandle : unit -> IntPtr 
override GetModuleHandle : unit -> IntPtr 
JScript
protected override function GetModuleHandle() : IntPtr

Return Value

This implementation uses GetModuleHandleFromType(Type)

See Also