Searched defs:SimpleComObject (Results 1 – 1 of 1) sorted by relevance
457 struct SimpleComObject : public ComSrvObject struct459 ULONG IncRef() {return ++_ref;} in IncRef()460 ULONG DecRef() {ULONG ref=--_ref; if (!ref) {_ref++; delete this;} return ref;} in DecRef()