Go to the source code of this file.
◆ OnInitDialog()
Definition at line 13 of file sound.c.
14{
17
18
19 for (
i = 0;
i < 4;
i++)
20 {
23 }
24
25
27
28
30 {
34 }
35 else
36 {
38 {
40 }
41 else
42 {
45 }
46 }
47
48
51}
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
SOUNDSENTRY ssSoundSentry
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
#define SendDlgItemMessage
#define SSF_SOUNDSENTRYON
Referenced by SoundPageProc().
◆ SoundPageProc()
Definition at line 56 of file sound.c.
60{
62
64
65 switch (uMsg)
66 {
69
71
73 break;
74
77 {
83 break;
84
87 {
91 }
92 break;
93
97 break;
98
99 default:
100 break;
101 }
102 break;
103
106 {
114 0,
117
118 default:
119 break;
120 }
121 break;
122 }
123
125}
struct _GLOBAL_DATA * PGLOBAL_DATA
static VOID OnInitDialog(HWND hwndDlg, PGLOBAL_DATA pGlobalData)
#define PropSheet_Changed(d, w)
#define SPIF_UPDATEINIFILE
HWND WINAPI GetParent(_In_ HWND)
#define SystemParametersInfo
#define SPI_SETSOUNDSENTRY
#define SPI_SETSHOWSOUNDS
Referenced by SystemApplet().