AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

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.

Examples

Related Functions

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/