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

[Abstract, UUID("{63021F4B-F377-4a88-ABD1-835D14142142}"), AMENDMENT]
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.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipjobj.mof
DLL
Wmipjobj.dll

See also

Operating System Classes