// wwan.h
typedef struct _WWAN_DRIVER_CAPS {
ULONG ulMajorVersion;
ULONG ulMinorVersion;
ULONG ulDriverCaps;
} WWAN_DRIVER_CAPS, *PWWAN_DRIVER_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DRIVER_CAPS structure represents the capabilities of the miniport driver.
ulMajorVersionThe major version of the MB driver model that the miniport driver supports. Miniport drivers should set this member to WWAN_MAJOR_VERSION.
ulMinorVersionThe minor version of the MB driver model that the miniport driver supports. Miniport drivers should set this member to WWAN_MINOR_VERSION.
ulDriverCapsThis member is reserved for future use. Miniport drivers should set this member to the value in the following table.
The miniport driver has no special capabilities.