Begins incrementing the reference count for an interface pointer to a COM object.
Begins to query a COM object for a pointer to one of its interface.
Begins decrementing the reference count for an interface on a COM object.
Finishes incrementing the reference count for an interface pointer to a COM object.
Finishes querying a COM object for a pointer to one of its interface.
Finishes decrementing the reference count for an interface on a COM object.
Helper type for getting the GUID of IUnknown.
Queries a COM object for a pointer to one of its interface.
A helper function that infers an interface identifier.
Increments the reference count for an interface pointer to a COM object.
Decrements the reference count for an interface on a COM object.
Asynchronous version of IUnknown.
Note: This interface is poorly documented by Microsoft, but you generally want a ICallFactory to actually do these calls.