Class IPHlpAPI.MIB_TCPTABLE_OWNER_PID

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.IPHlpAPI.MIB_TCPTABLE_OWNER_PID
Enclosing interface:
IPHlpAPI

@FieldOrder({"dwNumEntries","table"}) public static class IPHlpAPI.MIB_TCPTABLE_OWNER_PID extends Structure
Contains a table of IPv4 TCP connections on the local computer.
  • Field Details

  • Constructor Details

    • MIB_TCPTABLE_OWNER_PID

      public MIB_TCPTABLE_OWNER_PID(Pointer buf)
  • 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