Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.56 KB

nf-netadapter-netadapterstart.md

File metadata and controls

66 lines (51 loc) · 1.56 KB
UID title description tech.root ms.date keywords 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.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos f1_keywords topic_type api_type api_location api_name
NF:netadapter.NetAdapterStart
NetAdapterStart function (netadapter.h)
The NetAdapterStart function starts a NETADAPTER object.
netvista
03/30/2022
NetAdapterStart function
NetAdapterStart
netadapter.h
netadaptercx.h
Universal
1.25
netadaptercxstub.lib
PASSIVE_LEVEL
Windows
NetAdapterStart
netadapter/NetAdapterStart
apiref
LibDef
netadaptercxstub.lib
NetAdapterStart

NetAdapterStart function

-description

The NetAdapterStart function starts a NETADAPTER object.

-parameters

-param Adapter [In]

The NETADAPTER object created by a prior call to NetAdapterCreate.

-returns

The function returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.

-remarks

For this function to succeed, the NETADAPTER object must have been previously created by calling NetAdapterCreate.

-see-also

NetAdapterCreate

NetAdapterStop