WWAN_LADN_IND_REQUEST enumeration (wwan.h)
The WWAN_LADN_IND_REQUEST enumeration lists Local Area Data Networks (LADN) information requests.
Syntax
typedef enum _WWAN_LADN_IND_REQUEST {
WwanLADNInfoNotNeeded,
WwanLADNInfoRequested,
WwanLADNInfoRequestMax
} WWAN_LADN_IND_REQUEST;
Constants
WwanLADNInfoNotNeeded LADN information is not needed. |
WwanLADNInfoRequested LADN information is requested. |
WwanLADNInfoRequestMax Indicates 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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | wwan.h |