Changeset 6222 for trunk/src


Ignore:
Timestamp:
Jul 8, 2001, 4:59:21 AM (24 years ago)
Author:
bird
Message:

Prototyped applyFixupsDelta member function.

File:
1 edited

Legend:

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

    r4787 r6222  
    1 /* $Id: pe2lx.h,v 1.12 2000-12-11 06:53:51 bird Exp $
     1/* $Id: pe2lx.h,v 1.13 2001-07-08 02:59:21 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    6666    ULONG  applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage,
    6767                       ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/
     68    ULONG  applyFixupsDelta(PVOID pvPage, ULONG ulDelta, ULONG ulRVAPage);
     69
    6870    ULONG  openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath); /* (ldrOpenPath) */
    6971    static ULONG  openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath, BOOL fOdin32PathValid);
Note: See TracChangeset for help on using the changeset viewer.