JNA API 3.4.0
com.sun.jna.platform.win32

Class WinNT.LUID

  • Enclosing interface:
    WinNT


    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

      • WinNT.LUID

        public WinNT.LUID()
JNA API 3.4.0

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