NetAdapterStart - NtDoc

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

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

NtDoc

No description available.

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

NetAdapterStart function

Description

The NetAdapterStart function starts a NETADAPTER object.

Parameters

Adapter [_In_]

The NETADAPTER object created by a prior call to NetAdapterCreate.

Return value

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