ReactOS
0.4.16-dev-1007-g2e85425
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
resources.h
Go to the documentation of this file.
1
/*
2
* PROJECT: Local Security Authority Server DLL
3
* LICENSE: GPL - See COPYING in the top level directory
4
* FILE: dll/win32/lsasrv/resource.h
5
* PURPOSE: Resource IDs
6
* COPYRIGHT: Copyright 2013 Eric Kohl
7
*/
8
9
#pragma once
10
11
#define IDS_NT_AUTHORITY 100
12
13
#define IDS_NULL_RID 110
14
#define IDS_WORLD_RID 111
15
#define IDS_LOCAL_RID 112
16
#define IDS_CREATOR_OWNER_RID 113
17
#define IDS_CREATOR_GROUP_RID 114
18
#define IDS_CREATOR_OWNER_SERVER_RID 115
19
#define IDS_CREATOR_GROUP_SERVER_RID 116
20
#define IDS_DIALUP_RID 117
21
#define IDS_NETWORK_RID 118
22
#define IDS_BATCH_RID 119
23
#define IDS_INTERACTIVE_RID 120
24
#define IDS_SERVICE_RID 121
25
#define IDS_ANONYMOUS_LOGON_RID 122
26
#define IDS_PROXY_RID 123
27
#define IDS_ENTERPRISE_CONTROLLERS_RID 124
28
#define IDS_PRINCIPAL_SELF_RID 125
29
#define IDS_AUTHENTICATED_USER_RID 126
30
#define IDS_RESTRICTED_CODE_RID 127
31
#define IDS_TERMINAL_SERVER_RID 128
32
#define IDS_REMOTE_LOGON_RID 129
33
#define IDS_THIS_ORGANIZATION_RID 130
34
#define IDS_LOCAL_SYSTEM_RID 131
35
#define IDS_LOCAL_SERVICE_RID 132
36
#define IDS_NETWORK_SERVICE_RID 133
37
#define IDS_BUILTIN_DOMAIN_RID 134
38
#define IDS_ALIAS_RID_ADMINS 135
39
#define IDS_ALIAS_RID_USERS 136
40
#define IDS_ALIAS_RID_GUESTS 137
41
#define IDS_ALIAS_RID_POWER_USERS 138
42
#define IDS_ALIAS_RID_ACCOUNT_OPS 139
43
#define IDS_ALIAS_RID_SYSTEM_OPS 140
44
#define IDS_ALIAS_RID_PRINT_OPS 141
45
#define IDS_ALIAS_RID_BACKUP_OPS 142
46
#define IDS_ALIAS_RID_REPLICATOR 143
47
#define IDS_ALIAS_RID_RAS_SERVERS 144
48
#define IDS_ALIAS_RID_PREW2KCOMPACCESS 145
49
#define IDS_ALIAS_RID_REMOTE_DESKTOP_USERS 146
50
#define IDS_ALIAS_RID_NETWORK_CONFIGURATION_OPS 147
51
52
53
#define IDS_CREATE_TOKEN_PRIVILEGE 200
54
#define IDS_ASSIGNPRIMARYTOKEN_PRIVILEGE 201
55
#define IDS_LOCK_MEMORY_PRIVILEGE 202
56
#define IDS_INCREASE_QUOTA_PRIVILEGE 203
57
#define IDS_MACHINE_ACCOUNT_PRIVILEGE 204
58
#define IDS_TCB_PRIVILEGE 205
59
#define IDS_SECURITY_PRIVILEGE 206
60
#define IDS_TAKE_OWNERSHIP_PRIVILEGE 207
61
#define IDS_LOAD_DRIVER_PRIVILEGE 208
62
#define IDS_SYSTEM_PROFILE_PRIVILEGE 209
63
#define IDS_SYSTEMTIME_PRIVILEGE 210
64
#define IDS_PROF_SINGLE_PROCESS_PRIVILEGE 211
65
#define IDS_INC_BASE_PRIORITY_PRIVILEGE 212
66
#define IDS_CREATE_PAGEFILE_PRIVILEGE 213
67
#define IDS_CREATE_PERMANENT_PRIVILEGE 214
68
#define IDS_BACKUP_PRIVILEGE 215
69
#define IDS_RESTORE_PRIVILEGE 216
70
#define IDS_SHUTDOWN_PRIVILEGE 217
71
#define IDS_DEBUG_PRIVILEGE 218
72
#define IDS_AUDIT_PRIVILEGE 219
73
#define IDS_SYSTEM_ENVIRONMENT_PRIVILEGE 220
74
#define IDS_CHANGE_NOTIFY_PRIVILEGE 221
75
#define IDS_REMOTE_SHUTDOWN_PRIVILEGE 222
76
#define IDS_UNDOCK_PRIVILEGE 223
77
#define IDS_SYNC_AGENT_PRIVILEGE 224
78
#define IDS_ENABLE_DELEGATION_PRIVILEGE 225
79
#define IDS_MANAGE_VOLUME_PRIVILEGE 226
80
#define IDS_IMPERSONATE_PRIVILEGE 227
81
#define IDS_CREATE_GLOBAL_PRIVILEGE 228
dll
win32
lsasrv
resources.h
Generated on Fri Apr 18 2025 06:11:08 for ReactOS by
1.9.6