Search:
Forum
General C++ Programming
keybd_event func parameters usage?
keybd_event func parameters usage?
May 28, 2009 at 1:13pm UTC
Incubbus
(678)
Hey there i got some comprehensive-troubles with the some of the argmunets passed to the keybd_event function...
1
2
3
4
5
6
VOID keybd_event( BYTE bVk, BYTE bScan, DWORD dwFlags, PTR dwExtraInfo );
i dont get , what the bScan (Harware Scan Code) and the flag: KEYEVENTF_EXTENDEDKEY( "If specified, the scan code was preceded by a prefix byte having the value 0xE0 (224).") are for...
does anyone know?
Last edited on
May 28, 2009 at 1:17pm UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs