Besonderhede van voorbeeld: 5503667221480210963

Metadata

Author: Common crawl

Data

English[en]
Technically a hook is just another subroutine ("hook procedure") that "gets in the way" of the normal message-handling mechanism of Windows.
Spanish[es]
El procedimiento gancho ----------------------- El procedimiento gancho para un gancho de teclado tiene un formato estándar que y para que el gancho funcione, el programador debe proveer este formato exacto: function HookProc(nCode: Integer; wParam: WPARAM; lParam: LPARAM): LRESULT; stdcall; "nCode": = HC_ACTION - los parámetros wParam y lParam contiene información acerca del mensaje de teclado. = HC_NOREMOVE - los parámetros wParam y lParam contiene información acerca del mensaje de teclado, y el mensaje de teclado no ha sido removido de la cola de mensajes (una aplicación llamó la función PeekMessage especificando la bandera PM_NOREMOVE).

History

Your action: