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

Defined in "winbase.h".

Implemented in "dlls/kernel/file.c". source.winehq.org/source/dlls/kernel/file.c

Debug channel "file".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.