Home | History | Annotate | Download | only in dragdrop

Lines Matching refs:ref_count_

87   FormatEtcEnumerator() : cursor_(0), ref_count_(0) {
103 LONG ref_count_;
121 : ref_count_(0), cursor_(0) {
188 return InterlockedIncrement(&ref_count_);
192 if (InterlockedDecrement(&ref_count_) == 0) {
193 ULONG copied_refcnt = ref_count_;
197 return ref_count_;