Explain about IUnknown and what are its three parts?
Submitted by: AdministratorThe 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
Submitted by:
IUnknown Interface is the Interface which every COM should have.
The Three parts are:
1. QueryInterface
2. Addref
3. release
Submitted by:
Read Online Microsoft Job Interview Questions And Answers
Top Microsoft Questions
| ☺ | Microsoft Interview Questions List |
| ☺ | How many gas stations are there in US? |
| ☺ | write a function that will take a sorted array, possibly with duplicates, and compact the array, returning the new length of the array? |
| ☺ | You are given a scale which you are to use to measure eight balls? |
| ☺ | How would you move Mt. Everest? |
Top Companies Job Categories
| ☺ | TCS Interview Questions. |
| ☺ | Infosys Interview Questions. |
| ☺ | IBM Interview Questions. |
| ☺ | Wipro Interview Questions. |
| ☺ | Google Interview Questions. |
