IMbnPin::GetPinManager method (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.

Gets the IMbnPinManager.

Syntax

HRESULT GetPinManager(
  [out] IMbnPinManager **pinManager
);

Parameters

[out] pinManager

Pointer to the address of an IMbnPinManager to manage the PIN type. When this function returns anything other than S_OK, this value is NULL.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method can be used to retrieve an IMbnPinManager interface for the given PIN type. The GetPinManager method retrieves an IMbnPinManager interface from the IMbnPin object passed in IMbnPinEvents methods.

Requirements

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

See also

IMbnPin