// 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 referenceNo description available.
The WWAN_DEVICE_SERVICE_ENTRY structure describes information about a device service.
DeviceServiceGuidThe GUID of the device service. This GUID is used to identify the device service in any of the other device OIDs/indications.
SessionCapabilityFlags indicating the capabilities of a device service session.
uMaxSessionInstancesThe maximum number of sessions supported by the device service.
Device service OIDs and NDIS Status Notifications use the device service's GUID to identify the device service.
WWAN_DEVICE_SERVICE_SESSION_CAPABILITY