Skip to content

Latest commit

 

History

History
146 lines (120 loc) · 4.04 KB

ns-mmeapi-auxcapsw.md

File metadata and controls

146 lines (120 loc) · 4.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mmeapi.tagAUXCAPSW
AUXCAPSW (mmeapi.h)
The AUXCAPS structure describes the capabilities of an auxiliary output device. (AUXCAPSW)
*LPAUXCAPSW
*NPAUXCAPSW
*PAUXCAPSW
AUXCAPS
AUXCAPS structure [Windows Multimedia]
AUXCAPSA
AUXCAPSW
AUXCAPS_AUXIN
AUXCAPS_CDAUDIO
AUXCAPS_LRVOLUME
AUXCAPS_VOLUME
_win32_AUXCAPS_str
auxcaps_tag
mmeapi/AUXCAPS
multimedia.auxcaps
multimedia\auxcaps.htm
Multimedia
5b94a468-88b2-40a4-b28d-49f262e62749
12/05/2018
*LPAUXCAPSW, *NPAUXCAPSW, *PAUXCAPSW, AUXCAPS, AUXCAPS structure [Windows Multimedia], AUXCAPSA, AUXCAPSW, AUXCAPS_AUXIN, AUXCAPS_CDAUDIO, AUXCAPS_LRVOLUME, AUXCAPS_VOLUME, _win32_AUXCAPS_str, auxcaps_tag, mmeapi/AUXCAPS, multimedia.auxcaps
mmeapi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
AUXCAPSW, *PAUXCAPSW, *NPAUXCAPSW, *LPAUXCAPSW
19H1
tagAUXCAPSW
mmeapi/tagAUXCAPSW
PAUXCAPSW
mmeapi/PAUXCAPSW
AUXCAPSW
mmeapi/AUXCAPSW
c++
APIRef
kbSyntax
HeaderDef
mmeapi.h
AUXCAPS
AUXCAPSW

AUXCAPSW structure

-description

The AUXCAPS structure describes the capabilities of an auxiliary output device.

-struct-fields

-field wMid

Manufacturer identifier for the device driver for the auxiliary audio device. Manufacturer identifiers are defined in Manufacturer and Product Identifiers.

-field wPid

Product identifier for the auxiliary audio device. Currently, no product identifiers are defined for auxiliary audio devices.

-field vDriverVersion

Version number of the device driver for the auxiliary audio device. The high-order byte is the major version number, and the low-order byte is the minor version number.

-field szPname

Product name in a null-terminated string.

-field wTechnology

Type of the auxiliary audio output:

Name Description
AUXCAPS_AUXIN
Audio output from auxiliary input jacks.
AUXCAPS_CDAUDIO
Audio output from an internal CD-ROM drive.

-field dwSupport

Describes optional functionality supported by the auxiliary audio device.

Name Description
AUXCAPS_LRVOLUME
Supports separate left and right volume control.
AUXCAPS_VOLUME
Supports volume control.
 

If a device supports volume changes, the AUXCAPS_VOLUME flag will be set. If a device supports separate volume changes on the left and right channels, both AUXCAPS_VOLUME and the AUXCAPS_LRVOLUME will be set.

-remarks

Note

The mmeapi.h header defines AUXCAPS as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.