public static extern int GetExtendedTcpTable(IntPtr pTcpTable, ref dword pdwSize, bool bOrder, AfInet ulAf, TcpTableClass tcpTableClass, dword reserved = 0);
Beispiel #2
0
 public static extern Win32ApiError GetExtendedUdpTable(IntPtr pUdpTable, ref dword pdwSize, bool bOrder, AfInet ulAf, UdpTableClass udpTableClass, dword reserved = 0);