NetAdapterStart function (netadapter.h)

The NetAdapterStart function starts a NETADAPTER object.

Syntax

NTSTATUS NetAdapterStart(
  [_In_] NETADAPTER Adapter
);

Parameters

[_In_] Adapter

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.

Requirements

Requirement Value
Target Platform Universal
Minimum KMDF version 1.25
Header netadapter.h (include netadaptercx.h)
Library netadaptercxstub.lib
IRQL PASSIVE_LEVEL

See also

NetAdapterCreate

NetAdapterStop