NetAdapterStop - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netadapter.h

void NetAdapterStop(
  [_In_] NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-netadapterstop)

NetAdapterStop function

Description

The NetAdapterStop function stops a NETADAPTER object.

Parameters

Adapter [_In_]

The NETADAPTER object created by a prior call to NetAdapterCreate.

Remarks

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.

See also

NetAdapterCreate

NetAdapterStart