acmStreamReset(3mms) — Subroutines
Name
acmStreamReset --- Stop conversion for a given ACM stream
Syntax
#include <mme/mme_api.h>
MMRESULT acmStreamReset(HACMSTREAM has,
DWORD fdwReset)
Arguments
HACMSTREAM has
Specifies the conversion stream.
DWORD fdwReset
Is not used and must be set to zero.
Description
The acmStreamReset function stops conversions for a given Audio Compression Manager (ACM) stream.
This function is intended for future use. With the current implementation, it does not need to be called.
Extensions
None.
Return Values
Returns zero if the function is successful; otherwise, it returns a nonzero error number or one of the following error codes:
MMSYSERR_INVALHANDLE@T{ The specified handle is invalid. T} MMSYSERR_INVALFLAG@T{ One or more flags is invalid. T}