MbbAdapterInitialize function (mbbcx.h)
The MbbAdapterInitialize method initializes a newly created NETADAPTER object for MBBCx.
Syntax
NTSTATUS MbbAdapterInitialize(
NETADAPTER Adapter
);
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Target Platform | Universal |
Minimum KMDF version | 1.27 |
Header | mbbcx.h |
Library | mbbcxstub.lib |
IRQL | PASSIVE_LEVEL |