1
Reply

What are the purposes of AddRef, Release and QueryInterface functions?

Tushar Agrawal

Tushar Agrawal

Aug 01, 2006
5.2k
0

    AddRef increments reference count of the object, Release decrements reference counter of the object and QueryInterface obtains a pointer to the requested interface.

    Tushar Agrawal
    August 01, 2006
    0