Jungo WinDriver
Official Documentation
|
BOOL DLLCALLCONV UtilGetFileSize | ( | _In_ const PCHAR | sFileName, |
_Outptr_ DWORD * | pdwFileSize, | ||
_In_ PCHAR | sErrString | ||
) |
Writes the file size with name sFileName in dwFileSize.
[in] | sFileName | Name of the file |
[out] | pdwFileSize | Pointer to DWORD that will be written with the file's size. |
[in] | sErrString | Optional error message |