Scroll to navigation

GetNumberOfInterfaces(3w) Wine API GetNumberOfInterfaces(3w)

NAME

GetNumberOfInterfaces (IPHLPAPI.@)

SYNOPSIS

DWORD GetNumberOfInterfaces
(
PDWORD pdwNumIf
)
 

DESCRIPTION

Get the number of interfaces.
 

PARAMS

pdwNumIf [Out] number of interfaces.
 

RETURNS

NO_ERROR on success, ERROR_INVALID_PARAMETER if pdwNumIf is NULL.
 

IMPLEMENTATION

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