Home
last modified time | relevance | path

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

/AOO42X/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp38 STDMETHODIMP CCallback::returnInterface(IDispatch **ppdisp) in returnInterface() argument
40 if( ! ppdisp) in returnInterface()
44 *ppdisp= spDisp; in returnInterface()
45 (*ppdisp)->AddRef(); in returnInterface()
49 STDMETHODIMP CCallback::outInterface(IDispatch **ppdisp) in outInterface() argument
52 if( ! ppdisp) in outInterface()
56 *ppdisp= spDisp; in outInterface()
57 (*ppdisp)->AddRef(); in outInterface()
75 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppdisp, in outValuesAll() argument
97 hr= outInterface( ppdisp); in outValuesAll()
[all …]
H A DCallback.h69 STDMETHOD(inoutInterface)(/*[in,out]*/ IDispatch** ppdisp);
98 /* [out] */ IDispatch __RPC_FAR *__RPC_FAR *ppdisp,
125 STDMETHOD(outInterface)(/*[out]*/ IDispatch** ppdisp);
126 STDMETHOD(returnInterface)(/*[out, retval]*/ IDispatch** ppdisp);
H A DXCallback_Impl.idl41 …), helpstring("method returnInterface")] HRESULT returnInterface([out, retval] IDispatch** ppdisp);
42 [id(3), helpstring("method outInterface")] HRESULT outInterface([out] IDispatch** ppdisp);
44 …[id(5), helpstring("method outValuesAll")] HRESULT outValuesAll([out] IDispatch** ppdisp, [out] ID…
68 … [id(21), helpstring("method inoutInterface")] HRESULT inoutInterface([in,out] IDispatch** ppdisp);