Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (11 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

IUnknown

The published [http://www.microsoft.com/com/resources/comdocs.asp COM specification] mandates that Component Object Model objects must minimally implement the IUnknown interface. This interface is comprised of three functions - QueryInterface, AddRef and Release.

QueryInterface is used to retrieve a pointer to a vector containing pointers to object methods AddRef is used by clients to indicate that a COM object is being referenced. This is necessary to ensure that a COM object is not disposed prematurely Release is used by clients to indicate that they have finished using the COM object. An unreferenced COM object may be safely disposed

The IUnknown interface is defined as a GUID with the value of {00000000-0000-0000-C0000-00000000046}.