Changeset 8160 for branches/splittup/src/win32k/src/k32KillProcessEx.cpp
- Timestamp:
- Apr 1, 2002, 12:01:05 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/src/k32KillProcessEx.cpp
r8155 r8160 1 /* $Id: k32KillProcessEx.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * k32KillProcessEx - DosKillProcessEx extention. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 12 12 #endif 13 13 … … 53 53 * @sketch 54 54 * @status Paritially implemented. 55 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)55 * @author knut st. osmundsen (bird@anduin.net) 56 56 */ 57 57 APIRET k32KillProcessEx(ULONG flAction, PID pid)
Note:
See TracChangeset
for help on using the changeset viewer.
