bool CancelLoading();
None.
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.
CONFIDENTIAL