INTERVIEW QUESTIONS
MICROSOFT
MICROSOFT BASICS
DETAILS
Question: 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.
|
Question:
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. Source: CoolInterview.com
IUnknown Interface is the Interface which every COM should have. The Three parts are: 1. QueryInterface 2. Addref 3. release
Source: CoolInterview.com
Answered by: srikanth kanchari | Date: 11/4/2008
| Contact srikanth kanchari
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|