Group: IP Helper - Library: iphlpapi
ULONG WINAPI GetTcp6Table(
__out PMIB_TCP6TABLE TcpTable,
__inout PULONG SizePointer,
__in BOOL Order
);
DECLARE INTEGER GetTcp6Table IN Iphlpapi;
STRING @TcpTable,;
LONG @SizePointer,;
INTEGER IsSorted
TcpTable A pointer to a buffer that receives the TCP connection table for IPv6 as a MIB_TCP6TABLE structure.
SizePointer On input, specifies the size in bytes of the buffer pointed to by the TcpTable parameter.
Order A Boolean value that specifies whether the TCP connection table should be sorted.
If the function succeeds, the return value is NO_ERROR (0).
Requires Windows Vista.
See also: GetTcpTable.