Scroll to navigation

GetCompressedFileSizeW(3w) Wine API GetCompressedFileSizeW(3w)

NAME

GetCompressedFileSizeW (KERNEL32.@)

SYNOPSIS

DWORD GetCompressedFileSizeW
(
LPCWSTR name,
LPDWORD size_high
)
 

PARAMS

name [In] Pointer to name of file.
[Out] Receives high-order doubleword of size.
 

DESCRIPTION

Get the actual number of bytes used on disk.
 

RETURNS

Success: Low-order doubleword of number of bytes
Failure: INVALID_FILE_SIZE
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/file.c".
Debug channel "file".
Oct 2012 Wine API