[This is preliminary documentation and is subject to change.]
Gets handle of current hook if it is registered
Namespace: Tools.API.HooksAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected IntPtr HookHandle { get; } |
| Visual Basic |
|---|
Protected ReadOnly Property HookHandle As IntPtr
Get |
| Visual C++ |
|---|
protected:
property IntPtr HookHandle {
IntPtr get ();
} |
| JScript |
|---|
function get HookHandle () : IntPtr
|
Return Value
Handle of current hook if it is registered;
Zero otherwise
See Also