Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 3.15 KB

nf-netioapi-initializeipinterfaceentry.md

File metadata and controls

100 lines (70 loc) · 3.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:netioapi.InitializeIpInterfaceEntry
InitializeIpInterfaceEntry function (netioapi.h)
Initializes the members of an MIB_IPINTERFACE_ROW entry with default values.
InitializeIpInterfaceEntry
InitializeIpInterfaceEntry function [IP Helper]
iphlp.initializeipinterfaceentry
netioapi/InitializeIpInterfaceEntry
iphlp\initializeipinterfaceentry.htm
IpHlp
5e7aed65-63e1-4e7b-bccf-9a2485212432
12/05/2018
InitializeIpInterfaceEntry, InitializeIpInterfaceEntry function [IP Helper], iphlp.initializeipinterfaceentry, netioapi/InitializeIpInterfaceEntry
netioapi.h
Iphlpapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Iphlpapi.lib
Iphlpapi.dll
Windows
19H1
InitializeIpInterfaceEntry
netioapi/InitializeIpInterfaceEntry
c++
APIRef
kbSyntax
DllExport
Iphlpapi.dll
InitializeIpInterfaceEntry

InitializeIpInterfaceEntry function

-description

The InitializeIpInterfaceEntry function initializes the members of an MIB_IPINTERFACE_ROW entry with default values.

-parameters

-param Row [in, out]

A pointer to a MIB_IPINTERFACE_ROW structure to initialize. On successful return, the fields in this parameter are initialized with default information for an interface on the local computer.

-returns

This function does not return a value.

-remarks

The InitializeIpInterfaceEntry function is defined on Windows Vista and later.

On output, the Family member in the MIB_IPINTERFACE_ROW structure pointed to by the Row parameter will be initialized to either AF_UNSPEC, the InterfaceLuid member in the MIB_IPINTERFACE_ROW structure will be initialized to an unspecified value, and other fields are initialized to zero.

The InitializeIpInterfaceEntry function must be used to initialize the fields of a MIB_IPINTERFACE_ROW structure entry with default values. An application can then change the fields in the MIB_IPINTERFACE_ROW entry it wishes to modify, and then call the SetIpInterfaceEntry function.

-see-also

GetIpInterfaceEntry

GetIpInterfaceTable

IP Helper Function Reference

MIB_IPINTERFACE_ROW

MIB_IPINTERFACE_TABLE

SetIpInterfaceEntry