IMbnPinEvents interface
This interface is a notification interface used to indicate when asynchronous PIN requests have completed.
Members
The IMbnPinEvents interface inherits from the IUnknown interface. IMbnPinEvents also has these types of members:
Methods
The IMbnPinEvents interface has these methods.
| Method | Description |
|---|---|
| OnChangeComplete |
Indicates that a PIN change operation has completed. |
| OnDisableComplete |
Indicates that a PIN disable operation has completed. |
| OnEnableComplete |
Indicates that a PIN enable operation has completed. |
| OnEnterComplete |
Indicates that a PIN entry operation has completed. |
| OnUnblockComplete |
Indicates that a PIN unblock operation has completed. |
Remarks
The following procedure describes how to register for notifications.
- Get an IConnectionPointContainer interface by calling QueryInterface on an IMbnInterfaceManager object.
- Call FindConnectionPoint on the returned interface and pass IID_IMbnPinEvents to riid.
- Call Advise on the returned connection point and pass a pointer to an IUnknown interface on an object that implements IMbnPinEvents to pUnk.
Notifications can be terminated by calling Unadvise on the connection point returned in step 2.
To view some code that registers for COM notifications, see the Client section of the COM Connection Points article.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
IDL |
|