GetDiskFreeSpaceExW (KERNEL32.@)
BOOL GetDiskFreeSpaceExW ( LPCWSTR root, PULARGE_INTEGER avail, PULARGE_INTEGER total, PULARGE_INTEGER totalfree )
This function is used to acquire the size of the available and total space on a logical volume.
Zero on failure, nonzero upon success. Use GetLastError to obtain detailed error information.
Defined in "winbase.h".
Implemented in "dlls/kernel32/volume.c". source.winehq.org/source/dlls/kernel32/volume.c
Debug channel "volume".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.