Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class WinNT.LUID

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"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()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.