mixerClose (Windows CE 5.0)

Send Feedback

This function closes the specified mixer device.

MMRESULTmixerClose(HMIXERhmx);

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 Values

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

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Mmsystem.h.
Link Library: Coredll.lib.

See Also

mixerOpen | Hardware Audio Mixer Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.