// mbbcx.h
VOID MbbDeviceSetMbimParameters(
WDFDEVICE Device,
PMBB_DEVICE_MBIM_PARAMETERS MbimParameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The client driver calls the MbbDeviceSetMbimParameters method to report its MBIM-specification related parameters.
DeviceA handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.
MbimParametersA pointer to a client driver-allocated and initialized MBB_DEVICE_MBIM_PARAMETERS structure.
The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.
For more information, see Initialize the device.