Changeset 4157 for branches/GRACE/src


Ignore:
Timestamp:
Sep 2, 2000, 10:45:29 PM (25 years ago)
Author:
bird
Message:

Added two more APIs (Query and set options and query status.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/k32.h

    r4112 r4157  
    1 /* $Id: k32.h,v 1.2.4.1 2000-08-29 19:47:01 bird Exp $
     1/* $Id: k32.h,v 1.2.4.2 2000-09-02 20:45:29 bird Exp $
    22 *
    33 * k32 - definitions.
     
    2121APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag, ULONG ulCS, ULONG ulEIP);
    2222APIRET k32QueryOTEs(HMTE hMTE, PQOTEBUFFER pQOte, ULONG cbOte);
     23APIRET k32QueryOptionsStatus(PK32OPTIONS pOptions, PK32STATUS pStatus);
     24APIRET k32SetOptions(PK32OPTIONS pOptions);
    2325
    2426
Note: See TracChangeset for help on using the changeset viewer.