keybd_event func parameters usage?

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
Topic archived. No new replies allowed.