Klasse WinNT.LARGE_INTEGER.LowHigh

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
Umschließende Klasse:
WinNT.LARGE_INTEGER

@FieldOrder({"LowPart","HighPart"}) public static class WinNT.LARGE_INTEGER.LowHigh extends Structure
  • Felddetails

  • Konstruktordetails

    • LowHigh

      public LowHigh()
    • LowHigh

      public LowHigh(long value)
    • LowHigh

      public LowHigh(WinDef.DWORD low, WinDef.DWORD high)
  • Methodendetails

    • longValue

      public long longValue()
    • toString

      public String toString()
      Beschreibung aus Klasse kopiert: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Setzt außer Kraft:
      toString in Klasse Structure
      Gibt zurück:
      String representation of this object.