mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
These are the keyboard status flags (unused at the moment).
svn path=/trunk/; revision=64555
This commit is contained in:
parent
3f4d174d92
commit
79a823bc28
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ typedef struct
|
|||
BYTE Reserved5[2]; // 0x90
|
||||
BYTE Reserved6[2]; // 0x92
|
||||
BYTE Reserved7[2]; // 0x94
|
||||
WORD Reserved8; // 0x96
|
||||
WORD KeybdStatusFlags; // 0x96
|
||||
DWORD Reserved9; // 0x98
|
||||
DWORD Reserved10; // 0x9c
|
||||
DWORD Reserved11[2]; // 0xa0
|
||||
|
|
Loading…
Reference in a new issue