MBN_PIN_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_PIN_MODE enumerated type indicates if the PIN type is enabled.

Syntax

typedef enum MBN_PIN_MODE {
  MBN_PIN_MODE_ENABLED = 1,
  MBN_PIN_MODE_DISABLED
} ;

Constants

 
MBN_PIN_MODE_ENABLED
Value: 1
The PIN type is currently enabled.
MBN_PIN_MODE_DISABLED
The PIN type is currently disabled.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Header mbnapi.h