MBN_CONTEXT_TYPE enumeration (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_CONTEXT_TYPE enumerated type specifies the represented context type.
Syntax
typedef enum MBN_CONTEXT_TYPE {
MBN_CONTEXT_TYPE_NONE = 0,
MBN_CONTEXT_TYPE_INTERNET,
MBN_CONTEXT_TYPE_VPN,
MBN_CONTEXT_TYPE_VOICE,
MBN_CONTEXT_TYPE_VIDEO_SHARE,
MBN_CONTEXT_TYPE_CUSTOM,
MBN_CONTEXT_TYPE_PURCHASE
} ;
Constants
MBN_CONTEXT_TYPE_NONEValue: 0 Context has not yet provisioned for this ID. |
MBN_CONTEXT_TYPE_INTERNETContext represents a connection to the internet. |
MBN_CONTEXT_TYPE_VPNContext represents a connection to a VPN or corporate network. |
MBN_CONTEXT_TYPE_VOICEContext represents a connection to VoIP service. |
MBN_CONTEXT_TYPE_VIDEO_SHAREContext represents a connection to a video share service. |
MBN_CONTEXT_TYPE_CUSTOMContext represents a connection to a custom service. |
MBN_CONTEXT_TYPE_PURCHASEWindows 8 or later: Context represents a purchase connection such as a walled garden, hot-lining, or captive portal. |
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | None supported |
| Header | mbnapi.h |