ReactOS
0.4.12-dev-721-g03c3dd5
settings.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS On-Screen Keyboard
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Settings header file with function prototypes
5
* COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
6
*/
7
8
#ifndef SETTINGS_OSK_H
9
#define SETTINGS_OSK_H
10
11
BOOL
LoadDataFromRegistry
(
VOID
);
12
BOOL
SaveDataToRegistry
(
VOID
);
13
INT_PTR
CALLBACK
OSK_WarningProc
(
HWND
hDlg,
UINT
Msg
,
WPARAM
wParam
,
LPARAM
lParam
);
14
15
#endif // SETTINGS_OSK_H
LoadDataFromRegistry
BOOL LoadDataFromRegistry(VOID)
OSK_WarningProc
INT_PTR CALLBACK OSK_WarningProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam)
Definition:
main.c:67
CALLBACK
#define CALLBACK
Definition:
compat.h:27
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:62
wParam
WPARAM wParam
Definition:
combotst.c:138
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
UINT
unsigned int UINT
Definition:
ndis.h:50
SaveDataToRegistry
BOOL SaveDataToRegistry(VOID)
Msg
struct @1565 Msg[]
void
Definition:
nsiface.idl:2306
lParam
LPARAM lParam
Definition:
combotst.c:139
base
applications
osk
settings.h
Generated on Fri Feb 22 2019 06:03:05 for ReactOS by
1.8.15