Ignore:
Timestamp:
Sep 8, 2000, 11:34:12 PM (25 years ago)
Author:
bird
Message:

Experimenting with ldrSetVMflags. Page alignment possible.

File:
1 edited

Legend:

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

    r4164 r4227  
    1 /* $Id: test.h,v 1.2 2000-09-02 21:08:04 bird Exp $
     1/* $Id: test.h,v 1.3 2000-09-08 21:34:11 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
     
    4545    PVOID   pvPTDA
    4646    );
     47ULONG LDRCALL fakeldrSetVMflags(
     48    PMTE        pMTE,
     49    ULONG       flObj,
     50    PULONG      pflFlags1,
     51    PULONG      pflFlags2
     52    );
     53
    4754APIRET KRNLCALL fakeIOSftOpen(
    4855    PSZ pszFilename,
Note: See TracChangeset for help on using the changeset viewer.