MbbDeviceSetMbimParameters - NtDoc

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

VOID MbbDeviceSetMbimParameters(
  WDFDEVICE                   Device,
  PMBB_DEVICE_MBIM_PARAMETERS MbimParameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

MbbDeviceSetMbimParameters function

Description

The client driver calls the MbbDeviceSetMbimParameters method to report its MBIM-specification related parameters.

Parameters

Device

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

MbimParameters

A pointer to a client driver-allocated and initialized MBB_DEVICE_MBIM_PARAMETERS structure.

Remarks

The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.

For more information, see Initialize the device.

See also