Changeset 3834 for branches/GRACE/src/win32k/include/pe2lx.h
- Timestamp:
- Jul 17, 2000, 12:43:41 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
r2925 r3834 1 /* $Id: pe2lx.h,v 1.9 2000-02-27 02:16:43bird Exp $1 /* $Id: pe2lx.h,v 1.9.4.1 2000-07-16 22:43:32 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 66 66 ULONG applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage, 67 67 ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/ 68 ULONG openPath(PCHAR pachModname, USHORT cchModname, ldrlv_t *pLdrLv, PULONG pfl); /* (ldrOpenPath) */ 68 69 #ifndef RING0 69 70 ULONG testApplyFixups(); 70 71 ULONG writeFile(PCSZ pszLXFilename); 71 72 #endif 73 74 /** @cat public query methods */ 75 BOOL isExe(); 76 BOOL isDll(); 72 77 73 78 /** @cat public Helper methods */ … … 120 125 /** @cat static helpers */ 121 126 static PCSZ queryOdin32ModuleName(PCSZ pszWin32ModuleName); 127 static BOOL initOdin32Path(); 122 128 123 129 /** @cat static dump methods */ … … 195 201 ULONG flFlags; /* equivalent object flags */ 196 202 } paSecChars2Flags[]; 203 204 static const char * pszOdin32Path; /* Odin32 base path. */ 197 205 }; 198 206
Note:
See TracChangeset
for help on using the changeset viewer.
