Skip navigation links
JNA API 5.12.1
com.sun.jna.platform.win32

Class IPHlpAPI.MIB_UDPROW_OWNER_PID

  • Enclosing interface:
    IPHlpAPI


    @Structure.FieldOrder(value={"dwLocalAddr","dwLocalPort","dwOwningPid"})
    public static class IPHlpAPI.MIB_UDPROW_OWNER_PID
    extends Structure
    Contains information that describes an IPv6 UDP connection.
    • Field Detail

      • dwLocalAddr

        public int dwLocalAddr
      • dwLocalPort

        public int dwLocalPort
      • dwOwningPid

        public int dwOwningPid
    • Constructor Detail

      • MIB_UDPROW_OWNER_PID

        public MIB_UDPROW_OWNER_PID()
JNA API 5.12.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.