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
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.
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