Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 1.82 KB

nf-mbbcx-mbbdevicesetmbimparameters.md

File metadata and controls

64 lines (51 loc) · 1.82 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:mbbcx.MbbDeviceSetMbimParameters
MbbDeviceSetMbimParameters function (mbbcx.h)
The client driver calls the MbbDeviceSetMbimParameters method to report its MBIM-specification related parameters.
netvista
06/29/2018
MbbDeviceSetMbimParameters function
MbbDeviceSetMbimParameters
mbbcx.h
Universal
Windows 10, version 1809
1.27
mbbcxstub.lib
PASSIVE_LEVEL
Windows
RS5
MbbDeviceSetMbimParameters
mbbcx/MbbDeviceSetMbimParameters
apiref
LibDef
mbbcxstub.lib
MbbDeviceSetMbimParameters

MbbDeviceSetMbimParameters function

-description

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

-parameters

-param Device

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

-param 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