NNS_SndArcGetFileID

C Specification

#include <nnsys/snd.h>
FSFileID NNS_SndArcGetFileID( void );

Arguments

None.

Return Values

Returns the file ID.

Description

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.

Note:

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.

See Also

NNS_SndArcInit, NNS_SndArcInitOnMemory

Revision History

08/10/2004 Initial version.


CONFIDENTIAL