Click or drag to resize
Xcalibur Systems LLC Logo

UdpTableClasses Enumeration

Defines the set of values used to indicate the type of table returned by calls to .

UDP_TABLE_CLASS enumeration


Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum UdpTableClasses
Members
Member nameValueDescription
UdpTableBasic0 A structure that contains all UDP endpoints on the local computer is returned to the caller.
UdpTableOwnerPid1 A or structure that contains all UDP endpoints on the local computer is returned to the caller.
UdpTableOwnerModule2 A or structure that contains all UDP endpoints on the local computer is returned to the caller.
See Also