Changeset 4787 for trunk/src/win32k/ldr
- Timestamp:
- Dec 11, 2000, 7:53:57 AM (25 years ago)
- Location:
- trunk/src/win32k/ldr
- Files:
-
- 4 edited
-
ModuleBase.cpp (modified) (2 diffs)
-
myVMAllocMem.cpp (modified) (2 diffs)
-
myldrEnum32bitRelRecs.cpp (modified) (1 diff)
-
myldrRead.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/ModuleBase.cpp
r4307 r4787 1 /* $Id: ModuleBase.cpp,v 1. 5 2000-09-22 09:22:39bird Exp $1 /* $Id: ModuleBase.cpp,v 1.6 2000-12-11 06:53:53 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. 4 4 * 5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 302 302 * Gets the modulename. 303 303 * @returns Const ("Readonly") pointer to the module name. 304 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)304 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 305 305 * @remark Modulename is filename without path and extention. 306 306 */ -
trunk/src/win32k/ldr/myVMAllocMem.cpp
r2799 r4787 1 /* $Id: myVMAllocMem.cpp,v 1. 1 2000-02-15 23:39:20bird Exp $1 /* $Id: myVMAllocMem.cpp,v 1.2 2000-12-11 06:53:53 bird Exp $ 2 2 * 3 3 * Debug module - overloads VMAllocMem to analyse input parameters.... 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 44 44 * @sketch 45 45 * @status 46 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)46 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 47 47 * @remark 48 48 */ -
trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
r4164 r4787 1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1. 3 2000-09-02 21:08:08bird Exp $1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.4 2000-12-11 06:53:53 bird Exp $ 2 2 * 3 3 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
trunk/src/win32k/ldr/myldrRead.cpp
r4164 r4787 1 /* $Id: myldrRead.cpp,v 1. 7 2000-09-02 21:08:10bird Exp $1 /* $Id: myldrRead.cpp,v 1.8 2000-12-11 06:53:53 bird Exp $ 2 2 * 3 3 * myldrRead - ldrRead. … … 54 54 * forward request to the original ldrRead. 55 55 * @status Completely implemented. 56 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)56 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 57 57 */ 58 58 ULONG LDRCALL myldrRead(
Note:
See TracChangeset
for help on using the changeset viewer.
