Changeset 296 for trunk/src/kernel32/conin.cpp
- Timestamp:
- Jul 12, 1999, 7:20:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conin.cpp
r149 r296 1 /* $Id: conin.cpp,v 1. 3 1999-06-21 18:53:51phaller Exp $ */1 /* $Id: conin.cpp,v 1.4 1999-07-12 17:20:03 phaller Exp $ */ 2 2 3 3 /* … … 244 244 FlushConsoleInputBuffer(pHMHandleData)); 245 245 246 case DRQ_GETCONSOLEMODE: 247 return (HMDeviceConsoleInClass 248 ::GetConsoleMode(pHMHandleData, 249 (LPDWORD)arg1)); 250 246 251 case DRQ_GETNUMBEROFCONSOLEINPUTEVENTS: 247 252 return (HMDeviceConsoleInClass:: … … 293 298 (DWORD)arg2, 294 299 (LPDWORD)arg3)); 300 301 case DRQ_SETCONSOLEMODE: 302 return (HMDeviceConsoleInClass 303 ::SetConsoleMode(pHMHandleData, 304 (DWORD)arg1)); 295 305 296 306 case DRQ_WRITECONSOLEINPUTA:
Note:
See TracChangeset
for help on using the changeset viewer.