Add Ref

last modified: July 24, 2014

In COM, AddRef is the method you use to increment the reference count on an interface. It's opposite is (no, not DeleteRef) Release. The naming is confusing, because it doesn't produce a balanced set of terms for a balanced set of operations, a fact that should perhaps be noted -- Tim


CategoryComponentObjectModel


Loading...