Win32_LUIDandAttributes class
The Win32_LUIDandAttribute abstract WMI class represents a locally unique identifier (LUID) and its attributes. Each LUID and attributes structure defines the availability of a security privilege.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
class Win32_LUIDandAttributes
{
uint32 Attributes;
Win32_LUID LUID;
};
Members
The Win32_LUIDandAttributes class has these types of members:
Properties
The Win32_LUIDandAttributes class has these properties.
- Attributes
-
- Data type: uint32
- Access type: Read-only
Instance containing the attributes of the LUID. This value holds two 32-bit flags. Its meaning is dependent on the definition and use of the LUID.
- LUID
-
- Data type: Win32_LUID
- Access type: Read-only
Representing a LUID value.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012