IMbnPinManager interface (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.
Provides important details about the device PIN.
Inheritance
The IMbnPinManager interface inherits from the IUnknown interface. IMbnPinManager also has these types of members:
Methods
The IMbnPinManager interface has these methods.
IMbnPinManager::GetPin Gets a specific type of PIN. |
IMbnPinManager::GetPinList Gets a list of different PIN types supported by the device. |
IMbnPinManager::GetPinState Gets the current PIN state of the device. |
Remarks
An application can acquire this interface by calling the QueryInterface method of IMbnInterface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |