MbbDeviceInitConfig function (mbbcx.h)
The MBBDeviceInitConfig method initializes MBBCx device initialization operations when the Plug and Play (PnP) manager reports the existence of a device.
Syntax
NTSTATUS MbbDeviceInitConfig(
PWDFDEVICE_INIT DeviceInit
);
Parameters
DeviceInit
A pointer to a WDFDEVICE_INIT object that the client received in its EVT_WDF_DRIVER_DEVICE_ADD routine.
Return value
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method may return an appropriate NTSTATUS error code.
Remarks
The client driver calls this method in its EVT_WDF_DRIVER_DEVICE_ADD callback after it calls NetDeviceInitConfig, but before it calls WdfDeviceCreate.
For more information, see Initialize the device.
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 |