#include <nnsys/snd.h>
void NNS_SndHandleInit( NNSSndHandle* handle );
Initializes the Sound Handle. The Sound Handle must be initialized with this function before it can be used.
It is recommended that the Sound Handle be statically allocated. If dynamically allocating, NNS_SndHandleReleaseSeq()
must be called before the memory is cleared.
2004/06/01 Changed the NNS_SndHandleReleasePlayer function to the NNS_SndHandleReleaseSeq function.
2004/04/01 Initial version.
CONFIDENTIAL