What is the difference between Hub and Switch?
Answer Posted / sheikh sikkandar,singapore
In programming, the IUnknown interface is the fundamental
interface in the Component Object Model (COM). The
published COM specification mandates that COM objects must
minimally implement this interface. Furthermore, every
other COM interface must be derived from IUnknown.
The IUnknown interface exposes three methods (sometimes
called functions): QueryInterface, AddRef, and Release:[1]
QueryInterface is used to obtain a pointer to another
interface, given a GUID that uniquely identifies that
interface (commonly known as an interface ID, or IID). If
the COM object does not implement that interface, an
E_NOINTERFACE error is returned instead.
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you unregister a dll?
How do I assign a program to open a file?
Why is it dangerous to download files from the internet?
How do you copy a path?
What is files and folders in computer?
How do I check my ssd storage?
What does exc stand for?
How do you tell if your ssd is corrupted?
How do I fix a program that is not responding?
How do I view a .dmp file?
How do I get rid of wermgr exe?
How do WinMain look like ?
Where are temporary files stored?
Does formatting a hard drive make it faster?
How long does a disk cleanup take?