What does IUnknown interface mean?

devquora
devquora

Posted On: Feb 22, 2018

 

The IUnknown interface gives customers a chance to get pointers to different interfaces on a given object through the Query Interface strategy, and deal with the presence of the object through the IUnknown AddRef and IUnknown Release methods. IUnknown techniques can be utilized to switch between interfaces on an object, including references, and release objects.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Activex Interview Questions

    What Are the Properties defined By ActiveX Controls?

    What Are the Properties defined By ActiveX Controls?..