WWAN_PACKET_SERVICE_ACTION - NtDoc

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

typedef enum _WWAN_PACKET_SERVICE_ACTION {
  WwanPacketServiceActionAttach,
  WwanPacketServiceActionDetach
} WWAN_PACKET_SERVICE_ACTION, *PWWAN_PACKET_SERVICE_ACTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wwan-_wwan_packet_service_action)

_WWAN_PACKET_SERVICE_ACTION enumeration

Description

The WWAN_PACKET_SERVICE_ACTION enumeration lists different packet service actions.

Constants

WwanPacketServiceActionAttach

Packet-attach to the registered provider.

WwanPacketServiceActionDetach

Packet-detach from the registered provider.

See also

NDIS_WWAN_SET_PACKET_SERVICE