Lines Matching refs:this

270 +                        _sehandler.Set(_sejmpbuf, this, _Except);
290 + _sehandler.Set(_sejmpbuf, this, _Except);
308 + _sehandler.Set(_sejmpbuf, this, _Except);
330 + _sehandler.Set(_sejmpbuf, this, _Except);
464 // override it in your class and call each base class' version of this
519 + this->m_dwRef = 1L;
520 + this->FinalRelease();
529 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
533 + ULONG l = this->InternalRelease();
535 delete this;
541 + {return this->_InternalQueryInterface(iid, ppvObject);}
558 + this->m_dwRef = 1L;
559 + this->FinalRelease();
568 + ULONG l = this->InternalAddRef();
576 + ULONG l = this->InternalRelease();
578 delete this;
585 + {return this->_InternalQueryInterface(iid, ppvObject);}
595 + this->m_dwRef = 1L;
596 + this->FinalRelease();
605 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
609 + ULONG l = this->InternalRelease();
611 delete this;
617 + {return this->_InternalQueryInterface(iid, ppvObject);}
626 + m_hResFinalConstruct = this->_AtlInitialConstruct();
630 + m_hResFinalConstruct = this->FinalConstruct();
635 + this->FinalRelease();
644 + {return this->_InternalQueryInterface(iid, ppvObject);}
653 + m_hResFinalConstruct = this->_AtlInitialConstruct();
657 + m_hResFinalConstruct = this->FinalConstruct();
662 + this->FinalRelease();
681 + STDMETHOD_(ULONG, AddRef)() {return this->OuterAddRef();}
682 + STDMETHOD_(ULONG, Release)() {return this->OuterRelease();}
686 + HRESULT hr = this->OuterQueryInterface(iid, ppvObject);
689 + hr = this->_InternalQueryInterface(iid, ppvObject);
703 // override it in your class and call each base class' version of this
720 + this->m_dwRef = 1L;
723 _Module.DeleteNonAddRefThunk(this);
729 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
733 + ULONG l = this->InternalRelease();
735 delete this;
752 // override it in your class and call each base class' version of this
757 + this->InternalAddRef();
761 + this->InternalRelease();
774 + this->m_dwRef = 1L;
777 _Module.DeleteNonAddRefThunk(this);
783 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
787 + ULONG l = this->InternalRelease();
789 delete this;
822 + this->m_dwRef = 1L;
823 + this->FinalRelease();
831 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
835 + ULONG l = this->InternalRelease();
837 delete this;
850 //If you get a message that this call is ambiguous then you need to
851 // override it in your class and call each base class' version of this
868 + this->m_dwRef = 1L;
871 _Module.DeleteNonAddRefThunk(this);
877 + STDMETHOD_(ULONG, AddRef)() {return this->InternalAddRef();}
881 + ULONG l = this->InternalRelease();
883 delete this;
901 + if ( ((bstrKey != NULL) && !this->VerifyLicenseKey(bstrKey)) ||
989 + InlineIsEqualGUID(riid, this->m_iid))
991 *ppvObject = this;
1046 *ppvObject = this;
1048 + this->AddRef();
1142 memset(this, 0, sizeof(CComControlBase));
1144 + // previous element of m_hWndCD in this class is m_rcPos
1175 + CComControl() : CComControlBase(this->m_hWnd) {}
1178 T* pT = static_cast<T*>(this);
1193 + HRESULT hr = this->GetAmbientBackColor(clr);
1211 + this->Create(hWndParent, dwInitParam);
1215 + this->ShowWindow(SW_SHOWNOACTIVATE);
1224 + if (this->IsChild(hWndCtl) && ::GetParent(hWndCtl) != m_hWnd)
1233 + return this->IsDialogMessage(pMsg);
1242 + if(!this->m_bInPlaceActive)
1286 (m_pT->*m_pFunc)(this, NULL, 0);
1459 + if(this->m_hWnd != NULL) // should be cleared in WindowProc
1477 + const MSG* pMsg = this->m_pCurrentMsg;
1504 + T::GetWndClassInfo().m_lpszOrigName = this->GetWndClassName();
1505 + ATOM atom = T::GetWndClassInfo().Register(&(this->m_pfnSuperWindowProc));