Searched defs:CMyComPtr (Results 1 – 1 of 1) sorted by relevance
18 CMyComPtr() { _p = NULL;} in CMyComPtr() function19 CMyComPtr(T* p) {if ((_p = p) != NULL) p->AddRef(); } in CMyComPtr() function20 CMyComPtr(const CMyComPtr<T>& lp) in CMyComPtr() function