#include <revolution/vf.h>
typedef s32 VFErr;
VFErr VFDetachDrive( const char* drive );
VFErr VFDetachDriveW( const VFWchar* drive );
drive |
The name of the drive to be specified. Specify a single letter. |
When successful, 0.
When failed, a VFErr other than 0.
Releases the attached status of the specified drive. The name of the drive can be specified from A to Z.
2006/04/26 Initial version.
CONFIDENTIAL