Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Frees the resources associated with the event sound player cache.

Syntax

HRESULT UninitializeEventSoundPlayerCache(void);

Return Value

Returns S_OKon successful uninitialization of the cache.

Remarks

This function decrements the cache reference count and frees the cached sound players when the count reaches zero. All event sound players not in use are released immediately and removed from the cache. Any cached players in use when the cache is freed are marked and freed once they are returned to the cache. This function does not block waiting for in-use players to be freed.

Requirements

Header eventsound.h
Library eventsnd.lib

See Also