ReactOS 0.4.16-dev-942-g91fadeb
|
Go to the source code of this file.
Enumerations | |
enum | { UPM_ACTIVEWINDOWTRACKING = 0x01 , UPM_MENUANIMATION = 0x02 , UPM_COMBOBOXANIMATION = 0x04 , UPM_LISTBOXSMOOTHSCROLLING = 0x08 , UPM_GRADIENTCAPTIONS = 0x10 , UPM_KEYBOARDCUES = 0x20 , UPM_ACTIVEWNDTRKZORDER = 0x40 , UPM_HOTTRACKING = 0x80 , UPM_RESERVED = 0x100 , UPM_MENUFADE = 0x200 , UPM_SELECTIONFADE = 0x400 , UPM_TOOLTIPANIMATION = 0x800 , UPM_TOOLTIPFADE = 0x1000 , UPM_CURSORSHADOW = 0x2000 , UPM_CLICKLOCK = 0x8000 , UPM_UIEFFECTS = 0x80000000 , UPM_DEFAULT = 0x80003E9E } |
Variables | |
static const WCHAR * | KEY_MOUSE = L"Control Panel\\Mouse" |
static const WCHAR * | VAL_SWAP = L"SwapMouseButtons" |
static const WCHAR * | KEY_DESKTOP = L"Control Panel\\Desktop" |
static const WCHAR * | VAL_PREFMASK = L"UserPreferencesMask" |
enum { ... } | USERPREFMASKS |
static const WCHAR * | KEY_METRIC = L"Control Panel\\Desktop\\WindowMetrics" |
static const WCHAR * | KEY_SOUND = L"Control Panel\\Sound" |
static const WCHAR * | VAL_BEEP = L"Beep" |
anonymous enum |
Definition at line 31 of file NtUserSystemParametersInfo.c.
HWND CreateTestWindow | ( | ) |
Definition at line 89 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
LONG QueryUserRegValueW | ( | PCWSTR | pszSubKey, |
PCWSTR | pszValueName, | ||
PVOID | pData, | ||
LPDWORD | cbSize, | ||
LPDWORD | pType | ||
) |
Definition at line 76 of file NtUserSystemParametersInfo.c.
Referenced by Test_MetricKey(), Test_NtUserSystemParametersInfo_fWinIni(), Test_SPI_SETBEEP(), Test_SPI_SETMENUANIMATION(), Test_SPI_SETMOUSEBUTTONSWAP(), and Test_UserPref().
START_TEST | ( | NtUserSystemParametersInfo | ) |
Test_SPI_SETANIMATION();
Definition at line 1090 of file NtUserSystemParametersInfo.c.
Definition at line 395 of file NtUserSystemParametersInfo.c.
Definition at line 371 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 120 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 324 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 929 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 464 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 537 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 575 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 740 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 730 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 867 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 971 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 786 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 691 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 1049 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 977 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Test_SPI_SETANIMATION();.
Definition at line 1014 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 766 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 502 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 643 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 1064 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 879 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 746 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 861 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 959 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 885 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 965 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 891 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 873 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 806 of file NtUserSystemParametersInfo.c.
Referenced by START_TEST().
Definition at line 407 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETKEYBOARDCUES(), and Test_SPI_SETMOUSECLICKLOCK().
Definition at line 21 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETMENUANIMATION(), and Test_UserPref().
Definition at line 57 of file NtUserSystemParametersInfo.c.
Referenced by Test_MetricKey().
Definition at line 12 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETMOUSEBUTTONSWAP().
Definition at line 63 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETBEEP().
enum { ... } USERPREFMASKS |
Definition at line 64 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETBEEP().
Definition at line 29 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETMENUANIMATION(), and Test_UserPref().
Definition at line 19 of file NtUserSystemParametersInfo.c.
Referenced by Test_SPI_SETMOUSEBUTTONSWAP().