1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>VFGetDriveFreeSizeU64(W)</title> 9</head> 10 11<body> 12 13<h1>VFGetDriveFreeSizeU64(W)</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19typedef u16 VFWchar; 20 21VFErr VFGetDriveFreeSizeU64( const char* drive, u64* free_size ); 22VFErr VFGetDriveFreeSizeU64W( const VFWchar* drive, u64* free_size ); 23</code></pre></dd></dl> 24 25<h2>Arguments</h2> 26<p> 27<TABLE border="1" > 28 <tr> 29 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>path</EM></STRONG></CODE></TD> 30 <TD width="520">The name of the drive to be mounted. Specify a single letter.</TD> 31 </tr> 32 <tr> 33 <TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>free_size</EM></STRONG></CODE></TD> 34 <TD width="520">Pointer to a u64-type variable.<br>Returns the number of remaining bytes for the specified drive.</TD> 35 </tr> 36</TABLE> 37</p> 38 39<h2>Return Values</h2> 40<PRE> 41Returns 0 when successful. 42Otherwise, returns <code><a href="./VFErr.html">VFErr</a></code> other than 0. 43</PRE> 44 45 46<H2>Description</H2> 47<p> 48Gets the remaining number of bytes for the specified drive in 64-bit unsigned integers.<br> 49</p> 50 51<h2>See Also</h2> 52<p> 53<code><a href="./VFGetDriveFreeSize.html">VFGetDriveFreeSize</a></code> 54</p> 55 56<H2>Revision History</H2> 57<p> 582008/12/16 Initial version.<br> 59</p> 60 61 62<hr><p>CONFIDENTIAL</p></body> 63</html> 64