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


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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

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.