Jump to content

WinReleaseHook

From EDM2
Revision as of 21:19, 21 November 2023 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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