// mbbcx.h
VOID MbbDeviceResponseAvailable(
WDFDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
A client driver calls the MbbDeviceResponseAvailable method when there is an MBIM control message ready from the device, as the response to a previous MBIM control message sent to the device from the MBBCx framework.
It can also call this method to notify the MBBCx framework of an unsolicited device event.
DeviceA handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.
For more information, see Handling MBIM control messages.