Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The client driver calls the MbbDeviceSetMbimParameters method to report its MBIM-specification related parameters.
Syntax
void MbbDeviceSetMbimParameters(
WDFDEVICE Device,
PMBB_DEVICE_MBIM_PARAMETERS MbimParameters
);
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.
Return value
None
Remarks
The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.
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 |