#include <nnsys/snd.h>
BOOL NNS_SndStrmHandleIsValid( NNSSndStrmHandle* handle );
handle
Returns a boolean value to indicate if a stream is bound to a stream handle.
This function checks whether a stream handle is valid. A stream handle is valid if a stream is bound to it.
None.
08/10/2004 Initial version.