Registriert seit: 20. Jan 2015
711 Beiträge
Delphi 10.2 Tokyo Enterprise
|
AW: Alternative für String Assign
23. Mär 2017, 18:24
Funktioniert das nicht (erste Antwort):
http://stackoverflow.com/questions/4...physical-media
Delphi-Quellcode:
function GetFileSizeEx(hFile: THandle; var lpFileSize: Int64): BOOL;
stdcall; external 'kernel32.dll';
function SetFilePointerEx(hFile: THandle; liDistanceToMove: Int64;
lpNewFilePointer: PInt64; dwMoveMethod: DWORD): BOOL;
stdcall; external 'kernel32.dll';
|