Ignore:
Timestamp:
Jul 10, 2001, 7:24:33 AM (24 years ago)
Author:
bird
Message:

Kill API - initial coding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/k32.h

    r6224 r6286  
    1 /* $Id: k32.h,v 1.10 2001-07-08 03:02:31 bird Exp $
     1/* $Id: k32.h,v 1.11 2001-07-10 05:24:33 bird Exp $
    22 *
    33 * k32 API - definitions.
     
    2020*******************************************************************************/
    2121APIRET _System k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flFlags, ULONG ulCS, ULONG ulEIP);
     22APIRET _System k32KillProcessEx(ULONG flAction, PID pid);
    2223APIRET _System k32HandleSystemEvent(ULONG ulEvent, HEV hev, BOOL fHandle);
    2324APIRET _System k32QueryCallGate(PUSHORT pusCGSelector);
Note: See TracChangeset for help on using the changeset viewer.