.
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.
Represents a locally unique identifier ([LUID]) and its attributes.
10/6/2016 7:48:42 PM - -66.68.181.45
Represents a locally unique identifier ([LUID]) and its attributes.
10/6/2016 7:48:42 PM - -66.68.181.45
