Win32_LUID class

The Win32_LUID abstract WMI class represents a locally unique identifier (LUID), an identifier unique on the local computer that is used in security tokens.

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("{0FF18C30-FA51-11d3-9C37-006008B088CE}"), AMENDMENT]
class Win32_LUID
{
  uint32 HighPart;
  uint32 LowPart;
};

Members

The Win32_LUID class has these types of members:

Properties

The Win32_LUID class has these properties.

HighPart

Data type: uint32

Access type: Read-only

Most significant bits of the LUID.

LowPart

Data type: uint32

Access type: Read-only

Least significant bits of the LUID.

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