#include <revolution/vf.h>
typedef u16 VFWchar;
VFErr VFGetDriveFreeSizeU64( const char* drive, u64* free_size );
VFErr VFGetDriveFreeSizeU64W( const VFWchar* drive, u64* free_size );
path |
The name of the drive to be mounted. Specify a single letter. |
free_size |
Pointer to a u64-type variable. Returns the number of remaining bytes for the specified drive. |
Returns 0 when successful.
Otherwise, returns VFErr other than 0.
Gets the remaining number of bytes for the specified drive in 64-bit unsigned integers.
2008/12/16 Initial version.
CONFIDENTIAL