HookType Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration HookType
Dim instance As HookType
public enum class HookType
No code example is currently available or this language may not be supported.
JournalRecord |
0 |
Installs a hook procedure that records input messages posted to the system message queue.
This hook is useful for recording macros.
For more information, see the JournalRecordProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644983(v=vs.85).aspx |
JournalPlayback |
1 |
Installs a hook procedure that posts messages previously recorded by a WH_JOURNALRECORD hook procedure.
For more information, see the JournalPlaybackProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644982(v=vs.85).aspx |
Keyboard |
2 |
Installs a hook procedure that monitors keystroke messages.
For more information, see the KeyboardProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644984(v=vs.85).aspx |
GetMessage |
3 |
Installs a hook procedure that monitors messages posted to a message queue.
For more information, see the GetMsgProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644981(v=vs.85).aspx |
CallWndProc |
4 |
Installs a hook procedure that monitors messages before the system sends them to the destination window procedure.
For more information, see the CallWndProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644975(v=vs.85).aspx |
Cbt |
5 |
Installs a hook procedure that receives notifications useful to a CBT application.
For more information, see the CBTProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644977(v=vs.85).aspx |
SysMsgFilter |
6 |
Installs a hook procedure that monitors messages generated as a result of an input event in a dialog box,
message box, menu, or scroll bar.
The hook procedure monitors these messages for all applications in the same desktop as the calling thread.
For more information, see the SysMsgProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644992(v=vs.85).aspx |
Mouse |
7 |
Installs a hook procedure that monitors mouse messages.
For more information, see the MouseProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644988(v=vs.85).aspx |
Hardware |
8 |
Hoot type not documented.
|
Debug |
9 |
Installs a hook procedure useful for debugging other hook procedures.
For more information, see the DebugProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644978(v=vs.85).aspx |
MsgFilter |
-1 |
Installs a hook procedure that monitors messages generated as a result of an input event in a dialog box,
message box, menu, or scroll bar.
For more information, see the MessageProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644987(v=vs.85).aspx |
Shell |
10 |
Installs a hook procedure that receives notifications useful to shell applications.
For more information, see the ShellProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644991(v=vs.85).aspx |
ForegroundIdle |
11 |
Installs a hook procedure that will be called when the application's foreground thread is about to become idle.
This hook is useful for performing low priority tasks during idle time.
For more information, see the ForegroundIdleProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644980(v=vs.85).aspx |
CallWndProcRet |
12 |
Installs a hook procedure that monitors messages after they have been processed by the destination window procedure.
For more information, see the CallWndRetProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644976(v=vs.85).aspx |
KeyboardLL |
13 |
Installs a hook procedure that monitors low-level keyboard input events.
For more information, see the LowLevelKeyboardProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644985(v=vs.85).aspx |
MouseLL |
14 |
Installs a hook procedure that monitors low-level mouse input events.
For more information, see the LowLevelMouseProc hook procedure:
https://msdn.microsoft.com/es-es/library/windows/desktop/ms644986(v=vs.85).aspx |