Scroll to navigation

GetAdaptersInfo(3w) Wine API GetAdaptersInfo(3w)

NAME

GetAdaptersInfo (IPHLPAPI.@)

SYNOPSIS

DWORD GetAdaptersInfo
(
PIP_ADAPTER_INFO pAdapterInfo,
PULONG pOutBufLen
)
 

DESCRIPTION

Get information about adapters.
 

PARAMS

pAdapterInfo [Out] buffer for adapter infos.
pOutBufLen [In] length of output buffer.
 

RETURNS

Success: NO_ERROR
Failure: error code from Winerror.h
 

IMPLEMENTATION

Declared in "iphlpapi.h".
Implemented in "dlls/iphlpapi/iphlpapi_main.c".
Debug channel "iphlpapi".
Oct 2012 Wine API