Ignore:
Timestamp:
Aug 22, 2000, 12:59:40 AM (25 years ago)
Author:
bird
Message:

Temporary checkin (backup).

File:
1 edited

Legend:

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

    r4052 r4065  
    1 /* $Id: pe2lx.h,v 1.9.4.2 2000-08-20 08:08:45 bird Exp $
     1/* $Id: pe2lx.h,v 1.9.4.3 2000-08-21 22:59:38 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    7676    BOOL    isDll();
    7777    static HMTE getKernel32SFN()        {   return sfnKernel32;   }
    78     static VOID setKernel32SFN(SFN sfn) {   sfnKernel32 = sfn;   }
     78    static VOID setKernel32SFN(SFN sfn) {   sfnKernel32 = sfn;    }
     79    static VOID invalidateOdin32Path();
     80    static LONG getLoadedModuleCount()  {   return cLoadedModules;}
    7981
    8082    /** @cat public Helper methods */
     
    128130    static PCSZ queryOdin32ModuleName(PCSZ pszWin32ModuleName);
    129131    static BOOL initOdin32Path();
     132    static BOOL setOdin32Path(const char *psz);
    130133
    131134    /** @cat static dump methods */
     
    204207    } paSecChars2Flags[];
    205208
    206     static const char *     pszOdin32Path;  /* Odin32 base path. */
     209    static LONG             cLoadedModules; /* Count of existing objects. Updated by constructor and destructor. */
     210    static const char *     pszOdin32Path;  /* Odin32 base path (include a slash). */
    207211    static SFN              sfnKernel32;    /* Odin32 Kernel32 filehandle. */
    208212};
Note: See TracChangeset for help on using the changeset viewer.