#include <revolution/vf.h>
const char* VFGetApiErrorString( VFErr error );
error |
VF error value. |
The error string. For example, ifVF_ERR_EIOis passed by the argument, the function returns the string:VF_ERR_EIO(I/O Error(Driver Error))
For debugging purposes, gets the error string from the VF error value (VFErr).
2007/05/08 Initial version.
CONFIDENTIAL