Ignore:
Timestamp:
Sep 2, 2000, 11:08:23 PM (25 years ago)
Author:
bird
Message:

Merged in the Grace branch. New Win32k!

File:
1 edited

Legend:

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

    r2799 r4164  
    1 /* $Id: k32.h,v 1.2 2000-02-15 23:39:19 bird Exp $
     1/* $Id: k32.h,v 1.3 2000-09-02 21:08:02 bird Exp $
    22 *
    33 * k32 - definitions.
     
    2020*******************************************************************************/
    2121APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag, ULONG ulCS, ULONG ulEIP);
     22APIRET k32QueryOTEs(HMTE hMTE, PQOTEBUFFER pQOte, ULONG cbOte);
     23APIRET k32QueryOptionsStatus(PK32OPTIONS pOptions, PK32STATUS pStatus);
     24APIRET k32SetOptions(PK32OPTIONS pOptions);
    2225
    2326
Note: See TracChangeset for help on using the changeset viewer.