Changeset 9810 for trunk/src/user32/oslibwin.h
- Timestamp:
- Feb 16, 2003, 4:31:12 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r9598 r9810 1 /* $Id: oslibwin.h,v 1.7 1 2003-01-03 16:35:56sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.72 2003-02-16 15:31:11 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 303 303 BOOL OSLibSetWindowMinPos(HWND hwnd, ULONG x, ULONG y); 304 304 305 BOOL OSLibWinGetKeyboardStateTable(unsigned char * PMKeyState);306 BOOL OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState);307 308 #define TCF_LSHIFT 0x0001309 #define TCF_RSHIFT 0x0002310 #define TCF_SHIFT (TCF_LSHIFT | TCF_RSHIFT)311 #define TCF_LCONTROL 0x0004312 #define TCF_RCONTROL 0x0008313 #define TCF_CONTROL (TCF_LCONTROL | TCF_RCONTROL)314 #define TCF_ALT 0x0010315 #define TCF_ALTGR 0x0020316 #define TCF_CAPSLOCK 0x0040317 #define TCF_NUMLOCK 0x0080318 #define TCF_OEMSCANCODE 0x0100319 #define TCF_EXTENDEDKEY 0x0200320 321 #define TC_CHARTOSCANCODE 0322 #define TC_SCANCODETOCHAR 1323 #define TC_VIRTUALKEYTOSCANCODE 2324 #define TC_SCANCODETOVIRTUALKEY 3325 #define TC_SCANTOOEMSCAN 4326 #define TC_OEMSCANTOSCAN 5327 328 USHORT OSLibWinTranslateChar(USHORT usScanCode, ULONG type, USHORT shiftstate);329 330 305 #define HTOS_NORMAL 0 331 306 #define HTOS_TRANSPARENT (-1)
Note:
See TracChangeset
for help on using the changeset viewer.