WWAN_SERVICE_ACTIVATION_STATUS - NtDoc

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

typedef struct _WWAN_SERVICE_ACTIVATION_STATUS {
  ULONG uNwError;
  ULONG uVendorSpecificBufferSize;
} WWAN_SERVICE_ACTIVATION_STATUS, *PWWAN_SERVICE_ACTIVATION_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SERVICE_ACTIVATION_STATUS structure

Description

The WWAN_SERVICE_ACTIVATION_STATUS structure represents the status of service activation on the MB device.

Members

uNwError

A network-specific error, if any, that is returned by the network provider. Miniport drivers should populate this member only if uStatus does not equal WWAN_STATUS_SUCCESS.

uVendorSpecificBufferSize

The size, in bytes, of the vendor-specific buffer that follows the structure instance in memory.

See also

NDIS_WWAN_SERVICE_ACTIVATION_STATUS