[This is preliminary documentation and is subject to change.]
Unregisters registered hook for this instance
Namespace: Tools.API.HooksAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public void UnregisterHook() |
| Visual Basic |
|---|
Public Sub UnregisterHook |
| Visual C++ |
|---|
public: void UnregisterHook() |
| F# |
|---|
member UnregisterHook : unit -> unit |
| JScript |
|---|
public function UnregisterHook() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Hook is not registered for this instance (Registered is false). |
| Tools.API..::..Win32APIException | Hook unregistration failed |