GetCompressedFileSizeW (KERNEL32.@)
DWORD GetCompressedFileSizeW ( LPCWSTR name, LPDWORD size_high )
name | [In] | Pointer to name of file. |
[Out] | Receives high-order doubleword of size. |
Get the actual number of bytes used on disk.
Success: Low-order doubleword of number of bytes
Failure: INVALID_FILE_SIZE
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.