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


Please Help Members By Posting Answers For Below Questions

How do I access accessories in windows?

505


How do I check my hard drive in dos?

501


What is regsvr32 command?

470


Can I open a dll file?

505


How do I edit a dll in notepad?

525






Do ssd ever fail?

481


How do you fix an incorrect parameter?

441


Will formatting a hard drive erase it?

495


What is the extension for a folder?

501


Is rundll32 exe a virus?

605


Is ssd good for long term storage?

507


what is the excat control flow when we start a computer,specially including POST operation and Mostly the roleof the Kernel File?

1613


Where is the toolbar located?

508


What happens when an ssd fails?

517


How do I fix steam exe error?

495