p6TraceAddref(#classname,sizeof(*this),this,tmp,NULL); \
p6TraceRelease(#classname,this,tmp,NULL); \
if(0 == tmp) { delete this; } \
struct P6R::P6AUTO_INT32 P6AUTO_INT32
Auto initializing INT32.
#define P6COMMETHOD_(type)
P6API P6R::P6INT32 p6AtomicDec32(P6R::P6INT32 volatile *pVar)
Atomically decrements the variable pointed to by pVar by one.
P6API P6R::P6INT32 p6AtomicInc32(P6R::P6INT32 volatile *pVar)
Atomically increments the variable pointed to by pVar by one.
Depricated.