Ignore:
Timestamp:
Jul 17, 2000, 12:43:41 AM (25 years ago)
Author:
bird
Message:

Checkin of current code in the Grace brance for backup purpose.

File:
1 edited

Legend:

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

    r2925 r3834  
    1 /* $Id: pe2lx.h,v 1.9 2000-02-27 02:16:43 bird Exp $
     1/* $Id: pe2lx.h,v 1.9.4.1 2000-07-16 22:43:32 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  openPath(PCHAR pachModname, USHORT cchModname, ldrlv_t *pLdrLv, PULONG pfl); /* (ldrOpenPath) */
    6869    #ifndef RING0
    6970    ULONG  testApplyFixups();
    7071    ULONG  writeFile(PCSZ pszLXFilename);
    7172    #endif
     73
     74    /** @cat public query methods */
     75    BOOL    isExe();
     76    BOOL    isDll();
    7277
    7378    /** @cat public Helper methods */
     
    120125    /** @cat static helpers */
    121126    static PCSZ queryOdin32ModuleName(PCSZ pszWin32ModuleName);
     127    static BOOL initOdin32Path();
    122128
    123129    /** @cat static dump methods */
     
    195201        ULONG flFlags;                      /* equivalent object flags */
    196202    } paSecChars2Flags[];
     203
     204    static const char *     pszOdin32Path;  /* Odin32 base path. */
    197205};
    198206
Note: See TracChangeset for help on using the changeset viewer.