MbbDeviceResponseAvailable - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mbbcx.h

VOID MbbDeviceResponseAvailable(
  WDFDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mbbcx-mbbdeviceresponseavailable)

MbbDeviceResponseAvailable function

Description

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.

Parameters

Device

A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.

Remarks

For more information, see Handling MBIM control messages.

See also