// wwan.h
typedef enum _WWAN_DEFAULT_PDU_SESSION_HINT {
WwanDefaultPDUSessionActivationUnlikely,
WwanDefaultPDUSessionActivationLikely,
WwanDefaultPDUSessionHintMax
} WWAN_DEFAULT_PDU_SESSION_HINT;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_DEFAULT_PDU_SESSION_HINT enumeration lists protocol data unit (PDU) session hints.
WwanDefaultPDUSessionActivationUnlikelyDefault PDU session activation is unlikely to happen soon.
WwanDefaultPDUSessionActivationLikelyDefault PDU session activation is likely to happen soon.
WwanDefaultPDUSessionHintMaxIndicates an out-of-bound value for this enumeration. All values less than WwanDefaultPDUSessionHintMax are valid. All values larger than or equal to WwanDefaultPDUSessionHintMax are invalid.