Home | History | Annotate | Download | only in win

Lines Matching full:iunknown

18 // and adds a few IUnknown specific services.
53 // Note that this function equates to IUnknown::Release and should not
94 // IUnknown already has a template version of QueryInterface
109 HRESULT QueryFrom(IUnknown* object) {
115 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL,
124 bool IsSameObject(IUnknown* other) {
131 ScopedComPtr<IUnknown> my_identity;
134 ScopedComPtr<IUnknown> other_identity;
142 // IUnknown methods so that something bad like this doesn't happen:
143 // ScopedComPtr<IUnknown> p(Foo());