AW: DLL Problem
15. Aug 2010, 14:40
Schon versucht: nLen-1 ?
Delphi-Quellcode:
if QueryFullProcessImageName( hProcess, 0, szPath, nLen-1 ) then
Result := string( szPath ) ;
Geändert von mkinzler (15. Aug 2010 um 14:59 Uhr)
Grund: Delphi-Tag eingefügt
|