NAME

GetUdpTable  (IPHLPAPI.@)

SYNOPSIS

 DWORD GetUdpTable
 (
  PMIB_UDPTABLE pUdpTable,
  PDWORD        pdwSize,
  BOOL          bOrder
 )

DESCRIPTION

Returns a table of active UDP connections. On input, *pdwSize is the size in bytes of pUdpTable. 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, then by local port number.

PARAMS

pUdpTable [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.