GetInterfaceInfo.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GetInterfaceInfo (IPHLPAPI.@)

SYNOPSIS

DWORD GetInterfaceInfo
 (
  PIP_INTERFACE_INFO pIfTable,
  PULONG             dwOutBufLen
 )

DESCRIPTION

Get a list of network interface adapters.

PARAMS

pIfTable [Out] buffer for interface adapters.

dwOutBufLen [Out] if buffer is too small, returns required size.

RETURNS

Success: NO_ERROR

Failure: error code from Winerror.h.

BUGS

MSDN states this should return non-loopback interfaces only.

IMPLEMENTATION

Defined in "iphlpapi.h".

Implemented in "dlls/iphlpapi/iphlpapi_main.c".

Debug channel "iphlpapi".