Type AUXCAPS
wMid As Integer
wPid As Integer
vDriverVersion As Long
szPname As String * 32
wTechnology As Integer
wReserved1 As Integer
dwSupport As Long
End Type
The AUXCAPS structure stores information about an auxiliary audio device's capabilities. The structure also contains identifying information about the device, such as its version number.
None.
Const AUXCAPS_AUXIN = &H2
Const AUXCAPS_CDAUDIO = &H1
Const AUXCAPS_MASTER = &H8
Const AUXCAPS_MIC = &H4
Const AUXCAPS_MIDI = &H40
Const AUXCAPS_PCSPEAKER = &H10
Const AUXCAPS_WAVE = &H20
Const AUXCAPS_LRVOLUME = &H2
Const AUXCAPS_VOLUME = &H1
Go back to the alphabetical Structure listing.
Go back to the Reference section index.
Last Modified: September 6, 1999
This page is copyright © 1999 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/a/auxcaps.html