Home
last modified time | relevance | path

Searched defs:SimpleComObject (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dshellclasses.h457 struct SimpleComObject : public ComSrvObject struct
459 ULONG IncRef() {return ++_ref;} in IncRef()
460 ULONG DecRef() {ULONG ref=--_ref; if (!ref) {_ref++; delete this;} return ref;} in DecRef()