nw::snd::SoundArchive::ReadSoundInfo Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>

bool ReadSoundInfo(
     ItemId soundId,
     SoundInfo * info
) const;

Arguments

Name Description
in soundId A sound ID in the sound archive.
out info This structure is used to get sound information.

Return Values

Returns TRUE if the sound information is retrieved successfully; otherwise, returns FALSE.

Description

Gets information for the sound having the specified ID.

The retrieval fails if a sound having the specified ID does not exist.

See Also

ItemId
SoundInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL