ReactOS 0.4.15-dev-7788-g1ad9096
_GLOBAL_DATA Struct Reference

#include <access.h>

Collaboration diagram for _GLOBAL_DATA:

Public Attributes

STICKYKEYS stickyKeys
 
STICKYKEYS oldStickyKeys
 
FILTERKEYS filterKeys
 
FILTERKEYS oldFilterKeys
 
TOGGLEKEYS toggleKeys
 
TOGGLEKEYS oldToggleKeys
 
BOOL bKeyboardPref
 
SOUNDSENTRY ssSoundSentry
 
BOOL bShowSounds
 
HIGHCONTRAST highContrast
 
UINT uCaretBlinkTime
 
UINT uCaretWidth
 
BOOL fShowCaret
 
RECT rcCaret
 
RECT rcOldCaret
 
MOUSEKEYS mouseKeys
 
ACCESSTIMEOUT accessTimeout
 
SERIALKEYS serialKeys
 
TCHAR szActivePort [MAX_PATH]
 
TCHAR szPort [MAX_PATH]
 
BOOL bWarningSounds
 
BOOL bSoundOnActivation
 
COLORREF desktop_color
 
LPCWSTR pwszFile
 
LPCWSTR pwszAction
 
HBITMAP hMonitorBitmap
 
LONG bmMonWidth
 
LONG bmMonHeight
 
BOOL bNoAudioOut
 
BOOL bNoAudioIn
 
BOOL bNoMIDIOut
 
BOOL bAudioOutChanged
 
BOOL bAudioInChanged
 
BOOL bMIDIOutChanged
 
WCHAR szDefault [MAX_PATH]
 
HIMAGELIST hSoundsImageList
 
PLABEL_MAP pLabelMap
 
PAPP_MAP pAppMap
 
UINT NumWavOut
 
HICON hPlayIcon
 
HICON hStopIcon
 
HMIXER hMixer
 
HICON hIconMuted
 
HICON hIconUnMuted
 
HICON hIconNoHW
 
HICON hIconSpeakImg
 
LONG muteVal
 
DWORD muteControlID
 
DWORD volumeControlID
 
DWORD volumeChannels
 
DWORD volumeMinimum
 
DWORD volumeMaximum
 
DWORD volumeStep
 
DWORD maxVolume
 
PMIXERCONTROLDETAILS_UNSIGNED volumeInitialValues
 
PMIXERCONTROLDETAILS_UNSIGNED volumePreviousValues
 
PMIXERCONTROLDETAILS_UNSIGNED volumeCurrentValues
 

Detailed Description

Definition at line 26 of file access.h.

Member Data Documentation

◆ accessTimeout

ACCESSTIMEOUT _GLOBAL_DATA::accessTimeout

Definition at line 53 of file access.h.

Referenced by ReadSettings(), and WriteGlobalData().

◆ bAudioInChanged

BOOL _GLOBAL_DATA::bAudioInChanged

Definition at line 20 of file audio.c.

Referenced by AudioDlgProc(), and SaveAudioDlg().

◆ bAudioOutChanged

BOOL _GLOBAL_DATA::bAudioOutChanged

Definition at line 19 of file audio.c.

Referenced by AudioDlgProc(), and SaveAudioDlg().

◆ bKeyboardPref

BOOL _GLOBAL_DATA::bKeyboardPref

Definition at line 35 of file access.h.

Referenced by ReadSettings().

◆ bMIDIOutChanged

BOOL _GLOBAL_DATA::bMIDIOutChanged

Definition at line 21 of file audio.c.

Referenced by AudioDlgProc(), and SaveAudioDlg().

◆ bmMonHeight

LONG _GLOBAL_DATA::bmMonHeight

◆ bmMonWidth

LONG _GLOBAL_DATA::bmMonWidth

◆ bNoAudioIn

BOOL _GLOBAL_DATA::bNoAudioIn

Definition at line 16 of file audio.c.

Referenced by InitAudioDlg().

◆ bNoAudioOut

BOOL _GLOBAL_DATA::bNoAudioOut

Definition at line 15 of file audio.c.

Referenced by InitAudioDlg().

◆ bNoMIDIOut

BOOL _GLOBAL_DATA::bNoMIDIOut

Definition at line 17 of file audio.c.

Referenced by InitAudioDlg().

◆ bShowSounds

BOOL _GLOBAL_DATA::bShowSounds

Definition at line 39 of file access.h.

Referenced by OnInitDialog(), and ReadSettings().

◆ bSoundOnActivation

BOOL _GLOBAL_DATA::bSoundOnActivation

Definition at line 58 of file access.h.

Referenced by ReadSettings(), and WriteGlobalData().

◆ bWarningSounds

BOOL _GLOBAL_DATA::bWarningSounds

Definition at line 57 of file access.h.

Referenced by ReadSettings(), and WriteGlobalData().

◆ desktop_color

◆ filterKeys

FILTERKEYS _GLOBAL_DATA::filterKeys

Definition at line 31 of file access.h.

Referenced by DisableFilterKeysTest(), EnableFilterKeysTest(), and ReadSettings().

◆ fShowCaret

BOOL _GLOBAL_DATA::fShowCaret

Definition at line 45 of file access.h.

◆ hIconMuted

HICON _GLOBAL_DATA::hIconMuted

Definition at line 18 of file volume.c.

Referenced by InitVolumeControls(), and VolumeDlgProc().

◆ hIconNoHW

HICON _GLOBAL_DATA::hIconNoHW

Definition at line 20 of file volume.c.

Referenced by InitVolumeControls(), and VolumeDlgProc().

◆ hIconSpeakImg

HICON _GLOBAL_DATA::hIconSpeakImg

Definition at line 21 of file volume.c.

Referenced by VolumeDlgProc().

◆ hIconUnMuted

HICON _GLOBAL_DATA::hIconUnMuted

Definition at line 19 of file volume.c.

Referenced by InitVolumeControls(), and VolumeDlgProc().

◆ highContrast

HIGHCONTRAST _GLOBAL_DATA::highContrast

Definition at line 42 of file access.h.

Referenced by ReadSettings().

◆ hMixer

◆ hMonitorBitmap

HBITMAP _GLOBAL_DATA::hMonitorBitmap

◆ hPlayIcon

HICON _GLOBAL_DATA::hPlayIcon

Definition at line 62 of file sounds.c.

Referenced by SoundsDlgProc().

◆ hSoundsImageList

HIMAGELIST _GLOBAL_DATA::hSoundsImageList

Definition at line 58 of file sounds.c.

Referenced by ShowSoundScheme(), and SoundsDlgProc().

◆ hStopIcon

HICON _GLOBAL_DATA::hStopIcon

Definition at line 63 of file sounds.c.

Referenced by SoundsDlgProc().

◆ maxVolume

DWORD _GLOBAL_DATA::maxVolume

Definition at line 32 of file volume.c.

Referenced by GetVolumeValue(), InitVolumeControls(), SetVolumeValue(), and VolumeDlgProc().

◆ mouseKeys

MOUSEKEYS _GLOBAL_DATA::mouseKeys

Definition at line 50 of file access.h.

Referenced by ReadSettings().

◆ muteControlID

DWORD _GLOBAL_DATA::muteControlID

Definition at line 24 of file volume.c.

Referenced by GetMuteControl(), GetMuteState(), and SwitchMuteState().

◆ muteVal

LONG _GLOBAL_DATA::muteVal

Definition at line 23 of file volume.c.

Referenced by GetMuteState(), InitVolumeControls(), SwitchMuteState(), and VolumeDlgProc().

◆ NumWavOut

UINT _GLOBAL_DATA::NumWavOut

Definition at line 61 of file sounds.c.

Referenced by SoundsDlgProc().

◆ oldFilterKeys

FILTERKEYS _GLOBAL_DATA::oldFilterKeys

Definition at line 32 of file access.h.

Referenced by DisableFilterKeysTest().

◆ oldStickyKeys

STICKYKEYS _GLOBAL_DATA::oldStickyKeys

Definition at line 30 of file access.h.

◆ oldToggleKeys

TOGGLEKEYS _GLOBAL_DATA::oldToggleKeys

Definition at line 34 of file access.h.

◆ pAppMap

PAPP_MAP _GLOBAL_DATA::pAppMap

Definition at line 60 of file sounds.c.

Referenced by FindApp(), FreeAppMap(), ImportAppProfile(), and ShowSoundScheme().

◆ pLabelMap

PLABEL_MAP _GLOBAL_DATA::pLabelMap

Definition at line 59 of file sounds.c.

Referenced by FindLabel(), FreeLabelMap(), LoadEventLabel(), and RemoveLabel().

◆ pwszAction

LPCWSTR _GLOBAL_DATA::pwszAction

Definition at line 161 of file desk.h.

Referenced by AppearancePage_OnInit(), and DisplayApplet().

◆ pwszFile

LPCWSTR _GLOBAL_DATA::pwszFile

Definition at line 160 of file desk.h.

Referenced by AppearancePage_OnInit(), and DisplayApplet().

◆ rcCaret

RECT _GLOBAL_DATA::rcCaret

Definition at line 46 of file access.h.

◆ rcOldCaret

RECT _GLOBAL_DATA::rcOldCaret

Definition at line 47 of file access.h.

◆ serialKeys

SERIALKEYS _GLOBAL_DATA::serialKeys

Definition at line 54 of file access.h.

Referenced by ReadSettings(), and WriteGlobalData().

◆ ssSoundSentry

SOUNDSENTRY _GLOBAL_DATA::ssSoundSentry

Definition at line 38 of file access.h.

Referenced by OnInitDialog(), and ReadSettings().

◆ stickyKeys

STICKYKEYS _GLOBAL_DATA::stickyKeys

Definition at line 29 of file access.h.

Referenced by ReadSettings().

◆ szActivePort

TCHAR _GLOBAL_DATA::szActivePort[MAX_PATH]

Definition at line 55 of file access.h.

Referenced by ReadSettings().

◆ szDefault

WCHAR _GLOBAL_DATA::szDefault[MAX_PATH]

Definition at line 57 of file sounds.c.

Referenced by EnumerateSoundProfiles(), ImportSoundLabel(), and ShowSoundScheme().

◆ szPort

TCHAR _GLOBAL_DATA::szPort[MAX_PATH]

Definition at line 56 of file access.h.

Referenced by ReadSettings().

◆ toggleKeys

TOGGLEKEYS _GLOBAL_DATA::toggleKeys

Definition at line 33 of file access.h.

Referenced by ReadSettings().

◆ uCaretBlinkTime

UINT _GLOBAL_DATA::uCaretBlinkTime

Definition at line 43 of file access.h.

Referenced by ReadSettings().

◆ uCaretWidth

UINT _GLOBAL_DATA::uCaretWidth

Definition at line 44 of file access.h.

Referenced by ReadSettings().

◆ volumeChannels

DWORD _GLOBAL_DATA::volumeChannels

Definition at line 27 of file volume.c.

Referenced by GetVolumeControl(), GetVolumeValue(), RestoreVolumeValue(), and SetVolumeValue().

◆ volumeControlID

DWORD _GLOBAL_DATA::volumeControlID

Definition at line 26 of file volume.c.

Referenced by GetVolumeControl(), GetVolumeValue(), RestoreVolumeValue(), and SetVolumeValue().

◆ volumeCurrentValues

PMIXERCONTROLDETAILS_UNSIGNED _GLOBAL_DATA::volumeCurrentValues

Definition at line 35 of file volume.c.

Referenced by GetVolumeControl(), GetVolumeValue(), SetVolumeValue(), and VolumeDlgProc().

◆ volumeInitialValues

PMIXERCONTROLDETAILS_UNSIGNED _GLOBAL_DATA::volumeInitialValues

Definition at line 33 of file volume.c.

Referenced by GetVolumeControl(), GetVolumeValue(), RestoreVolumeValue(), and VolumeDlgProc().

◆ volumeMaximum

DWORD _GLOBAL_DATA::volumeMaximum

Definition at line 29 of file volume.c.

Referenced by GetVolumeControl(), and SetVolumeValue().

◆ volumeMinimum

DWORD _GLOBAL_DATA::volumeMinimum

Definition at line 28 of file volume.c.

Referenced by GetVolumeControl(), InitVolumeControls(), SetVolumeValue(), and VolumeDlgProc().

◆ volumePreviousValues

PMIXERCONTROLDETAILS_UNSIGNED _GLOBAL_DATA::volumePreviousValues

Definition at line 34 of file volume.c.

Referenced by GetVolumeControl(), GetVolumeValue(), SetVolumeValue(), and VolumeDlgProc().

◆ volumeStep

DWORD _GLOBAL_DATA::volumeStep

Definition at line 30 of file volume.c.

Referenced by GetVolumeControl(), InitVolumeControls(), SetVolumeValue(), and VolumeDlgProc().


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