// mbbcx.h
typedef enum _MBB_MBIM_EXTENDED_VERSION {
MbbMbimExtendedVersion1Dot0,
MbbMbimExtendedVersion2Dot0,
MbbMbimExtendedVersion3Dot0,
MbbMbimExtendedVersion4Dot0,
MbbMbimExtendedVersionMax
} MBB_MBIM_EXTENDED_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
[!WARNING] Some information in this topic relates to prereleased product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MBBCx is preview only in Windows 10, version 1809.
The MBB_MBIM_EXTENDED_VERSION enumeration defines the version of the extended MBIM (MBIMEx) specification that a client driver and its device support.
MbbMbimExtendedVersion1Dot0The client driver and device support MBIMEx specification Rev 1.0.
MbbMbimExtendedVersion2Dot0The client driver and device support MBIMEx specification Rev 2.0.
MbbMbimExtendedVersion3Dot0The client driver and device support MBIMEx specification Rev 3.0.
MbbMbimExtendedVersion4Dot0The client driver and device support MBIMEx specification Rev 4.0.
MbbMbimExtendedVersionMaxThe maximum MBIMEx version.
Client drivers set the lowest MBIMEx specification version they support in the ExtendedVersion member of the MBB_DEVICE_MBIM_PARAMETERS structure.