WWAN_DEVICE_SERVICE_ENTRY structure (wwan.h)

The WWAN_DEVICE_SERVICE_ENTRY structure describes information about a device service.

Syntax

typedef struct _WWAN_DEVICE_SERVICE_ENTRY {
  GUID                                   DeviceServiceGuid;
  WWAN_DEVICE_SERVICE_SESSION_CAPABILITY SessionCapability;
  ULONG                                  uMaxSessionInstances;
} WWAN_DEVICE_SERVICE_ENTRY, *PWWAN_DEVICE_SERVICE_ENTRY;

Members

DeviceServiceGuid

The GUID of the device service. This GUID is used to identify the device service in any of the other device OIDs/indications.

SessionCapability

Flags indicating the capabilities of a device service session.

uMaxSessionInstances

The maximum number of sessions supported by the device service.

Remarks

Device service OIDs and NDIS Status Notifications use the device service's GUID to identify the device service.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header wwan.h (include Wwan.h)

See also

WWAN_DEVICE_SERVICE_SESSION_CAPABILITY