nw::snd::HioSoundArchive::Open Member Function

Syntax

#include <nw/snd/snd_HioSoundArchive.h>
bool Open(
     const char * filePath
);

Arguments

Name Description
in filePath The file path in the ROM file system.

Return Values

Returns true if the file was opened successfully and false otherwise.

Description

Opens the sound archive file on the host PC.

To use the opened sound archive, you must load the sound archive header by calling LoadHeader.

See Also

Close
LoadHeader

Revision History

2010/11/12
Initial version.

CONFIDENTIAL