GetDiskFreeSpaceExW(3w)
NAME
GetDiskFreeSpaceExW (KERNEL32.@)
SYNOPSIS
BOOL GetDiskFreeSpaceExW ( LPCWSTR root, PULARGE_INTEGER avail, PULARGE_INTEGER total, PULARGE_INTEGER totalfree )
DESCRIPTION
This function is used to acquire the size of the available and total
space on a logical volume.
RETURNS
Zero on failure, nonzero upon success. Use GetLastError to obtain
detailed error information.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/volume.c".
- Debug channel "volume".