NNS_SndArcGetFileID

Syntax

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

Arguments

None.

Return Values

Returns the file ID.

Description

Gets 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 sound archives initialized using the NNS_SndArcInit function. This function cannot be used with sound archives initialized using the NNS_SndArcInitOnMemory function.

See Also

NNS_SndArcInit, NNS_SndArcInitOnMemory

Revision History

2004/08/10 Initial version.


CONFIDENTIAL