Ignore:
Timestamp:
Jan 22, 2000, 7:21:03 PM (26 years ago)
Author:
bird
Message:

Temporary backup checkin.

File:
1 edited

Legend:

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

    r1678 r2501  
    1 /* $Id: pe2lx.h,v 1.6 1999-11-10 01:45:33 bird Exp $
     1/* $Id: pe2lx.h,v 1.7 2000-01-22 18:21:01 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    6666    ULONG  init(PCSZ pszFilename);
    6767    ULONG  read(ULONG offLXFile, PVOID pvBuffer, ULONG cbToRead, ULONG flFlags, PMTE pMTE);
     68    ULONG  applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage,
     69                       ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/
     70
    6871    #ifndef RING0
    6972    ULONG  writeLxFile(PCSZ pszLXFilename);
Note: See TracChangeset for help on using the changeset viewer.