2.2.5.4 LSAPR_LUID_AND_ATTRIBUTES
The LSAPR_LUID_AND_ATTRIBUTES structure is a tuple defining a locally unique identifier (LUID) and a field defining the attributes of the LUID.
-
typedef struct _LSAPR_LUID_AND_ATTRIBUTES { LUID Luid; unsigned long Attributes; } LSAPR_LUID_AND_ATTRIBUTES, *PLSAPR_LUID_AND_ATTRIBUTES;
Luid: The locally unique identifier.
Attributes: This field contains bitmapped values that define the properties of the privilege set. One or more of the following flags can be set.
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
10
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
E
D
-
D: The privilege is enabled by default.
-
E: The privilege is enabled.
-
All other bits SHOULD be 0 and ignored upon receipt.