// 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 referenceNo description available.
The WWAN_SERVICE_ACTIVATION_STATUS structure represents the status of service activation on the MB device.
uNwErrorA 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.
uVendorSpecificBufferSizeThe size, in bytes, of the vendor-specific buffer that follows the structure instance in memory.
NDIS_WWAN_SERVICE_ACTIVATION_STATUS