VFGetLastDeviceError(W)

Syntax


#include <revolution/vf.h>

typedef s32	VFDevErr;

VFDevErr VFGetLastDeviceError( const char* drive );
VFDevErr VFGetLastDeviceErrorW( const VFWchar* drive );

Arguments

drive The drive name.

Return Values

If a device error is generated while the NAND drive is in use,
returns NAND_RESULT_* for the NAND drive.

For further details, see the error values for each device's library.

Description

Gets the last device error.

See Also

Revision History

2006/04/26
2007/05/08 Added an explanation to Return Values.


CONFIDENTIAL