Share via


IUnknown

is the base interface of every other COM interface. IUnknown defines three methods: QueryInterface, AddRef, and Release. allows an interface user to ask the object for a pointer to another of its interfaces. and implement reference counting on the interface.

Introduction to COM

See Also    in the Win32 SDK