Class WinNT.LUID

  • Enclosing interface:
    WinNT

    @FieldOrder({"LowPart","HighPart"})
    public static class WinNT.LUID
    extends Structure
    A 64-bit value that is guaranteed to be unique on the operating system that generated it until the system is restarted.
    • Field Detail

      • LowPart

        public int LowPart
      • HighPart

        public int HighPart
    • Constructor Detail

      • LUID

        public LUID()