Changeset 4142 for branches/GRACE/src
- Timestamp:
- Sep 1, 2000, 5:23:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/pe2lx.h
r4090 r4142 1 /* $Id: pe2lx.h,v 1.9.4. 5 2000-08-25 04:47:23 bird Exp $1 /* $Id: pe2lx.h,v 1.9.4.6 2000-09-01 15:23:33 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 67 67 ULONG ulPageAddress, PVOID pvPTDA); /*(ldrEnum32bitRelRecs)*/ 68 68 ULONG openPath(PCHAR pachFilename, USHORT cchFilename, ldrlv_t *pLdrLv, PULONG pful); /* (ldrOpenPath) */ 69 static ULONG openPath2(PCHAR pachFilename, U SHORTcchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid);69 static ULONG openPath2(PCHAR pachFilename, ULONG cchFilename, ldrlv_t *pLdrLv, PULONG pful, BOOL fOdin32PathValid); 70 70 #ifndef RING0 71 71 ULONG testApplyFixups();
Note:
See TracChangeset
for help on using the changeset viewer.