.
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
Please edit this page!
Do you have...
- helpful tips?
- corrections to the existing content?
- alternate definitions?
- additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.
