Go to the source code of this file.
◆ AdvGeneralPageProc()
Definition at line 115 of file general.c.
119{
122
125
126 switch (uMsg)
127 {
131
134
136 break;
139 {
142 {
144 }
145 break;
150 break;
151 }
152 break;
153 }
154
155 return Ret;
156}
struct _DISPLAY_DEVICE_ENTRY * PDISPLAY_DEVICE_ENTRY
static VOID InitRadioButtons(HWND hWnd)
static VOID InitFontSizeList(HWND hWnd)
#define IDC_FONTSIZE_COMBO
#define IDC_WITHOUTREBOOT_RB
#define PropSheet_Changed(d, w)
HWND WINAPI GetParent(_In_ HWND)
Referenced by DisplayAdvancedSettings().
◆ InitFontSizeList()
static VOID InitFontSizeList |
( |
HWND |
hWnd | ) |
|
|
static |
Definition at line 11 of file general.c.
12{
19
21
24
26 {
28 {
31 {
34
37 {
38 dwValue = 0;
39 }
40
42 }
43
44 for (;;)
45 {
48
51 {
56
57 if ((int)dwValue == ci)
58 {
61 }
62 else
64 }
65
67 {
68 break;
69 }
70 }
71 }
72 }
73
75}
#define RegCloseKey(hKey)
#define IDC_FONTSIZE_CUSTOM
#define INVALID_HANDLE_VALUE
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
PSDBQUERYRESULT_VISTA PVOID DWORD * dwSize
#define SetupFindFirstLine
#define SetupGetStringField
BOOL WINAPI SetupGetIntField(IN PINFCONTEXT Context, IN ULONG FieldIndex, OUT INT *IntegerValue)
BOOL WINAPI SetupFindNextLine(IN PINFCONTEXT ContextIn, OUT PINFCONTEXT ContextOut)
VOID WINAPI SetupCloseInfFile(IN HINF InfHandle)
#define HKEY_LOCAL_MACHINE
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
Referenced by AdvGeneralPageProc().
◆ InitRadioButtons()
static VOID InitRadioButtons |
( |
HWND |
hWnd | ) |
|
|
static |
Definition at line 78 of file general.c.
79{
81
83 _T(
"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Controls Folder\\Display"),
85 {
88
91 {
93 {
94 case 0:
96 break;
97 case 1:
99 break;
100 case 3:
102 break;
103 }
104 }
105 else
107
109 }
110 else
112}
#define HKEY_CURRENT_USER
#define SendDlgItemMessage
Referenced by AdvGeneralPageProc().