// netadapter.h
NTSTATUS NetAdapterStart(
[_In_] NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterStart function starts a NETADAPTER object.
Adapter [_In_]The NETADAPTER object created by a prior call to NetAdapterCreate.
The function returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.
For this function to succeed, the NETADAPTER object must have been previously created by calling NetAdapterCreate.