MbbAdapterInitialize - NtDoc

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

NTSTATUS MbbAdapterInitialize(
  NETADAPTER Adapter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mbbcx-mbbadapterinitialize)

MbbAdapterInitialize function

Description

The MbbAdapterInitialize method initializes a newly created NETADAPTER object for MBBCx.

Parameters

Adapter

A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.

Return value

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.

This method might return failure in low resource situations.

Remarks

The client driver must call this method from within EvtMbbDeviceCreateAdapter.

For more information, see Creating the NetAdapter interface for the PDP context/EPS bearer.

See also