ReactOS 0.4.15-dev-7842-g558ab78
_DIALOG_DATA Struct Reference
Collaboration diagram for _DIALOG_DATA:

Public Attributes

HMIXER hMixer
 
DWORD volumeControlID
 
DWORD volumeChannels
 
DWORD volumeMinimum
 
DWORD volumeMaximum
 
DWORD volumeStep
 
DWORD maxVolume
 
DWORD maxChannel
 
PMIXERCONTROLDETAILS_UNSIGNED volumeInitValues
 
PMIXERCONTROLDETAILS_UNSIGNED volumeCurrentValues
 
DWORD muteControlID
 

Detailed Description

Definition at line 10 of file tray.c.

Member Data Documentation

◆ hMixer

HMIXER _DIALOG_DATA::hMixer

Definition at line 12 of file tray.c.

Referenced by OnCommand(), OnTrayInitMixer(), and OnVScroll().

◆ maxChannel

DWORD _DIALOG_DATA::maxChannel

Definition at line 20 of file tray.c.

◆ maxVolume

DWORD _DIALOG_DATA::maxVolume

Definition at line 19 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ muteControlID

DWORD _DIALOG_DATA::muteControlID

Definition at line 24 of file tray.c.

Referenced by OnCommand(), and OnTrayInitMixer().

◆ volumeChannels

DWORD _DIALOG_DATA::volumeChannels

Definition at line 14 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeControlID

DWORD _DIALOG_DATA::volumeControlID

Definition at line 13 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeCurrentValues

PMIXERCONTROLDETAILS_UNSIGNED _DIALOG_DATA::volumeCurrentValues

Definition at line 22 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeInitValues

PMIXERCONTROLDETAILS_UNSIGNED _DIALOG_DATA::volumeInitValues

Definition at line 21 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeMaximum

DWORD _DIALOG_DATA::volumeMaximum

Definition at line 16 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeMinimum

DWORD _DIALOG_DATA::volumeMinimum

Definition at line 15 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().

◆ volumeStep

DWORD _DIALOG_DATA::volumeStep

Definition at line 17 of file tray.c.

Referenced by OnTrayInitMixer(), and OnVScroll().


The documentation for this struct was generated from the following file: