// mbbcx.h
NTSTATUS MbbAdapterInitialize(
NETADAPTER Adapter
);
View the official Windows Driver Kit DDI referenceNo description available.
The MbbAdapterInitialize method initializes a newly created NETADAPTER object for MBBCx.
AdapterA handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
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.
The client driver must call this method from within EvtMbbDeviceCreateAdapter.
For more information, see Creating the NetAdapter interface for the PDP context/EPS bearer.