Microsoft DirectX 8.0 (C++) |
Removes from the cache objects that are no longer in use.
CollectGarbage();
None.
None.
When an application calls IDirectMusicLoader8::ReleaseObject on an object, that object is removed from the cache, and any objects it references become candidates for removal. IDirectMusicLoader8::CollectGarbage finds cached objects that are no longer being used by other objects, removes them from the cache, and releases them from memory.
Header: Declared in dmusici.h.