NWC24GetDlVfPath

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetDlVfPath( char* buf, u32 len );

Description

Gets the path of the VF archive file for the download box in the Home directory.

Arguments

buf Pointer to the location where the path will be stored.
len Length of the storage buffer.

Return Values

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.

See Also

Revision History

2007/08/28 Initial version.


CONFIDENTIAL