VFDetachDrive(W)

C Specification


#include <revolution/vf.h>

typedef s32	VFErr;

VFErr VFDetachDrive( const char* drive );
VFErr VFDetachDriveW( const VFWchar* drive );

Arguments

drive The name of the drive to be specified. Specify a single letter.

Return Values

When successful, 0.
When failed, a VFErr other than 0.

Description

Releases the attached status of the specified drive. The name of the drive can be specified from A to Z.

See Also

VFAttachDrive

Revision History

2006/04/26 Initial version.


CONFIDENTIAL