mixerClose 函数 (mmeapi.h)
mixerClose 函数关闭指定的混音器设备。
语法
MMRESULT mixerClose(
HMIXER hmx
);
参数
hmx
混音器设备的句柄。 mixerOpen 函数必须已成功返回此句柄。 如果 mixerClose 成功,则 hmx 不再有效。
返回值
如果成功,则返回MMSYSERR_NOERROR,否则返回错误。 可能的错误值包括以下内容。
返回代码 | 说明 |
---|---|
|
指定的设备句柄无效。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | mmeapi.h (包括 Windows.h) |
Library | Winmm.lib |
DLL | Winmm.dll |