NAME

GetTcpTable  (IPHLPAPI.@)

SYNOPSIS

 DWORD GetTcpTable
 (
  PMIB_TCPTABLE pTcpTable,
  PDWORD        pdwSize,
  BOOL          bOrder
 )

DESCRIPTION

Returns a table of active TCP connections. On input, *pdwSize is the size in bytes of pTcpTable. If this is less than required, the function will return ERROR_INSUFFICIENT_BUFFER, and *pdwSize will be set to the required byte size. If bOrder is TRUE, the returned table will be sorted, first by local address and port number, then by remote address and port number.

PARAMS

pTcpTable [In/Out] .
pdwSize [In/Out] .
bOrder [In] .

RETURNS

NO_ERROR on success, something else on failure.

IMPLEMENTATION

Defined in "iphlpapi.h".

Implemented in "dlls/iphlpapi/iphlpapi_main.c". source.winehq.org/source/dlls/iphlpapi/iphlpapi_main.c

Debug channel "iphlpapi".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.