Home
last modified time | relevance | path

Searched refs:HRESULT (Results 1 – 25 of 267) sorted by relevance

1234567891011

/AOO42X/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl40 [id(82), helpstring("method inBool")] HRESULT inBool([in]VARIANT_BOOL val);
41 [id(1), helpstring("method inByte")] HRESULT inByte([in] unsigned char val);
42 [id(2), helpstring("method inShort")] HRESULT inShort([in] short val);
43 [id(3), helpstring("method inLong")] HRESULT inLong([in] long val);
44 [id(4), helpstring("method inString")] HRESULT inString([in] BSTR val);
45 [id(5), helpstring("method inFloat")] HRESULT inFloat([in] float val);
46 [id(6), helpstring("method inDouble")] HRESULT inDouble([in] double val);
47 [id(7), helpstring("method inVariant")] HRESULT inVariant([in] VARIANT val);
48 [id(8), helpstring("method inArray")] HRESULT inArray([in] SAFEARRAY(VARIANT) val);
49 [id(9), helpstring("method inObject")] HRESULT inObject([in] IDispatch* val);
[all …]
H A DBasic.cpp96 HRESULT hr = VariantChangeType(&varDest, &varSource, 0, VT_BSTR); in inDouble()
108 HRESULT hr = S_OK; in inArray()
158 HRESULT hr = S_OK; in inoutString()
184 HRESULT hr = S_OK; in inoutVariant()
197 HRESULT hr = S_OK; in inoutArray()
264 HRESULT hr = S_OK; in outVariant()
272 HRESULT hr = S_OK; in outArray()
390 HRESULT hr = S_OK; in get_prpVariant()
406 HRESULT hr = S_OK; in get_prpArray()
414 HRESULT hr = S_OK; in put_prpArray()
[all …]
/AOO42X/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl40 [id(1), helpstring("method func1")] HRESULT func1();
41 …[id(2), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** pp…
42 [id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
43 …[id(4), helpstring("method outValuesMixed")] HRESULT outValuesMixed([in] long val, [out] long* pva…
44 …[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] ID…
56 [id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
57 [id(7), helpstring("method outEnum")] HRESULT outEnum([out] long* outEnum);
58 … [id(8), helpstring("method outSeqAny")] HRESULT outSeqAny([out] SAFEARRAY( VARIANT)* outSeq);
59 [id(9), helpstring("method outAny")] HRESULT outAny([out] VARIANT* outAny);
60 [id(10), helpstring("method outBool")] HRESULT outBool([out]VARIANT_BOOL* outBool);
[all …]
/AOO42X/main/avmedia/source/win/
H A Dinterface.hxx35 virtual HRESULT __stdcall get_Filter(
37 virtual HRESULT __stdcall put_Filter(
39 virtual HRESULT __stdcall get_OutputStreams(
41 virtual HRESULT __stdcall get_CurrentStream(
43 virtual HRESULT __stdcall put_CurrentStream(
45 virtual HRESULT __stdcall get_StreamType(
47 virtual HRESULT __stdcall get_StreamTypeB(
49 virtual HRESULT __stdcall get_StreamLength(
51 virtual HRESULT __stdcall get_Filename(
53 virtual HRESULT __stdcall put_Filename(
[all …]
/AOO42X/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx80 HRESULT InprocEmbedDocument_Impl::Init() in Init()
130 HRESULT hr = m_pDefHandler->QueryInterface( IID_IOleObject, (void**)&pOleObject ); in CheckDefHandler()
197 HRESULT hr = OleCreateDefaultHandler( m_guid, NULL, IID_IUnknown, (void**)&m_pDefHandler ); in CheckDefHandler()
513 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in IsDirty()
530 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in InitNew()
564 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in Load()
604 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in Save()
630 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in SaveCompleted()
668 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistStorage, (void**)&pPersist ); in HandsOffStorage()
695 HRESULT hr = m_pDefHandler->QueryInterface( IID_IPersistFile, (void**)&pPersist ); in Load()
[all …]
/AOO42X/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx126 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvObject…
129 virtual HRESULT STDMETHODCALLTYPE Read(void *pv, ULONG cb, ULONG *pcbRead);
130 virtual HRESULT STDMETHODCALLTYPE Write(void const *pv, ULONG cb, ULONG *pcbWritten);
131 …virtual HRESULT STDMETHODCALLTYPE Seek(LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *pli…
132 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER libNewSize);
133 …virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead…
134 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD grfCommitFlags);
135 virtual HRESULT STDMETHODCALLTYPE Revert(void);
136 …virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dw…
137 …virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD …
[all …]
/AOO42X/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl37 [id(1), helpstring("method Put_XAccName")] HRESULT Put_XAccName(const OLECHAR* pszName);
38 [id(2), helpstring("method Put_XAccRole")] HRESULT Put_XAccRole(unsigned short pRole);
39 [id(3), helpstring("method DecreaseState")] HRESULT DecreaseState(DWORD pXSate);
40 [id(4), helpstring("method IncreaseState")] HRESULT IncreaseState(DWORD pXSate);
41 …[id(5), helpstring("method Put_XDescription")] HRESULT Put_XAccDescription(const OLECHAR* pszDescr…
42 … [id(6), helpstring("method Put_XAccValue")] HRESULT Put_XAccValue(const OLECHAR* pszAccValue);
43 [id(7), helpstring("method SetState")] HRESULT SetState(DWORD pXSate);
44 … [id(8), helpstring("method Put_XAccLocation")] HRESULT Put_XAccLocation(const Location sLocation);
45 [id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID);
46 … [id(10), helpstring("method Put_XAccParent")] HRESULT Put_XAccParent(IMAccessible* pIParent);
[all …]
/AOO42X/main/extensions/source/activex/msidl/
H A Dso_activex.idl54 HRESULT getWindowHandle( [in] SAFEARRAY(VARIANT) procId,
59 HRESULT getToolkit( [out,retval] IDispatch** retVal );
62 HRESULT setPointer( [in] IDispatch* xPointer );
65 HRESULT setBackground( [in] int nColor );
68 HRESULT invalidate( [in] short );
71 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
74 HRESULT dispose();
77 HRESULT addEventListener( [in] IDispatch* xListener );
80 HRESULT removeEventListener( [in] IDispatch* xListener );
83 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
[all …]
/AOO42X/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp54 HRESULT ExecuteFunc( IDispatch* idispUnoObject, in ExecuteFunc()
64 HRESULT hr = idispUnoObject->GetIDsOfNames( IID_NULL, &sFuncName, 1, LOCALE_USER_DEFAULT, &id); in ExecuteFunc()
75 HRESULT GetIDispByFunc( IDispatch* idispUnoObject, in GetIDispByFunc()
85 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc()
96 HRESULT PutPropertiesToIDisp( IDispatch* pdispObject, in PutPropertiesToIDisp()
104HRESULT hr = pdispObject->GetIDsOfNames( IID_NULL, &sMemberNames[ind], 1, LOCALE_USER_DEFAULT, &id… in PutPropertiesToIDisp()
126HRESULT hr = CoCreateInstance( clsFactory, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&mpDispF… in CSOActiveX()
148 HRESULT CSOActiveX::Cleanup() in Cleanup()
190 HRESULT hr = pPropBag->QueryInterface( IID_IPropertyBag2, (void**)&pPropBag2 ); in Load()
217 HRESULT* hvs = new HRESULT[aNum]; in Load()
[all …]
H A DSOComWindowPeer.h71 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getWindowHandle( in getWindowHandle()
80 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getToolkit( in getToolkit()
87 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setPointer( in setPointer()
93 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setBackground( in setBackground()
99 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidate( in invalidate()
105 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidateRect( in invalidateRect()
112 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE dispose( void) in dispose()
117 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE addEventListener( in addEventListener()
123 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE removeEventListener( in removeEventListener()
129 …virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Bridge_implementedInterfaces( in get_Bridge_implementedInterfaces()
H A DSOActiveX.h141 HRESULT OnDrawAdvanced(ATL_DRAWINFO& di);
142 HRESULT OnDraw(ATL_DRAWINFO& di) { return S_OK; } in OnDraw()
144 HRESULT CreateFrameOldWay( HWND hwnd, int width, int height );
145 HRESULT GetUnoStruct( OLECHAR* sStructName, CComPtr<IDispatch>& pdispResult );
146 HRESULT LoadURLToFrame();
147 HRESULT ShowSomeBars();
148 HRESULT HideAllBars();
149 HRESULT CallDispatch1PBool( OLECHAR* sUrl, OLECHAR* sArgName, BOOL sArgVal );
150 HRESULT GetUrlStruct( OLECHAR* sUrl, CComPtr<IDispatch>& pdispUrl );
151 HRESULT Cleanup();
/AOO42X/main/extensions/source/activex/main/
H A DSOActiveX.cpp44 void OutputError_Impl( HWND hw, HRESULT ErrorCode ) in OutputError_Impl()
61 HRESULT ExecuteFunc( IDispatch* idispUnoObject, in ExecuteFunc()
71 HRESULT hr = idispUnoObject->GetIDsOfNames( IID_NULL, &sFuncName, 1, LOCALE_USER_DEFAULT, &id); in ExecuteFunc()
89 HRESULT GetIDispByFunc( IDispatch* idispUnoObject, in GetIDispByFunc()
99 HRESULT hr = ExecuteFunc( idispUnoObject, sFuncName, params, count, &result ); in GetIDispByFunc()
110 HRESULT PutPropertiesToIDisp( IDispatch* pdispObject, in PutPropertiesToIDisp()
118HRESULT hr = pdispObject->GetIDsOfNames( IID_NULL, &sMemberNames[ind], 1, LOCALE_USER_DEFAULT, &id… in PutPropertiesToIDisp()
128 HRESULT GetPropertiesFromIDisp( IDispatch* pdispObject, in GetPropertiesFromIDisp()
136HRESULT hr = pdispObject->GetIDsOfNames( IID_NULL, &sMemberNames[ind], 1, LOCALE_USER_DEFAULT, &id… in GetPropertiesFromIDisp()
161HRESULT hr = CoCreateInstance( clsFactory, NULL, CLSCTX_ALL, __uuidof(IDispatch), (void**)&mpDispF… in CSOActiveX()
[all …]
H A DSOActiveX.h175 HRESULT OnDrawAdvanced(ATL_DRAWINFO& di);
176 HRESULT OnDraw(ATL_DRAWINFO& di);
178 HRESULT SetLayoutManagerProps();
179 HRESULT CreateFrameOldWay( HWND hwnd, int width, int height );
180 HRESULT GetUnoStruct( OLECHAR* sStructName, CComPtr<IDispatch>& pdispResult );
181 HRESULT LoadURLToFrame();
182HRESULT CallDispatchMethod( OLECHAR* sUrl, CComVariant* sArgNames, CComVariant* sArgVal, unsigned …
183 HRESULT CallLoadComponentFromURL1PBool( OLECHAR* sUrl, OLECHAR* sArgName, BOOL sArgVal );
184 HRESULT GetUrlStruct( OLECHAR* sUrl, CComPtr<IDispatch>& pdispUrl );
185 HRESULT Cleanup();
[all …]
H A DSODispatchInterceptor.h95 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getSlaveDispatchProvider( in getSlaveDispatchProvider()
102 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setSlaveDispatchProvider( in setSlaveDispatchProvider()
109 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getMasterDispatchProvider( in getMasterDispatchProvider()
116 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setMasterDispatchProvider( in setMasterDispatchProvider()
123 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE queryDispatch(
129 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE queryDispatches(
133 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE dispatch(
137 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE addStatusListener(
141 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE removeStatusListener(
145 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getInterceptedURLs(
[all …]
H A DSOComWindowPeer.h74 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getWindowHandle( in getWindowHandle()
83 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE getToolkit( in getToolkit()
90 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setPointer( in setPointer()
96 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setBackground( in setBackground()
102 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidate( in invalidate()
108 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE invalidateRect( in invalidateRect()
115 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE dispose( void) in dispose()
120 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE addEventListener( in addEventListener()
126 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE removeEventListener( in removeEventListener()
132 …virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Bridge_implementedInterfaces( in get_Bridge_implementedInterfaces()
/AOO42X/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx97 HRESULT STDMETHODCALLTYPE CPropertyHdl::QueryInterface(REFIID riid, void __RPC_FAR *__RPC_FAR *ppvO… in QueryInterface()
150 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetCount( DWORD *pcProps ) in GetCount()
152 HRESULT hr = E_UNEXPECTED; in GetCount()
162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt()
164 HRESULT hr = E_UNEXPECTED; in GetAt()
174 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetValue( REFPROPERTYKEY key, PROPVARIANT *pPropVar ) in GetValue()
176 HRESULT hr = E_UNEXPECTED; in GetValue()
186 HRESULT STDMETHODCALLTYPE CPropertyHdl::SetValue( REFPROPERTYKEY key, REFPROPVARIANT propVar ) in SetValue()
188 HRESULT hr = E_UNEXPECTED; in SetValue()
197 HRESULT STDMETHODCALLTYPE CPropertyHdl::Commit() in Commit()
[all …]
/AOO42X/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx111 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(&varSrc)); in OLEVariant()
118 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))); in OLEVariant()
137 HRESULT eRet = ::VariantClear(this); in ~OLEVariant()
197 HRESULT rs = SafeArrayPutElement(parray,&i,&nData); in OLEVariant()
205 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))); in operator =()
214 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(&varSrc)); in operator =()
225 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(pSrc)); in operator =()
234 HRESULT eRet = VariantClear(this); in setByte()
242 HRESULT eRet = VariantClear(this); in setInt16()
250 HRESULT eRet = VariantClear(this); in setInt32()
[all …]
/AOO42X/main/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx61 HRESULT hr = CreateStreamOnHGlobal( 0, KEEP_HGLOB_ON_RELEASE, &pStm ); in CAPNDataObject()
67 HRESULT hr_marshal = CoMarshalInterface( in CAPNDataObject()
108 HRESULT hr = CreateStreamOnHGlobal(m_hGlobal, FREE_HGLOB_ON_RELEASE, &pStm); in ~CAPNDataObject()
131 HRESULT hr = E_NOINTERFACE; in QueryInterface()
175 HRESULT hr = m_rIDataObjectOrg->GetData( pFormatetc, pmedium ); in GetData()
194 HRESULT hr = m_rIDataObjectOrg->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc()
213 HRESULT hr = m_rIDataObjectOrg->QueryGetData( pFormatetc ); in QueryGetData()
232 HRESULT hr = m_rIDataObjectOrg->GetDataHere(pFormatetc, pmedium); in GetDataHere()
251 HRESULT hr = m_rIDataObjectOrg->GetCanonicalFormatEtc( pFormatectIn, pFormatetcOut ); in GetCanonicalFormatEtc()
270 HRESULT hr = m_rIDataObjectOrg->SetData( pFormatetc, pmedium, fRelease ); in SetData()
[all …]
/AOO42X/main/shell/inc/internal/
H A Dpropertyhdl.hxx53 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
62 virtual HRESULT STDMETHODCALLTYPE GetCount( DWORD *pcProps );
63 virtual HRESULT STDMETHODCALLTYPE GetAt( DWORD iProp, PROPERTYKEY *pkey );
64 virtual HRESULT STDMETHODCALLTYPE GetValue( REFPROPERTYKEY key, PROPVARIANT *pPropVar );
65 virtual HRESULT STDMETHODCALLTYPE SetValue( REFPROPERTYKEY key, REFPROPVARIANT propVar );
66 virtual HRESULT STDMETHODCALLTYPE Commit();
71 virtual HRESULT STDMETHODCALLTYPE IsPropertyWritable( REFPROPERTYKEY key );
76 virtual HRESULT STDMETHODCALLTYPE Initialize(IStream *pStream, DWORD grfMode);
80 HRESULT GetItemData( CMetaInfoReader *pMetaInfoReader, UINT nIndex, PROPVARIANT *pVarData );
96 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
[all …]
H A Dinfotips.hxx48 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
60 virtual HRESULT STDMETHODCALLTYPE GetInfoTip(DWORD dwFlags, wchar_t** ppwszTip);
62 virtual HRESULT STDMETHODCALLTYPE GetInfoFlags(DWORD *pdwFlags);
68 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
74 virtual HRESULT STDMETHODCALLTYPE IsDirty(void);
76 virtual HRESULT STDMETHODCALLTYPE Load(
80 virtual HRESULT STDMETHODCALLTYPE Save(
84 virtual HRESULT STDMETHODCALLTYPE SaveCompleted(
87 virtual HRESULT STDMETHODCALLTYPE GetCurFile(
H A Dthumbviewer.hxx54 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
66 virtual HRESULT STDMETHODCALLTYPE Extract(HBITMAP *phBmpImage);
68 virtual HRESULT STDMETHODCALLTYPE GetLocation(
80 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
86 virtual HRESULT STDMETHODCALLTYPE IsDirty();
88 virtual HRESULT STDMETHODCALLTYPE Load(
92 virtual HRESULT STDMETHODCALLTYPE Save(
96 virtual HRESULT STDMETHODCALLTYPE SaveCompleted(
99 virtual HRESULT STDMETHODCALLTYPE GetCurFile(
/AOO42X/main/extensions/source/ole/
H A Dunoobjw.hxx142 virtual HRESULT STDMETHODCALLTYPE GetDispID(
147 virtual /* [local] */ HRESULT STDMETHODCALLTYPE InvokeEx(
156 virtual HRESULT STDMETHODCALLTYPE DeleteMemberByName(
160 virtual HRESULT STDMETHODCALLTYPE DeleteMemberByDispID(
163 virtual HRESULT STDMETHODCALLTYPE GetMemberProperties(
168 virtual HRESULT STDMETHODCALLTYPE GetMemberName(
172 virtual HRESULT STDMETHODCALLTYPE GetNextDispID(
177 virtual HRESULT STDMETHODCALLTYPE GetNameSpaceParent(
201 virtual HRESULT doInvoke( DISPPARAMS * pdispparams, VARIANT * pvarResult,
204 virtual HRESULT doGetProperty( DISPPARAMS * pdispparams, VARIANT * pvarResult,
[all …]
H A Dunoobjw.cxx88 static HRESULT mapCannotConvertException( CannotConvertException e, unsigned int * puArgErr);
132 HRESULT ret= S_OK; in QueryInterface()
185 HRESULT ret= E_FAIL; in getOriginalUnoStruct()
218 HRESULT ret = DISP_E_UNKNOWNNAME; in GetIDsOfNames()
356 HRESULT hr= S_OK; in convertDispparamsArgs()
585 HRESULT hr; in writeBackOutParameter2()
661 HRESULT hr; in writeBackOutParameter()
826 HRESULT ret = S_OK; in Invoke()
906 HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT * pvarResult, in doInvoke()
911 HRESULT ret= S_OK; in doInvoke()
[all …]
/AOO42X/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx83 HRESULT RegisterComComponent(const char* FilePath, const CLSID& Guid) in RegisterComComponent()
97 HRESULT UnregisterComComponent(const CLSID& Guid) in UnregisterComComponent()
104 HRESULT RegisterColumnHandler(const char* ModuleFileName) in RegisterColumnHandler()
119 HRESULT UnregisterColumnHandler() in UnregisterColumnHandler()
130 HRESULT RegisterInfotipHandler(const char* ModuleFileName) in RegisterInfotipHandler()
150 HRESULT UnregisterInfotipHandler() in UnregisterInfotipHandler()
176 HRESULT RegisterPropSheetHandler(const char* ModuleFileName) in RegisterPropSheetHandler()
195 HRESULT UnregisterPropSheetHandler() in UnregisterPropSheetHandler()
225 HRESULT RegisterThumbviewerHandler(const char* ModuleFileName) in RegisterThumbviewerHandler()
246 HRESULT UnregisterThumbviewerHandler() in UnregisterThumbviewerHandler()
[all …]
/AOO42X/main/external/mingwheaders/
H A Dmingw_atl_headers.patch73 - HRESULT hRes = pfnGetClassObject(pfnCreateInstance, IID_IUnknown, (LPVOID*) &p);
74 + HRESULT hRes = pfnGetClassObject((LPVOID)pfnCreateInstance, IID_IUnknown, (LPVOID*…
121HRESULT CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_…
143HRESULT CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_…
160 HRESULT QueryInterface(Q** pp)
175 + HRESULT &hRes=*reinterpret_cast<HRESULT*>(pData);
181 HRESULT Init() throw()
183 HRESULT hRes = S_OK;
471 static HRESULT WINAPI _Cache(void* pv, REFIID iid, void** ppvObject, DWORD_PTR dw)\
475 HRESULT hRes = E_FAIL; \
[all …]

1234567891011