MBN_REGISTER_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_REGISTER_MODE enumerated type indicates the network selection mode of a device.
Syntax
typedef enum MBN_REGISTER_MODE {
MBN_REGISTER_MODE_NONE = 0,
MBN_REGISTER_MODE_AUTOMATIC,
MBN_REGISTER_MODE_MANUAL
} ;
Constants
MBN_REGISTER_MODE_NONEValue: 0 No network selection mode is defined. |
MBN_REGISTER_MODE_AUTOMATICThe device automatically selects the network to which to register . |
MBN_REGISTER_MODE_MANUALThe device tries to register to a given network. |
Requirements
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | mbnapi.h |