bool AddRef_NotZero();
AddRef_NotZero increments a reference count if it is not zero. This function is used by the resource library while it is locked.
Returns 1 if increment was successful and 0 if RefCount turned to 0.