nw::snd::SoundDataManager::CancelLoading Member Function

Syntax

bool CancelLoading();

Arguments

None.

Return Values

Returns true if data is currently loaded, or false if not loaded.

Description

Cancels any executing instances of LoadData.

Although partioned loading of the size given if a non-zero value is specified for loadBlockSizeExecution is performed when using LoadData, execution of LoadData is canceled during this partition timing, and control returns from the LoadData function.

Even if loading is canceled, the memory required for the original load remains secured. You must therefore call a deallocation process (such as SoundHeap::LoadState) to enable the heap.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL