Changeset 8773 for trunk/src/kernel32/console.h
- Timestamp:
- Jun 26, 2002, 9:13:00 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.h
r4502 r8773 1 /* $Id: console.h,v 1. 4 2000-10-20 11:46:46sandervl Exp $ */1 /* $Id: console.h,v 1.5 2002-06-26 07:13:00 sandervl Exp $ */ 2 2 3 3 /* … … 39 39 ULONG iConsoleTerminate(void);/* termination of the console subsystem */ 40 40 41 BOOL InternalGenerateConsoleCtrlEvent(DWORD dwCtrlEvent, DWORD dwProcessGroupID); 42 BOOL WIN32API DefaultConsoleCtrlHandler(DWORD dwEvent); 43 41 44 #ifdef __cplusplus 42 45 }
Note:
See TracChangeset
for help on using the changeset viewer.