MBN_CONNECTION_MODE 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_CONNECTION_MODE enumerated type specifies the mode of connection requested.
Syntax
typedef enum MBN_CONNECTION_MODE {
MBN_CONNECTION_MODE_PROFILE = 0,
MBN_CONNECTION_MODE_TMP_PROFILE
} ;
Constants
MBN_CONNECTION_MODE_PROFILE Value: 0 Profile name is used for connection. |
MBN_CONNECTION_MODE_TMP_PROFILE A string representing the XML profile is used for connection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Header | mbnapi.h |