acmStreamClose(3mms) — Subroutines
Name
acmStreamClose --- Close a previously opened ACM conversion stream
Syntax
#include <mme/mme_api.h>
MMRESULT acmStreamClose(HACMSTREAM has,
DWORD fdwClose)
Arguments
HACMSTREAM has
Identifies the open conversion stream to be closed.
DWORD fdwClose
Is not used and must be set to zero.
Description
The acmStreamClose function closes a previously opened Audio Compression Manager (ACM) conversion stream. If the function is successful, the handle is invalidated.
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}