Home
last modified time | relevance | path

Searched refs:GetInterfaceInfo (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/iphlpapi/
H A DGetInterfaceName.c272 ApiReturn = GetInterfaceInfo(pInfo, &ulOutBufLen); in test_GetInterfaceName()
289 ApiReturn = GetInterfaceInfo(pInfo, &ulOutBufLen); in test_GetInterfaceName()
/reactos/sdk/include/psdk/
H A Diphlpapi.h35 DWORD WINAPI GetInterfaceInfo(PIP_INTERFACE_INFO,PULONG);
/reactos/dll/win32/iphlpapi/
H A Diphlpapi.spec47 @ stdcall GetInterfaceInfo(ptr ptr)
H A Diphlpapi_main.c1607 DWORD WINAPI GetInterfaceInfo(PIP_INTERFACE_INFO pIfTable, PULONG dwOutBufLen) in GetInterfaceInfo() function
/reactos/base/applications/network/wlanconf/
H A Dwlanconf.c172 dwStatus = GetInterfaceInfo(InterfaceInfo, &dwSize); in OpenAdapterHandle()