VFGetDriveFreeSizeU64(W)

Syntax


#include <revolution/vf.h>

typedef u16	VFWchar;

VFErr VFGetDriveFreeSizeU64( const char* drive, u64* free_size );
VFErr VFGetDriveFreeSizeU64W( const VFWchar* drive, u64* free_size );

Arguments

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.

Return Values

Returns 0 when successful.
Otherwise, returns VFErr other than 0.

Description

Gets the remaining number of bytes for the specified drive in 64-bit unsigned integers.

See Also

VFGetDriveFreeSize

Revision History

2008/12/16 Initial version.


CONFIDENTIAL