ReactOS 0.4.15-dev-7931-gfd331f1
usrmgr.h
Go to the documentation of this file.
1#ifndef _USRMGR_H
2#define _USRMGR_H
3
4#include <stdarg.h>
5#include <wine/debug.h>
6
8
9#ifdef UNICODE
10#define dbgstrx(x) wine_dbgstr_w(x)
11#else
12#define dbgstrx(x) (const char*)(x)
13#endif
14
15#define WIN32_NO_STATUS
16#include <windef.h>
17#include <winbase.h>
18#include <winuser.h>
19#include <commctrl.h>
20#include <cpl.h>
21#include <tchar.h>
22#include <lmaccess.h>
23#include <lmapibuf.h>
24#include <lmerr.h>
25
26#include "resource.h"
27
28typedef struct _APPLET
29{
30 int idIcon;
31 int idName;
32 int idDescription;
35
36extern HINSTANCE hApplet;
37
41
42LPTSTR GetDlgItemTextAlloc(HWND hwndDlg, INT nDlgItem);
43LPTSTR GetComboBoxLBTextAlloc(HWND hwndDlg, INT nDlgItem, INT nIndex);
44
45/* groupprops.c */
46BOOL
47GroupProperties(HWND hwndDlg);
48
49/* misc.c */
50BOOL
52 INT nIdDlgItem,
54
55/* userprops.c */
56BOOL
57UserProperties(HWND hwndDlg);
58
59#endif /* _USRMGR_H */
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition: precomp.h:23
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
LONG(APIENTRY * APPLET_PROC)(HWND, UINT, LPARAM, LPARAM)
Definition: cpl.h:23
#define CALLBACK
Definition: compat.h:35
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned int UINT
Definition: ndis.h:50
Definition: access.h:18
INT idDescription
Definition: access.h:21
INT idIcon
Definition: access.h:19
APPLET_PROC AppletProc
Definition: access.h:22
INT idName
Definition: access.h:20
int32_t INT_PTR
Definition: typedefs.h:64
int32_t INT
Definition: typedefs.h:58
BOOL GroupProperties(HWND hwndDlg)
Definition: groupprops.c:597
BOOL CheckAccountName(HWND hwndDlg, INT nIdDlgItem, LPTSTR lpAccountName)
Definition: misc.c:13
INT_PTR CALLBACK UsersPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: users.c:655
LPTSTR GetDlgItemTextAlloc(HWND hwndDlg, INT nDlgItem)
Definition: usrmgr.c:19
struct _APPLET * PAPPLET
BOOL UserProperties(HWND hwndDlg)
Definition: userprops.c:828
INT_PTR CALLBACK ExtraPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: extra.c:13
LPTSTR GetComboBoxLBTextAlloc(HWND hwndDlg, INT nDlgItem, INT nIndex)
Definition: usrmgr.c:28
struct _APPLET APPLET
INT_PTR CALLBACK GroupsPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: groups.c:425
HINSTANCE hApplet
Definition: access.c:17
_In_ LPCSTR lpAccountName
Definition: winbase.h:2741
LONG_PTR LPARAM
Definition: windef.h:208
UINT_PTR WPARAM
Definition: windef.h:207
CHAR * LPTSTR
Definition: xmlstorage.h:192