WWAN_GET_VISIBLE_PROVIDERS structure (wwan.h)

The WWAN_GET_VISIBLE_PROVIDERS structure provides information about the type of visible providers to return.

Syntax

typedef struct _WWAN_GET_VISIBLE_PROVIDERS {
  ULONG Action;
} WWAN_GET_VISIBLE_PROVIDERS, *PWWAN_GET_VISIBLE_PROVIDERS;

Members

Action

Provides 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.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header wwan.h (include Wwan.h)

See also

NDIS_WWAN_GET_VISIBLE_PROVIDERS