Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_CONSTANTS enumerated type defines constant values used by the MBN_PIN_INFO structure.
Syntax
typedef enum MBN_PIN_CONSTANTS {
MBN_ATTEMPTS_REMAINING_UNKNOWN = 0xffffffff,
MBN_PIN_LENGTH_UNKNOWN = 0xffffffff
} ;
Constants
MBN_ATTEMPTS_REMAINING_UNKNOWN Value: 0xffffffff Indicates that there is no available information available on the number of attempts remaining to enter a valid PIN. |
MBN_PIN_LENGTH_UNKNOWN Value: 0xffffffff Indicates that there is no available information on the length of the PIN. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Header | mbnapi.h |