Zitat von
lodda:
Systemhook
Was ist dass?
Hier mal ein kleiner Auszug aus der Delphi bzw
Win32-Hilfe, hab mich nämlich selbst noch nicht genauer damit beschäftigt:
Zitat:
Hook Types
Each type of hook enables an application to monitor a different aspect of the Windows message-handling mechanism. The following sections describe the types of hooks available in Windows.
· WH_CALLWNDPROC and WH_CALLWNDPROCRET Hooks
· WH_CBT Hook
· WH_DEBUG Hook
· WH_FOREGROUNDIDLE Hook
· WH_GETMESSAGE Hook
· WH_JOURNALPLAYBACK Hook
· WH_JOURNALRECORD Hook
· WH_KEYBOARD Hook
· WH_MOUSE Hook
· WH_MSGFILTER and WH_SYSMSGFILTER Hooks
· WH_SHELL Hook
Damit kann man wohl verschiedene "Botschaften" die Windows hin- und herschickt abzufangen und dann je nach diese z.B. verändern.