Klasse WinNT.LUID

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.LUID
Umschließende Schnittstelle:
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.
  • Felddetails

    • LowPart

      public int LowPart
    • HighPart

      public int HighPart
  • Konstruktordetails

    • LUID

      public LUID()