WWAN_DRIVER_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-_wwan_driver_caps)

_WWAN_DRIVER_CAPS structure

Description

The WWAN_DRIVER_CAPS structure represents the capabilities of the miniport driver.

Members

ulMajorVersion

The major version of the MB driver model that the miniport driver supports. Miniport drivers should set this member to WWAN_MAJOR_VERSION.

ulMinorVersion

The minor version of the MB driver model that the miniport driver supports. Miniport drivers should set this member to WWAN_MINOR_VERSION.

ulDriverCaps

This member is reserved for future use. Miniport drivers should set this member to the value in the following table.

WWAN_DRIVER_CAPS_NONE

The miniport driver has no special capabilities.

See also

NDIS_WWAN_DRIVER_CAPS