Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)

1 Answers   Wipro,


When you call CoInitialize(NULL) function how it works internally.

8 Answers  


How do you make a NET component talk to a COM component?

3 Answers   TCS,


How to create an instance of the object in COM?

0 Answers  


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

3 Answers   Microsoft,


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

0 Answers  


What should QueryInterface functions do if requested object was not found?

1 Answers  


What is a moniker ?

3 Answers  


Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

0 Answers  


How do we create dcom object in vb6?

0 Answers  


Categories