What is IUnknown? What methods are provided by IUnknown?

Answers were Sorted based on User's Feedback



What is IUnknown? What methods are provided by IUnknown?..

Answer / cheruku raghu

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()

Is This Answer Correct ?    11 Yes 0 No

What is IUnknown? What methods are provided by IUnknown?..

Answer / mahesh

Iunknow is the base interface for any com component.
it supports three methods
addref()
release()
queryinterface()

Is This Answer Correct ?    8 Yes 0 No

What is IUnknown? What methods are provided by IUnknown?..

Answer / krithiga.v

IUnknown is the base interface to all other derivable interface.
It contains the methods such as
>queryInterface()
>addRef()
>releaseRef()

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More COM DCOM Interview Questions

Explain object pooling?

1 Answers   HCL,


Once I have developed the com wrapper do I have to still register the com in registry?

0 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


Do COM keep track of all the object references(Accounting)?

3 Answers   Microsoft,


where can i use pmcmd commands of informatica

1 Answers  






how to call a dll as a COM dll?

0 Answers  


what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.

0 Answers   Excel,


C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?

2 Answers  


Can I use com components from .net programs?

0 Answers  


how you call a dll as a COM dll.

2 Answers  


What is dcom?

0 Answers  


How do we create dcom object in vb6?

0 Answers  


Categories