6 #define WIN32_NO_STATUS
19 typedef struct _APPLET
24 APPLET_PROC AppletProc
;
27 extern HINSTANCE hApplet
;
30 INT_PTR CALLBACK
UsersPageProc(HWND hwndDlg
, UINT uMsg
, WPARAM wParam
, LPARAM lParam
);
31 INT_PTR CALLBACK
GroupsPageProc(HWND hwndDlg
, UINT uMsg
, WPARAM wParam
, LPARAM lParam
);
32 INT_PTR CALLBACK
ExtraPageProc(HWND hwndDlg
, UINT uMsg
, WPARAM wParam
, LPARAM lParam
);
36 GroupProperties(HWND hwndDlg
);
40 DebugPrintf(LPTSTR szFormat
, ...);
43 CheckAccountName(HWND hwndDlg
,
45 LPTSTR lpAccountName
);
49 UserProperties(HWND hwndDlg
);
51 #endif /* _USRMGR_H */