THPAudioFreeHandle

C Specification

#include <win32/thpaudio.h>
void THPAudioFreeHandle(THPAudioHandle* handle);

Arguments

handle Pointer to the THPAudioHandle structure to release.

Return Values

None.

Description

This function releases the THPAudioHandle structure allocated using the THPAudioCreateHandle function.

See Also

THPAudioCreateHandle, THPAudioHandle

Revision History

2006/03/01 Initial version.


CONFIDENTIAL