Klasse WinNT.LARGE_INTEGER.UNION

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

public static class WinNT.LARGE_INTEGER.UNION extends Union
  • Felddetails

  • Konstruktordetails

    • UNION

      public UNION()
    • UNION

      public UNION(long value)
  • Methodendetails

    • read

      public void read()
      Beschreibung aus Klasse kopiert: Structure
      Reads the fields of the struct from native memory
      Setzt außer Kraft:
      read in Klasse Structure
    • 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.