WWAN_SERVICE_ACTIVATION structure (wwan.h)

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

Syntax

typedef struct _WWAN_SERVICE_ACTIVATION {
  ULONG uVendorSpecificBufferSize;
} WWAN_SERVICE_ACTIVATION, *PWWAN_SERVICE_ACTIVATION;

Members

uVendorSpecificBufferSize

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

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_SERVICE_ACTIVATION