Go to the source code of this file.
|
static LONG APIENTRY | UsrmgrApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
|
LPTSTR | GetDlgItemTextAlloc (HWND hwndDlg, INT nDlgItem) |
|
LPTSTR | GetComboBoxLBTextAlloc (HWND hwndDlg, INT nDlgItem, INT nIndex) |
|
static VOID | InitPropSheetPage (PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc) |
|
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
|
LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
|
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
|
◆ NUM_APPLETS
◆ CPlApplet()
Definition at line 109 of file usrmgr.c.
110{
112
113 switch (uMsg)
114 {
117
120
123 {
129 }
130 else
131 {
133 }
134 break;
135
139 else
141 break;
142 }
143
145}
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
APPLET Applets[NUM_APPLETS]
◆ DllMain()
Definition at line 149 of file usrmgr.c.
150{
152
154 {
157 break;
158 }
159
161}
#define DLL_PROCESS_ATTACH
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
◆ GetComboBoxLBTextAlloc()
◆ GetDlgItemTextAlloc()
◆ InitPropSheetPage()
◆ PropSheetProc()
Definition at line 60 of file usrmgr.c.
61{
62
64 switch (uMsg)
65 {
67 {
70 break;
71 }
72 }
73 return 0;
74}
#define MAKEINTRESOURCEW(i)
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
Referenced by UsrmgrApplet().
◆ UsrmgrApplet()
Definition at line 78 of file usrmgr.c.
79{
82
86
90 psh.hwndParent =
hwnd;
95 psh.nStartPage = 0;
96 psh.ppsp = psp;
98
101
102
104}
INT_PTR CALLBACK GroupsPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
#define PSH_PROPSHEETPAGE
INT_PTR CALLBACK UsersPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
static int CALLBACK PropSheetProc(HWND hwndDlg, UINT uMsg, LPARAM lParam)
static VOID InitPropSheetPage(PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc)
◆ Applets
Initial value:=
{
{
}
}
#define IDS_CPLDESCRIPTION
static LONG APIENTRY UsrmgrApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
Definition at line 38 of file usrmgr.c.
Referenced by CPlApplet().
◆ hApplet