MBN_PIN_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_PIN_TYPE enumerated type indicates the type of password required for unlocking the information stored on the interface.
Syntax
typedef enum MBN_PIN_TYPE {
MBN_PIN_TYPE_NONE = 0,
MBN_PIN_TYPE_CUSTOM,
MBN_PIN_TYPE_PIN1,
MBN_PIN_TYPE_PIN2,
MBN_PIN_TYPE_DEVICE_SIM_PIN,
MBN_PIN_TYPE_DEVICE_FIRST_SIM_PIN,
MBN_PIN_TYPE_NETWORK_PIN,
MBN_PIN_TYPE_NETWORK_SUBSET_PIN,
MBN_PIN_TYPE_SVC_PROVIDER_PIN,
MBN_PIN_TYPE_CORPORATE_PIN,
MBN_PIN_TYPE_SUBSIDY_LOCK
} ;
Constants
MBN_PIN_TYPE_NONEValue: 0 Indicates that no PIN is pending to be entered. |
MBN_PIN_TYPE_CUSTOMIndicates a custom PIN code. |
MBN_PIN_TYPE_PIN1Indicates a PIN1 code. For CDMA devices, PIN1 represents the power-on device lock code. For GSM devices, PIN1 represents the SIM lock, also referred to as PIN in GSM terminology. |
MBN_PIN_TYPE_PIN2Indicates a PIN2 code. |
MBN_PIN_TYPE_DEVICE_SIM_PINIndicates a device to SIM password. |
MBN_PIN_TYPE_DEVICE_FIRST_SIM_PINIndicates a device to very first SIM password. |
MBN_PIN_TYPE_NETWORK_PINIndicates a network personalization password. |
MBN_PIN_TYPE_NETWORK_SUBSET_PINIndicates a network subset personalization password. |
MBN_PIN_TYPE_SVC_PROVIDER_PINIndicates a Service Provider (SP) personalization password. |
MBN_PIN_TYPE_CORPORATE_PINIndicates a corporate personalization password. |
MBN_PIN_TYPE_SUBSIDY_LOCKIndicates a subsidy unlock code. |
Requirements
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | mbnapi.h |