Jump to content

WinReleaseHook: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with " WinReleaseHook Category:Win"
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
  WinReleaseHook
'''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
 
[[Category:Win]]
[[Category:Win]]

Latest revision as of 21:19, 21 November 2023

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