please dont rip this site Prev Next

LowLevelKeyboardProc info  Overview  Group

[New for Windows NT 4.0 Service Pack 3.]

The LowLevelKeyboardProc hook procedure is an application-defined or library-defined callback function the system calls every time a new keyboard input event is about to be posted into a thread input queue. The system calls this hook before the event is processed.

The keyboard input can come from the local keyboard driver or from calls to the keybd_event function. If the input comes from a call to keybd_event, the input was “injected”.

LRESULT CALLBACK LowLevelKeyboardProc(

    int nCode,

// hook code

    WPARAM wParam,

// message identifier

    LPARAM lParam

// pointer to structure with message data

   );

Parameters

nCode
Specifies a code the hook procedure uses to determine how to process the message. This parameter can be one of the following values:

Value

Meaning

HC_ACTION

The wParam and lParam parameters contain information about a keyboard message.

If nCode is less than zero, the hook procedure must pass the message to the CallNextHookEx function without further processing and should return the value returned by CallNextHookEx.

wParam
Specifies the identifier of the keyboard message. This parameter can be one of the following messages: WM_KEYDOWN, WM_KEYUP, WM_SYSKEYDOWN, or WM_SYSKEYUP.
lParam
Pointer to the KBDLLHOOKSTRUCT structure.

Return Value

To prevent the system from passing the message to the rest of the hook chain or to the target window procedure, the return value must be a nonzero value. To allow the system to pass the message to the target window procedure, bypassing the remaining procedures in the chain, the return value must be zero.

Remarks

An application installs the hook procedure by specifying the WH_KEYBOARD_LL hook type and the address of the hook procedure in a call to the SetWindowsHookEx function.

This hook is called in the context of the thread that installed it. The call is made by sending a message to the thread that installed the hook. Therefore, the thread that installed the hook must have a message loop.

The hook procedure should process a message in less time than the data entry specified in the LowLevelHooksTimeout value in the following registry key:

HKEY_CURRENT_USER\Control Panel\Desktop

The value is in milliseconds. If the hook procedure does not return during this interval, the system will pass the message to the next hook.

Note that debug hooks cannot track this type of hook.

See Also

CallNextHookEx, KBDLLHOOKSTRUCT, keybd_event, SetWindowsHookEx, WM_KEYDOWN, WM_KEYUP, WM_SYSKEYDOWN, WM_SYSKEYUP

Questions:

Comments:


file: /Techref/os/win/api/win32/func/src/f55_10.htm, 8KB, , updated: 2009/12/24 12:46, local time: 2024/4/20 06:02,
TOP NEW HELP FIND: 
18.117.183.172:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/techref/os/win/api/win32/func/src/f55_10.htm"> LowLevelKeyboardProc</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .