1
Reply

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

Tushar Agrawal

Tushar Agrawal

19y
6.1k
0
Reply
    AddRef increments reference count of the object, Release decrements reference counter of the object and QueryInterface obtains a pointer to the requested interface.