Table of Contents

Method ReleaseHook

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

ReleaseHook(IntPtr)

Removes a hook procedure installed in a hook chain.

public static bool ReleaseHook(IntPtr hhk)

Parameters

hhk IntPtr

Handle to the hook to be removed.

Returns

bool

True if succeed; otherwise false.