[New for Windows NT 4.0 Service Pack 3.]
The MSLLHOOKSTRUCT structure contains information about a low-level keyboard input event.
typedef struct tagMSLLHOOKSTRUCT { DWORD pt; DWORD mouseData; DWORD flags; DWORD time; DWORD dwExtraInfo; } MSLLHOOKSTRUCT, FAR *LPMSLLHOOKSTRUCT, *PMSLLHOOKSTRUCT;
Value |
Description |
0 |
Specifies whether the event was injected. The value is 1 if the event was injected; otherwise, it is 0. |
1-15 |
Reserved. |
An application can use the following value to test the mouse flags:
Value |
Purpose |
LLMHF_INJECTED |
Test the event-injected flag. |
LowLevelMouseProc, POINT, SetWindowsHookEx, WM_MOUSEWHEEL
Questions:
my os is win2000 with service pack4 installed. when i declare+
MSLLHOOKSTRUCT the vc++ 6.0 compiler generates error as undefined identifier. i also included winuser.h and windows.h header file. Tell me a way to solve this.
file: /Techref/os/win/api/win32/struc/src/str12_4.htm, 3KB, , updated: 2005/12/29 11:56, local time: 2024/11/7 15:31,
3.135.184.186:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/struc/src/str12_4.htm"> MSLLHOOKSTRUCT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.