- Timestamp:
- May 7, 2023, 10:20:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/mediafldr/mediafolderoverridenwpclsmethods.cpp
r2 r47 304 304 WinReleasePS(hps); 305 305 } 306 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,306 /*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod, 307 307 ULONG *pObjNum, 308 308 ULONG BuffLen, 309 309 PCHAR pBuff, 310 310 ULONG *pOffset, 311 PVOID Address ); 311 PVOID Address );*/ 312 312 313 313 /* This function returns the module handle of our class-dll */ … … 326 326 thePath, 327 327 &ulOffset, 328 queryModuleHandle )!=NO_ERROR) {328 (ULONG) queryModuleHandle )!=NO_ERROR) { 329 329 SysWriteToTrapLog("Can't get module handle for class DLL!\n"); 330 330 hmod=0;
Note:
See TracChangeset
for help on using the changeset viewer.