Package com.sun.jna.platform.win32
Interface IPHlpAPI.UDP_TABLE_CLASS
- 
- Enclosing interface:
- IPHlpAPI
 
 public static interface IPHlpAPI.UDP_TABLE_CLASSDefines the set of values used to indicate the type of table returned by calls toIPHlpAPI.GetExtendedUdpTable(com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference, boolean, int, int, int).
- 
- 
Field SummaryFields Modifier and Type Field Description static intUDP_TABLE_BASICstatic intUDP_TABLE_OWNER_MODULEstatic intUDP_TABLE_OWNER_PID
 
- 
- 
- 
Field Detail- 
UDP_TABLE_BASICstatic final int UDP_TABLE_BASIC - See Also:
- Constant Field Values
 
 - 
UDP_TABLE_OWNER_PIDstatic final int UDP_TABLE_OWNER_PID - See Also:
- Constant Field Values
 
 - 
UDP_TABLE_OWNER_MODULEstatic final int UDP_TABLE_OWNER_MODULE - See Also:
- Constant Field Values
 
 
- 
 
-