[ADVAPI32/LSASRV]
[reactos.git] / reactos / include / psdk / ntlsa.h
1 /*
2 * ntlsa.h
3 *
4 * This file is part of the ReactOS PSDK package.
5 *
6 * Contributors:
7 * Created by Eric Kohl.
8 *
9 * THIS SOFTWARE IS NOT COPYRIGHTED
10 *
11 * This source code is offered for use in the public domain. You may
12 * use, modify or distribute it freely.
13 *
14 * This code is distributed in the hope that it will be useful but
15 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
16 * DISCLAIMED. This includes but is not limited to warranties of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 *
19 */
20
21 #ifndef _NTLSA_
22 #define _NTLSA_
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 #define ACCOUNT_VIEW 1
29 #define ACCOUNT_ADJUST_PRIVILEGES 2
30 #define ACCOUNT_ADJUST_QUOTAS 4
31 #define ACCOUNT_ADJUST_SYSTEM_ACCESS 8
32
33 #define SECRET_SET_VALUE 1
34 #define SECRET_QUERY_VALUE 2
35
36
37 #ifdef __cplusplus
38 }
39 #endif
40
41
42 #endif /* _NTLSA_ */