acmStreamClose 函数 (msacm.h)
acmStreamClose 函数关闭 ACM 转换流。 如果该函数成功,则句柄将失效。
语法
MMRESULT ACMAPI acmStreamClose(
HACMSTREAM has,
DWORD fdwClose
);
参数
has
要关闭的打开转换流的句柄。
fdwClose
保留;必须为零。
返回值
如果成功,则返回零,否则返回错误。 可能的错误值包括以下内容。
返回代码 | 说明 |
---|---|
|
无法关闭转换流,因为异步转换仍在进行中。 |
|
至少有一个标志无效。 |
|
指定的句柄无效。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | msacm.h |
Library | Msacm32.lib |
DLL | Msacm32.dll |