VFDetachDrive(W)

Syntax


#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

Returns 0 when successful.
Otherwise, returns 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