WWAN_DEVICE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef enum _WWAN_DEVICE_TYPE {
  WwanDeviceTypeUnknown,
  WwanDeviceTypeEmbedded,
  WwanDeviceTypeRemovable,
  WwanDeviceTypeRemote,
  WwanDeviceTypeMax
} WWAN_DEVICE_TYPE, *PWWAN_DEVICE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_device_type)

_WWAN_DEVICE_TYPE enumeration

Description

The WWAN_DEVICE_TYPE enumeration lists the different device types that describe the MB device.

Constants

WwanDeviceTypeUnknown

The device type is unknown.

WwanDeviceTypeEmbedded

The device type is embedded in the system.

WwanDeviceTypeRemovable

The device type is removable.

WwanDeviceTypeRemote

The device type is remote. For example, a tethered cellular phone modem.

WwanDeviceTypeMax

The total number of supported device types.

See also

WWAN_DEVICE_CAPS