#include <revolution/nwc24.h>
NWC24Err NWC24GetDlVfPath( char* buf, u32 len );
Gets the path of the VF archive file for the download box in the Home directory.
buf |
Pointer to the location where the path will be stored. |
len |
Length of the storage buffer. |
NWC24_OK: Acquired normally (A value is returned in *buf).NWC24_ERR_LIB_NOT_OPENED: The library is not open.NWC24_ERR_INVALID_VALUE: The value in buf is NULL.NWC24_ERR_NOMEM: The string length of the path overflowed the buffer.
2007/08/28 Initial version.
CONFIDENTIAL