This interface is simply an implementation of IUnknown. There are no additional methods. It is is used to allow clients to determine if a moniker supports asynchronous binding.
Implement this interface on any asynchronous moniker so clients can determine that the moniker supports asynchronous binding.
QueryInterface for IAsyncMoniker to determine if the moniker supports asynchronous binding.
IAsyncMoniker Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |