#include <nnsys/snd.h>FSFileID NNS_SndArcGetFileID( void );
This function obtains the file ID of the sound archive.
The sound archive file can be opened with FS_OpenFileFast by using the obtained file ID.
Use this function only for the sound archive initialized with the NNS_SndArcInit function. This function cannot be used with the sound archive initialized with the NNS_SndArcInitOnMemory function.
NNS_SndArcInit, NNS_SndArcInitOnMemory
08/10/2004 Initial version.
CONFIDENTIAL