Home
last modified time | relevance | path

Searched refs:pUnk (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx403 IUnknown* pUnk = new CClassFactory(rclsid); in DllGetClassObject() local
404 if (0 == pUnk) in DllGetClassObject()
407 *ppv = pUnk; in DllGetClassObject()
H A Dclassfactory.cxx75 IUnknown* pUnk = this; in QueryInterface() local
76 pUnk->AddRef(); in QueryInterface()
77 *ppvObject = pUnk; in QueryInterface()
119 IUnknown* pUnk = 0; in CreateInstance() local
125 pUnk = static_cast<IQueryInfo*>(new CInfoTip()); in CreateInstance()
128 pUnk = static_cast<IColumnProvider*>(new CColumnInfo()); in CreateInstance()
131 pUnk = static_cast<IExtractImage*>(new CThumbviewer()); in CreateInstance()
133 POST_CONDITION(pUnk != 0, "Could not create COM object"); in CreateInstance()
135 if (0 == pUnk) in CreateInstance()
138 HRESULT hr = pUnk->QueryInterface(riid, ppvObject); in CreateInstance()
[all …]
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx174 IUnknown* pUnk = 0; in QueryInterface() local
178 pUnk = static_cast<IStream*>(this); in QueryInterface()
179 pUnk->AddRef(); in QueryInterface()
180 *ppvObject = pUnk; in QueryInterface()
322 IUnknown* pUnk = 0; in QueryInterface() local
326 pUnk = static_cast<IPersistFile*>(this); in QueryInterface()
327 pUnk->AddRef(); in QueryInterface()
328 *ppvObject = pUnk; in QueryInterface()
333 pUnk = static_cast<IExtractImage*>(this); in QueryInterface()
334 pUnk->AddRef(); in QueryInterface()
[all …]
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx105 pUnk->AddRef(); in QueryInterface()
106 *ppvObject = pUnk; in QueryInterface()
113 pUnk->AddRef(); in QueryInterface()
114 *ppvObject = pUnk; in QueryInterface()
121 pUnk->AddRef(); in QueryInterface()
122 *ppvObject = pUnk; in QueryInterface()
352 pUnk->AddRef(); in QueryInterface()
395 if (0 == pUnk) in CreateInstance()
401 pUnk->Release(); in CreateInstance()
436 if ( 0 == pUnk ) in DllGetClassObject()
[all …]
/trunk/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx75 IUnknown* pUnk = 0; in QueryInterface() local
79 pUnk = static_cast<IQueryInfo*>(this); in QueryInterface()
80 pUnk->AddRef(); in QueryInterface()
81 *ppvObject = pUnk; in QueryInterface()
86 pUnk = static_cast<IPersistFile*>(this); in QueryInterface()
87 pUnk->AddRef(); in QueryInterface()
88 *ppvObject = pUnk; in QueryInterface()
/trunk/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx83 IUnknown* pUnk = static_cast<IColumnProvider*>(this); in QueryInterface() local
84 pUnk->AddRef(); in QueryInterface()
85 *ppvObject = pUnk; in QueryInterface()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx90 IUnknown* pUnk = 0; in QueryInterface() local
93 pUnk = static_cast<IShellExtInit*>(this); in QueryInterface()
94 pUnk->AddRef(); in QueryInterface()
95 *ppvObject = pUnk; in QueryInterface()
100 pUnk = static_cast<IShellPropSheetExt*>(this); in QueryInterface()
101 pUnk->AddRef(); in QueryInterface()
102 *ppvObject = pUnk; in QueryInterface()
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx954 CComPtr<IUnknown> pUnk(pParamObject->GetUnknown()); in invokeWithDispIdUnoTlb() local
956 CComQIPtr<IDispatch, &__uuidof(IDispatch)> pDisp( pUnk); in invokeWithDispIdUnoTlb()
958 CComQIPtr<IDispatch> pDisp( pUnk); in invokeWithDispIdUnoTlb()
H A Dunoconversionutilities.hxx188 Sequence<Type> getImplementedInterfaces(IUnknown* pUnk);
2339 Sequence<Type> UnoConversionUtilities<T>::getImplementedInterfaces(IUnknown* pUnk) in getImplementedInterfaces() argument
2342 CComDispatchDriver disp( pUnk); in getImplementedInterfaces()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch118 return AtlAdvise(p, pUnk, iid, pdw);
140 return AtlAdvise(p, pUnk, iid, pdw);
/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx63 Reference<XInvocation> convertComObject( IUnknown* pUnk);
H A Dfuncs.cxx94 Reference<XInvocation> convertComObject( IUnknown* pUnk) in convertComObject() argument
101 CComVariant var( pUnk); in convertComObject()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx175 if( aMediaType.pUnk != NULL ) in grabFrame()
177 aMediaType.pUnk->Release(); in grabFrame()
178 aMediaType.pUnk = NULL; in grabFrame()

Completed in 96 milliseconds