nw::snd::SoundArchive::ReadBankInfo Member Function

Syntax

#include <nw/snd/snd_SoundArchive.h>
bool ReadBankInfo(
     ItemId bankId,
     BankInfo * info
) const;

Arguments

Name Description
in bankId A bank ID in the sound archive.
out info A structure used to get bank information.

Return Values

Returns true if bank information is retrieved successfully and false otherwise.

Description

Gets bank information for the specified ID.

Data fails to be read when there is no bank with the specified ID.

See Also

ItemId
PlayerInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL