WWAN_DEVICE_SERVICE_ENTRY - NtDoc

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

typedef struct _WWAN_DEVICE_SERVICE_ENTRY {
  GUID                                   DeviceServiceGuid;
  WWAN_DEVICE_SERVICE_SESSION_CAPABILITY SessionCapability;
  ULONG                                  uMaxSessionInstances;
} WWAN_DEVICE_SERVICE_ENTRY, *PWWAN_DEVICE_SERVICE_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_DEVICE_SERVICE_ENTRY structure

Description

The WWAN_DEVICE_SERVICE_ENTRY structure describes information about a device service.

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.

See also

WWAN_DEVICE_SERVICE_SESSION_CAPABILITY