Jump to content

WinReleaseHook

From EDM2

WinReleaseHook releases an application hook from a hook chain.

Syntax

WinReleaseHook(hab, hmq, Hook, Address, Module)

Parameters

hab (HAB)
Handle of the anchor block
hmq (HMQ)
Handle of the message queue
Hook (LONG)
Hook identifier
Address (PFN)
Address of the hook procedure
Module (HMODULE)
Handle of the module with hook procedure

Returns

BOOL