Class WinNT.LARGE_INTEGER.UNION

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

public static class WinNT.LARGE_INTEGER.UNION extends Union
  • Field Details

  • Constructor Details

    • UNION

      public UNION()
    • UNION

      public UNION(long value)
  • Method Details

    • read

      public void read()
      Description copied from class: Structure
      Reads the fields of the struct from native memory
      Overrides:
      read in class Structure
    • 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.