WWAN_SERVICE_ACTIVATION - NtDoc

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

typedef struct _WWAN_SERVICE_ACTIVATION {
  ULONG uVendorSpecificBufferSize;
} WWAN_SERVICE_ACTIVATION, *PWWAN_SERVICE_ACTIVATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_SERVICE_ACTIVATION structure

Description

The WWAN_SERVICE_ACTIVATION structure represents a vendor-specific buffer to be associated with service activation.

Members

uVendorSpecificBufferSize

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

See also

NDIS_WWAN_SERVICE_ACTIVATION