A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



mixerGetDevCaps

The mixerGetDevCaps function queries a specified mixer device to determine its capabilities.

VB4-32,5,6
Declare Function mixerGetDevCaps Lib "winmm.dll" Alias "mixerGetDevCapsA" (ByVal uMxId As Long, ByVal pmxcaps As MIXERCAPS, ByVal cbmxcaps As Long) As Long

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Winmm

Parameter Information
- uMxId
Identifier or handle of an open mixer device.

- pmxcaps
Address of a MIXERCAPS structure that receives information about the capabilities of the device.

- cbmxcaps
Size, in bytes, of the MIXERCAPS structure.

Return Values
Returns MMSYSERR_NOERROR if successful or an error otherwise. Possible error values include the following:
MMSYSERR_BADDEVICEID
The specified device identifier is out of range.

MMSYSERR_INVALHANDLE
The mixer device handle is invalid.

MMSYSERR_INVALPARAM
One or more parameters are invalid.

Last update: 07 April 2006