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>VFDetachDrive(W)</title> 9</head> 10 11<body> 12 13<h1>VFDetachDrive(W)</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/vf.h> 18 19typedef s32 VFErr; 20 21VFErr VFDetachDrive( const char* drive ); 22VFErr VFDetachDriveW( const VFWchar* drive ); 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>drive</EM></STRONG></CODE></TD> 30<TD width="520">The name of the drive to be specified. Specify a single letter.</TD> 31 </tr> 32</TABLE> 33</p> 34 35<h2>Return Values</h2> 36<PRE> 37When successful, 0. 38When failed, a <code><a href="./VFErr.html">VFErr</a></code> other than 0. 39</PRE> 40 41 42<H2>Description</H2> 43<p> 44Releases the attached status of the specified drive. The name of the drive can be specified from A to Z. 45</p> 46 47<h2>See Also</h2> 48<p> 49<code><a href="./VFAttachDrive.html">VFAttachDrive</a></code> 50</p> 51 52<H2>Revision History</H2> 53<p>2006/04/26 Initial version.</p> 54 55 56<hr><p>CONFIDENTIAL</p></body> 57</html> 58