Changeset 8184 for branches/splittup/src/win32k/lib/libDosKillProcessEx.c
- Timestamp:
 - Apr 1, 2002, 3:04:59 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/splittup/src/win32k/lib/libDosKillProcessEx.c
r6274 r8184 1 /* $Id: libDosKillProcessEx.c,v 1.1 2001-07-09 23:48:52bird Exp $1 /* $Id: libDosKillProcessEx.c,v 1.1.2.1 2002-04-01 13:04:55 bird Exp $ 2 2 * 3 3 * DosKillProcessEx - Extened Edition of DosKillProcess. 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 … … 36 36 * @param flAction Action and flags defined in os2 headers and win32k.h 37 37 * @param pid Pid to kill or top of process tree to kill. 38 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)38 * @author knut st. osmundsen (bird@anduin.net) 39 39 */ 40 40 APIRET APIENTRY DosKillProcessEx(ULONG flAction, PID pid)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  