mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:27:56 +02:00
* add getfilesizeex as per 440BX' request.
This commit is contained in:
parent
091189a40c
commit
715e727dc3
@ -1371,7 +1371,8 @@ function CONSOLE_REAL_OUTPUT_HANDLE : HANDLE;
|
||||
function Thread32First(hSnapshot: HANDLE; var lpte: THREADENTRY32): BOOL; stdcall; external KernelDLL;
|
||||
function Thread32Next(hSnapshot: HANDLE; var lpte: THREADENTRY32): BOOL; stdcall; external KernelDLL;
|
||||
function Toolhelp32ReadProcessMemory(th32ProcessID: DWORD; lpBaseAddress: pointer; lpBuffer: pointer; cbRead: SIZE_T; lpNumberOfBytesRead: PSIZE_T): BOOL; stdcall; external KernelDLL;
|
||||
|
||||
function GetFileSizeEx(InFileHandle : THANDLE;OutFileSize : PLARGE_INTEGER): BOOL; stdcall; external kernelDLL;
|
||||
|
||||
{$endif read_interface}
|
||||
|
||||
{$ifdef read_implementation}
|
||||
|
Loading…
Reference in New Issue
Block a user