10#include <bnb/utils/defs.hpp>
13namespace bnb {
namespace interfaces {
virtual void add_ref_count(int32_t number)=0
Increments the reference count by number for an interface pointer to a object.
virtual void release()=0
Decrements the reference count for an interface on a COM object.
virtual void add_ref()=0
Increments the reference count by 1 for an interface pointer to a object.