// 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 referenceNo description available.
The WWAN_PACKET_SERVICE_ACTION enumeration lists different packet service actions.
WwanPacketServiceActionAttachPacket-attach to the registered provider.
WwanPacketServiceActionDetachPacket-detach from the registered provider.