Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenusrmgr.h
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <commctrl.h> 00003 #include <commdlg.h> 00004 #include <cpl.h> 00005 #include <tchar.h> 00006 #include <setupapi.h> 00007 #include <lmaccess.h> 00008 #include <lmapibuf.h> 00009 #include <lmerr.h> 00010 #include <stdio.h> 00011 00012 #include "resource.h" 00013 00014 typedef struct _APPLET 00015 { 00016 int idIcon; 00017 int idName; 00018 int idDescription; 00019 APPLET_PROC AppletProc; 00020 } APPLET, *PAPPLET; 00021 00022 extern HINSTANCE hApplet; 00023 00024 00025 INT_PTR CALLBACK UsersPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00026 INT_PTR CALLBACK GroupsPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00027 INT_PTR CALLBACK ExtraPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00028 00029 /* groupprops.c */ 00030 BOOL 00031 GroupProperties(HWND hwndDlg); 00032 00033 /* misc.c */ 00034 VOID 00035 DebugPrintf(LPTSTR szFormat, ...); 00036 00037 BOOL 00038 CheckAccountName(HWND hwndDlg, 00039 INT nIdDlgItem, 00040 LPTSTR lpAccountName); 00041 00042 /* userprops.c */ 00043 BOOL 00044 UserProperties(HWND hwndDlg); Generated on Sun May 27 2012 04:21:09 for ReactOS by
1.7.6.1
|