LUID_AND_ATTRIBUTES

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

Última actualización