Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

iunknown.md

File metadata and controls

16 lines (13 loc) · 1.1 KB
description title ms.date ms.topic helpviewer_keywords ms.assetid
Learn more about: IUnknown
IUnknown
11/04/2016
reference
COM interfaces, base interface
IUnknown interface
e6b85472-e54b-4b8c-b19f-4454d6c05a8f

IUnknown

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

See also

Introduction to COM
IUnknown and Interface Inheritance