mixerClose (Windows Embedded CE 6.0)
1/6/2010
This function closes the specified mixer device.
Syntax
MMRESULT mixerClose(
HMIXER hmx
);
Parameters
hmx
Handle to the mixer device.This handle must have been returned successfully by the mixerOpen function.
If mixerClose is successful, hmx is no longer valid.
Return Value
Returns MMSYSERR_NOERROR if successful or an error otherwise.
The following table shows the possible error value.
Value | Description |
---|---|
MMSYSERR_INVALHANDLE |
The specified device handle is invalid. |
Requirements
Header | mmsystem.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.12 and later |
Note | Version 2.12 requires DXPAK 1.0 or later |