LUID_AND_ATTRIBUTES (Structures)
Last changed: e.semog-207.141.0.26

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential)]
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