1.

What Is Iunknown? What Methods Are Provided By Iunknown?

Answer»

IUnknown is a type of COM Interface.

Every COM class implements an interface NAMED IUnKnown.

IUnKnown contains three methods:

  1. HRESULT QueryInterface()
  2. ULONG ADDREF()
  3. ULONG RELEASE()

IUnknown is a type of COM Interface.

Every COM class implements an interface named IUnKnown.

IUnKnown contains three methods:



Discussion

No Comment Found