Class WinNT.LARGE_INTEGER.LowHigh

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.LARGE_INTEGER.LowHigh
Enclosing class:
WinNT.LARGE_INTEGER

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

  • Constructor Details

    • LowHigh

      public LowHigh()
    • LowHigh

      public LowHigh(long value)
    • LowHigh

      public LowHigh(WinDef.DWORD low, WinDef.DWORD high)
  • Method Details

    • longValue

      public long longValue()
    • toString

      public String toString()
      Description copied from class: Structure
      If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
      Overrides:
      toString in class Structure
      Returns:
      String representation of this object.