GetFileSize (KERNEL32.@)
DWORD GetFileSize ( HANDLE hFile, LPDWORD filesizehigh )
Retrieve the size of a file.
hFile | [In] | File to retrieve size of. |
filesizehigh | [Out] | On return, the high bits of the file size. |
Success: The low bits of the file size.
Failure: INVALID_FILE_SIZE. As this is could also be a success value, check GetLastError for values other than ERROR_SUCCESS.
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.