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.
When to Implement
Implement this interface on any asynchronous moniker so clients can determine that the moniker supports asynchronous binding.
When to Use
QueryInterface for IAsyncMoniker to determine if the moniker supports asynchronous binding.
Methods in Vtable Order
IAsyncMoniker Methods Description
QueryInterface
Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.
See Also