MIXERCONTROLDETAILS_LISTTEXT (Windows CE 5.0)

Send Feedback

This structure retrieves list text, label text, and/or band-range information for multiple-item controls.

This structure is used when the MIXER_GETCONTROLDETAILSF_LISTTEXT flag is specified in the mixerGetControlDetails function.

typedef struct{DWORDdwParam1;DWORDdwParam2;CHARszName[MIXER_LONG_NAME_CHARS];}MIXERCONTROLDETAILS_LISTTEXT;

Members

  • dwParam1
    Control class-specific values.

    The following table shows the control types, which are listed with their corresponding values.

    Type Description
    EQUALIZER MIXERCONTROL. Bounds dwMinimum member.
    MIXER and MUX MIXERLINEdwLineID member.
    MULTIPLESELECT and SINGLESELECT Undefined; must be zero.
  • dwParam2
    See dwParam1.

  • szName
    Name describing a single item in a multiple-item control.

    This text can be used as a label or item text, depending on the control class.

Remarks

The following standard control types use this structure for retrieving the item text descriptions on multiple-item controls:

Fader control:

MIXERCONTROL_CONTROLTYPE_EQUALIZER

List controls:

MIXERCONTROL_CONTROLTYPE_MIXER
MIXERCONTROL_CONTROLTYPE_MULTIPLESELECT
MIXERCONTROL_CONTROLTYPE_MUX
MIXERCONTROL_CONTROLTYPE_SINGLESELECT

Requirements

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

See Also

mixerGetControlDetails | Hardware Audio Mixer Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.