GetFileSizeEx (KERNEL32.@)
BOOL GetFileSizeEx ( HANDLE hFile, PLARGE_INTEGER lpFileSize )
Retrieve the size of a file.
hFile | [In] | File to retrieve size of. |
lpFileSIze | [Out] | On return, the size of the file. |
Success: TRUE.
Failure: FALSE, check GetLastError.
Defined in "winbase.h".
Implemented in "dlls/kernel32/file.c". source.winehq.org/source/dlls/kernel32/file.c
Debug channel "file".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.