Microsoft Basics Question:
Download Job Interview Questions and Answers PDF
What is IUnknown and what are its three parts?
Answer:
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.
IUnknown Interface is the Interface which every COM should have.
The Three parts are:
1. QueryInterface
2. Addref
3. release
IUnknown Interface is the Interface which every COM should have.
The Three parts are:
1. QueryInterface
2. Addref
3. release
Download Microsoft Basics Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain session variables? | Explain Why do we use Option Explicit? |