Changeset 49 for trunk/classes/c/c_common/helper.c
- Timestamp:
- May 7, 2023, 10:24:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_common/helper.c
r4 r49 223 223 } 224 224 225 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,225 /*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod, 226 226 ULONG *pObjNum, 227 227 ULONG BuffLen, 228 228 PCHAR pBuff, 229 229 ULONG *pOffset, 230 PVOID Address ); 230 PVOID Address );*/ 231 231 232 232 /* Get the HMODULE of the MM class DLL */
Note:
See TracChangeset
for help on using the changeset viewer.