// netadapter.h
void NetAdapterStop(
[_In_] NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterStop function stops a NETADAPTER object.
Adapter [_In_]The NETADAPTER object created by a prior call to NetAdapterCreate.
If the NETADAPTER object is already stopped, this function does nothing.
The system will bugcheck if supplied an invalid handle, such as if the NETADAPTER object has not been initialized and created yet.