nw::snd::SoundHeap::IsValid Member Function

Syntax

#include <nw/snd/snd_SoundHeap.h>

bool IsValid() const;

Arguments

None.

Return Values

Returns True if the sound heap is enabled.

Description

Checks whether the sound heap is enabled.

This function returns true if Create has been called to create a sound heap and memory blocks can be allocated.

Revision History

2009/12/28
Initial version.

CONFIDENTIAL