| /trunk/main/shell/source/win32/shlxthandler/prophdl/ |
| H A D | propertyhdl.cxx | 104 IUnknown* pUnk = static_cast<IPropertyStore*>(this); in QueryInterface() local 105 pUnk->AddRef(); in QueryInterface() 106 *ppvObject = pUnk; in QueryInterface() 112 IUnknown* pUnk = static_cast<IPropertyStore*>(this); in QueryInterface() local 113 pUnk->AddRef(); in QueryInterface() 114 *ppvObject = pUnk; in QueryInterface() 120 IUnknown* pUnk = static_cast<IInitializeWithStream*>(this); in QueryInterface() local 121 pUnk->AddRef(); in QueryInterface() 122 *ppvObject = pUnk; in QueryInterface() 351 IUnknown* pUnk = this; in QueryInterface() local [all …]
|
| /trunk/main/shell/source/win32/shlxthandler/ |
| H A D | classfactory.cxx | 75 IUnknown* pUnk = this; in QueryInterface() local 76 pUnk->AddRef(); in QueryInterface() 77 *ppvObject = pUnk; in QueryInterface() 119 IUnknown* pUnk = 0; in CreateInstance() local 122 pUnk = static_cast<IShellExtInit*>(new CPropertySheet()); in CreateInstance() 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() [all …]
|
| H A D | shlxthdl.cxx | 403 IUnknown* pUnk = new CClassFactory(rclsid); in DllGetClassObject() local 404 if (0 == pUnk) in DllGetClassObject() 407 *ppv = pUnk; in DllGetClassObject()
|
| /trunk/main/shell/source/win32/shlxthandler/thumbviewer/ |
| H A D | thumbviewer.cxx | 174 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/propsheets/ |
| H A D | propsheets.cxx | 90 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/shell/source/win32/shlxthandler/infotips/ |
| H A D | infotips.cxx | 72 IUnknown* pUnk = 0; in QueryInterface() local 76 pUnk = static_cast<IQueryInfo*>(this); in QueryInterface() 77 pUnk->AddRef(); in QueryInterface() 78 *ppvObject = pUnk; in QueryInterface() 83 pUnk = static_cast<IPersistFile*>(this); in QueryInterface() 84 pUnk->AddRef(); in QueryInterface() 85 *ppvObject = pUnk; in QueryInterface()
|
| /trunk/main/shell/source/win32/shlxthandler/columninfo/ |
| H A D | columninfo.cxx | 83 IUnknown* pUnk = static_cast<IColumnProvider*>(this); in QueryInterface() local 84 pUnk->AddRef(); in QueryInterface() 85 *ppvObject = pUnk; in QueryInterface()
|
| /trunk/main/avmedia/source/win/ |
| H A D | framegrabber.cxx | 175 if( aMediaType.pUnk != NULL ) in grabFrame() 177 aMediaType.pUnk->Release(); in grabFrame() 178 aMediaType.pUnk = NULL; in grabFrame()
|
| /trunk/main/extensions/test/ole/OleClient/ |
| H A D | funcs.cxx | 94 Reference<XInvocation> convertComObject( IUnknown* pUnk) in convertComObject() argument 101 CComVariant var( pUnk); in convertComObject()
|
| H A D | clientTest.cxx | 63 Reference<XInvocation> convertComObject( IUnknown* pUnk);
|
| /trunk/main/extensions/source/ole/ |
| H A D | unoconversionutilities.hxx | 188 Sequence<Type> getImplementedInterfaces(IUnknown* pUnk); 2339 Sequence<Type> UnoConversionUtilities<T>::getImplementedInterfaces(IUnknown* pUnk) in getImplementedInterfaces() argument 2342 CComDispatchDriver disp( pUnk); in getImplementedInterfaces()
|
| H A D | oleobjw.cxx | 954 CComPtr<IUnknown> pUnk(pParamObject->GetUnknown()); in invokeWithDispIdUnoTlb() local 956 CComQIPtr<IDispatch, &__uuidof(IDispatch)> pDisp( pUnk); in invokeWithDispIdUnoTlb() 958 CComQIPtr<IDispatch> pDisp( pUnk); in invokeWithDispIdUnoTlb()
|
| /trunk/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 118 return AtlAdvise(p, pUnk, iid, pdw); 140 return AtlAdvise(p, pUnk, iid, pdw);
|