NDIS_WWAN_SERVICE_ACTIVATION structure (ndiswwan.h)

The NDIS_WWAN_SERVICE_ACTIVATION structure represents the command that is used to set the service activation state of the MB device in order to obtain access to the provider's network.

Syntax

typedef struct _NDIS_WWAN_SERVICE_ACTIVATION {
  NDIS_OBJECT_HEADER      Header;
  WWAN_SERVICE_ACTIVATION ServiceActivation;
} NDIS_WWAN_SERVICE_ACTIVATION, *PNDIS_WWAN_SERVICE_ACTIVATION;

Members

Header

The header with type, revision, and size information about the NDIS_WWAN_SERVICE_ACTIVATION structure. The MB Service sets the header with the values that are shown in the following table when it sends the data structure to the miniport driver for set operations. Miniport drivers must set the header with the same values when they send the data structure to the MB service.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_SERVICE_ACTIVATION _REVISION_1
Size sizeof(NDIS_WWAN_SERVICE_ACTIVATION)
 

For more information about these members, see NDIS_OBJECT_HEADER.

ServiceActivation

A WWAN_SERVICE_ACTIVATION structure that represents the service activation state of the device.

Requirements

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

See also

NDIS_OBJECT_HEADER

WWAN_SERVICE_ACTIVATION