LUID_AND_ATTRIBUTES (Structures)
Last changed: -68.21.144.66

.
Summary

C# Definition:

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

VB Definition:

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

User-Defined Field Types:

LUID

Notes:

None.

Documentation