Home
last modified time | relevance | path

Searched refs:com_ptr_ (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sal/inc/systools/win32/
H A Dcomtools.hxx66 com_ptr_(NULL) in COMReference()
71 com_ptr_(comptr) in COMReference()
78 com_ptr_(comptr) in COMReference()
85 com_ptr_(other.com_ptr_) in COMReference()
92 if (other.com_ptr_) in operator =()
93 other.com_ptr_->AddRef(); in operator =()
95 com_ptr_ = other.com_ptr_; in operator =()
102 com_ptr_ = comptr; in operator =()
117 if (com_ptr_) in QueryInterface()
118 hr = com_ptr_->QueryInterface(iid, reinterpret_cast<LPVOID*>(&ip)); in QueryInterface()
[all …]