- Timestamp:
- Apr 1, 2002, 11:58:55 AM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/include/pe2lx.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/include/pe2lx.h
r6222 r8159 1 /* $Id: pe2lx.h,v 1.13 2001-07-08 02:59:21bird Exp $1 /* $Id: pe2lx.h,v 1.13.2.1 2002-04-01 09:58:55 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 109 109 ULONG initFixups(); 110 110 ULONG addPageFixupEntry(BOOL fLast = FALSE); 111 ULONG add32OffsetFixup( WORDoffSource, ULONG ulTarget);112 ULONG add32OrdImportFixup( WORDoffSource, ULONG ulModuleOrdinal, ULONG ulFunctionOrdinal);113 ULONG add32NameImportFixup( WORDoffSource, ULONG ulModuleOrdinal, PCSZ pszFnName);111 ULONG add32OffsetFixup(USHORT offSource, ULONG ulTarget); 112 ULONG add32OrdImportFixup(USHORT offSource, ULONG ulModuleOrdinal, ULONG ulFunctionOrdinal); 113 ULONG add32NameImportFixup(USHORT offSource, ULONG ulModuleOrdinal, PCSZ pszFnName); 114 114 ULONG addModule(PCSZ pszModuleName, PULONG pulModuleOrdinal); 115 115 ULONG addImportFunctionName(PCSZ pszFnName, PULONG poffFnName);
Note:
See TracChangeset
for help on using the changeset viewer.
