Lines Matching refs:state
32 RetError SetScreenMagnificationState(const bool state);
33 RetError SetShortKeyState(const bool state);
34 RetError SetMouseKeyState(const bool state);
38 RetError SetHighContrastTextState(const bool state);
39 RetError SetInvertColorState(const bool state);
40 RetError SetAnimationOffState(const bool state);
41 RetError SetAudioMonoState(const bool state);
42 RetError SetDaltonizationState(const bool state);
48 RetError SetIgnoreRepeatClickState(const bool state);
51 RetError GetScreenMagnificationState(bool &state);
52 RetError GetShortKeyState(bool &state);
53 RetError GetMouseKeyState(bool &state);
57 RetError GetHighContrastTextState(bool &state);
58 RetError GetInvertColorState(bool &state);
59 RetError GetAnimationOffState(bool &state);
60 RetError GetAudioMonoState(bool &state);
61 RetError GetDaltonizationState(bool &state);
67 RetError GetIgnoreRepeatClickState(bool &state);
85 RetError SetCaptionState(const bool state);
86 RetError GetCaptionState(bool &state);