ReactOS 0.4.15-dev-7788-g1ad9096
access.h
Go to the documentation of this file.
1#ifndef _ACCESS_H
2#define _ACCESS_H
3
4#include <stdarg.h>
5
6#define WIN32_NO_STATUS
7#include <windef.h>
8#include <winbase.h>
9#include <winreg.h>
10#include <winuser.h>
11#include <commctrl.h>
12#include <tchar.h>
13#include <cpl.h>
14
15#include "resource.h"
16
17typedef struct _APPLET
18{
24
25
26typedef struct _GLOBAL_DATA
27{
28 /* Keyboard page */
36
37 /* Sound page */
40
41 /* Display page */
48
49 /* Mouse page */
51
52 /* General page */
59
61
62
63extern HINSTANCE hApplet;
64
65void ShowLastWin32Error(HWND hWndOwner);
66
72
73#endif /* _ACCESS_H */
struct _GLOBAL_DATA GLOBAL_DATA
void ShowLastWin32Error(HWND hWndOwner)
Definition: winutils.c:11
INT_PTR CALLBACK SoundPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: sound.c:56
INT_PTR CALLBACK DisplayPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: display.c:152
struct _APPLET * PAPPLET
INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
struct _GLOBAL_DATA * PGLOBAL_DATA
struct _APPLET APPLET
INT_PTR CALLBACK KeyboardPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: keyboard.c:576
INT_PTR CALLBACK MousePageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: mouse.c:142
HINSTANCE hApplet
Definition: access.c:17
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
LONG(APIENTRY * APPLET_PROC)(HWND, UINT, LPARAM, LPARAM)
Definition: cpl.h:23
#define MAX_PATH
Definition: compat.h:34
#define CALLBACK
Definition: compat.h:35
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned int UINT
Definition: ndis.h:50
Definition: access.h:18
INT idDescription
Definition: access.h:21
INT idIcon
Definition: access.h:19
APPLET_PROC AppletProc
Definition: access.h:22
INT idName
Definition: access.h:20
FILTERKEYS oldFilterKeys
Definition: access.h:32
BOOL fShowCaret
Definition: access.h:45
BOOL bShowSounds
Definition: access.h:39
STICKYKEYS stickyKeys
Definition: access.h:29
ACCESSTIMEOUT accessTimeout
Definition: access.h:53
BOOL bWarningSounds
Definition: access.h:57
TCHAR szActivePort[MAX_PATH]
Definition: access.h:55
TOGGLEKEYS toggleKeys
Definition: access.h:33
UINT uCaretWidth
Definition: access.h:44
SERIALKEYS serialKeys
Definition: access.h:54
FILTERKEYS filterKeys
Definition: access.h:31
UINT uCaretBlinkTime
Definition: access.h:43
BOOL bKeyboardPref
Definition: access.h:35
STICKYKEYS oldStickyKeys
Definition: access.h:30
TOGGLEKEYS oldToggleKeys
Definition: access.h:34
TCHAR szPort[MAX_PATH]
Definition: access.h:56
RECT rcCaret
Definition: access.h:46
SOUNDSENTRY ssSoundSentry
Definition: access.h:38
MOUSEKEYS mouseKeys
Definition: access.h:50
BOOL bSoundOnActivation
Definition: access.h:58
HIGHCONTRAST highContrast
Definition: access.h:42
RECT rcOldCaret
Definition: access.h:47
int32_t INT_PTR
Definition: typedefs.h:64
int32_t INT
Definition: typedefs.h:58
LONG_PTR LPARAM
Definition: windef.h:208
UINT_PTR WPARAM
Definition: windef.h:207
char TCHAR
Definition: xmlstorage.h:189