What is IUnknown and what are its three parts?

Showing Answers 1 - 4 of 4 Answers

Nitin Sharma

  • May 12th, 2005
 

The COM interface class from which all other interface classes are derived. This interface allows all COM objects to manage their own lifetime, ie, to release themselves from memory when they are no longer connected to any clients. 

  Was this answer useful?  Yes

whirlpool

  • Dec 20th, 2007
 

IUnknown is common interfacec supported by all COM objects.The 3 member functions are

1.QueryIntrface

2.Addref

3.Release.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions