|
7, WH_JOURNALRECORD Hook
WH_JOURNALRECORD Hook is used to monitor and record input events. Typically, you can use this Hook to record continuous mouse and keyboard events, and then play back by using the WH_JOURNALPLAYBACK Hook. The WH_JOURNALRECORD Hook is a global Hook, and it cannot be used like a thread-specific Hook. WH_JOURNALRECORD are system-wide local hooks, they are not injected into any trip address space. |
|