Changeset 4307 for trunk/src/win32k/include/ModuleBase.h
- Timestamp:
- Sep 22, 2000, 11:22:43 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/ModuleBase.h
r4164 r4307 1 /* $Id: ModuleBase.h,v 1. 4 2000-09-02 21:07:59bird Exp $1 /* $Id: ModuleBase.h,v 1.5 2000-09-22 09:22:36 bird Exp $ 2 2 * 3 3 * ModuleBase - Declaration of the Basic module class. … … 120 120 virtual ULONG applyFixups(PMTE pMTE, ULONG iObject, ULONG iPageTable, PVOID pvPage, 121 121 ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/ 122 virtual ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful ); /* (ldrOpenPath) */122 virtual ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful, ULONG lLibPath); /* (ldrOpenPath) */ 123 123 #ifndef RING0 124 124 virtual ULONG writeFile(PCSZ pszLXFilename);
Note:
See TracChangeset
for help on using the changeset viewer.