Jungo WinDriver  
Official Documentation

◆ UtilGetFileSize()

BOOL DLLCALLCONV UtilGetFileSize ( _In_ const PCHAR  sFileName,
_Outptr_ DWORD *  pdwFileSize,
_In_ PCHAR  sErrString 
)

Writes the file size with name sFileName in dwFileSize.

Parameters
[in]sFileNameName of the file
[out]pdwFileSizePointer to DWORD that will be written with the file's size.
[in]sErrStringOptional error message
Returns
TURE if the function succeeded in getting the file size, else FALSE