// wwan.h
typedef enum _WWAN_LADN_IND_REQUEST {
WwanLADNInfoNotNeeded,
WwanLADNInfoRequested,
WwanLADNInfoRequestMax
} WWAN_LADN_IND_REQUEST;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_LADN_IND_REQUEST enumeration lists Local Area Data Networks (LADN) information requests.
WwanLADNInfoNotNeededLADN information is not needed.
WwanLADNInfoRequestedLADN information is requested.
WwanLADNInfoRequestMaxIndicates an out-of-bound value for this enumeration. All values less than WwanLADNInfoRequestMax are valid. All values larger than or equal to WwanLADNInfoRequestMax are invalid.