IMbnPin::GetPinManager method

Gets the IMbnPinManager.

Syntax


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

Parameters

pinManager [out]

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

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnPin

 

 

Show: