// wwan.h
typedef struct _WWAN_GET_VISIBLE_PROVIDERS {
ULONG Action;
} WWAN_GET_VISIBLE_PROVIDERS, *PWWAN_GET_VISIBLE_PROVIDERS;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_GET_VISIBLE_PROVIDERS structure provides information about the type of visible providers to return.
ActionProvides information about the type of visible providers to return. The following values are defined:
| Value | Meaning |
| WWAN_GET_VISIBLE_PROVIDERS_ALL | All providers that are currently visible should be returned. |
| WWAN_GET_VISIBLE_PROVIDERS_MULTICARRIER | Only providers that are currently visible and that can be set as home provider should be returned. |
NDIS_WWAN_GET_VISIBLE_PROVIDERS