.
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.
A 64-bit value guaranteed to be unique only on the system on which it was generated... until the system is restarted.
9/20/2009 4:37:01 AM - -66.68.181.45
A 64-bit value guaranteed to be unique only on the system on which it was generated... until the system is restarted.
9/20/2009 4:37:01 AM - -66.68.181.45
