LUID (Structures)
Last changed: 223.104.45.153

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct LUID_AND_ATTRIBUTES {
   public LUID Luid;
   public UInt32 Attributes;
}

VB Definition:

<StructLayout(LayoutKind.Sequential, Pack := 4)>

Structure LUID_AND_ATTRIBUTES
   Public Luid As LUID
   Public Attributes As Integer
End Structure

User-Defined Field Types:

LUID

Notes:

None.

Documentation