ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Classes | |
struct | _SPIVALUES |
union | _SPIBUFFER |
Macros | |
#define | SPI_TABLE1_MIN 1 |
#define | SPI_TABLE1_MAX 119 |
#define | SPI_TABLE2_MIN 4096 |
#define | SPI_TABLE2_MAX 4171 |
#define | SPI_TABLE3_MIN 8192 |
#define | SPI_TABLE3_MAX 8215 |
#define | SPIF_PROTECT 0x80000 |
#define | SPITESTPREF(x) (gspv.dwUserPrefMask & x ? 1 : 0) |
Typedefs | |
typedef enum _USERPREFMASKS | USERPREFMASKS |
typedef struct _SPIVALUES | SPIVALUES |
typedef struct _SPIVALUES * | PSPIVALUES |
typedef union _SPIBUFFER | SPIBUFFER |
Enumerations | |
enum | _USERPREFMASKS { 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_FLATMENU = 0x20000 , UPM_DROPSHADOW = 0x40000 , UPM_UIEFFECTS = 0x80000000 , UPM_DEFAULT = 0x80003E9E } |
enum | WALLPAPER_MODE { wmCenter = 0 , wmTile , wmStretch , wmFit , wmFill } |
Functions | |
BOOL | InitSysParams () |
Variables | |
SPIVALUES | gspv |
BOOL | g_PaintDesktopVersion |
#define SPI_TABLE1_MAX 119 |
Definition at line 7 of file sysparams.h.
#define SPI_TABLE1_MIN 1 |
Definition at line 6 of file sysparams.h.
#define SPI_TABLE2_MAX 4171 |
Definition at line 9 of file sysparams.h.
#define SPI_TABLE2_MIN 4096 |
Definition at line 8 of file sysparams.h.
#define SPI_TABLE3_MAX 8215 |
Definition at line 11 of file sysparams.h.
#define SPI_TABLE3_MIN 8192 |
Definition at line 10 of file sysparams.h.
#define SPIF_PROTECT 0x80000 |
Definition at line 13 of file sysparams.h.
Definition at line 195 of file sysparams.h.
typedef struct _SPIVALUES * PSPIVALUES |
typedef union _SPIBUFFER SPIBUFFER |
typedef struct _SPIVALUES SPIVALUES |
typedef enum _USERPREFMASKS USERPREFMASKS |
Definition at line 15 of file sysparams.h.
Enumerator | |
---|---|
wmCenter | |
wmTile | |
wmStretch | |
wmFit | |
wmFill |
Definition at line 39 of file sysparams.h.
BOOL InitSysParams | ( | ) |
Referenced by InitUserImpl(), and InitVideo().
|
extern |
Definition at line 19 of file sysparams.c.
Referenced by IntPaintDesktop(), and NtUserUpdatePerUserSystemParameters().
|
extern |
Definition at line 17 of file sysparams.c.
Referenced by co_IntProcessMouseMessage(), DefWndHandleSetCursor(), DoTheScreenSaver(), InitMetrics(), IntFixMouseInputButtons(), IntGetFontRenderMode(), IntPaintDesktop(), IntTrackMouseEvent(), IntTrackMouseMove(), MsqGetDownKeyState(), NtUserCallOneParam(), NtUserGetDoubleClickTime(), SpiFixupValues(), SpiGetSet(), SpiGetSetProbeBuffer(), SpiGetUserPref(), SpiSetUserPref(), SpiSetWallpaper(), and SpiUpdatePerUserSystemParameters().