Changeset 4065 for branches/GRACE/src/win32k/include/pe2lx.h
- Timestamp:
- Aug 22, 2000, 12:59:40 AM (25 years ago)
- File:
-
- 1 edited
-
branches/GRACE/src/win32k/include/pe2lx.h (modified) (4 diffs)
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:45bird Exp $1 /* $Id: pe2lx.h,v 1.9.4.3 2000-08-21 22:59:38 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 76 76 BOOL isDll(); 77 77 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;} 79 81 80 82 /** @cat public Helper methods */ … … 128 130 static PCSZ queryOdin32ModuleName(PCSZ pszWin32ModuleName); 129 131 static BOOL initOdin32Path(); 132 static BOOL setOdin32Path(const char *psz); 130 133 131 134 /** @cat static dump methods */ … … 204 207 } paSecChars2Flags[]; 205 208 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). */ 207 211 static SFN sfnKernel32; /* Odin32 Kernel32 filehandle. */ 208 212 };
Note:
See TracChangeset
for help on using the changeset viewer.
