Home
last modified time | relevance | path

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

/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp40 if( ! ppdisp) in returnInterface()
44 *ppdisp= spDisp; in returnInterface()
45 (*ppdisp)->AddRef(); in returnInterface()
52 if( ! ppdisp) in outInterface()
56 *ppdisp= spDisp; in outInterface()
57 (*ppdisp)->AddRef(); in outInterface()
97 hr= outInterface( ppdisp); in outValuesAll()
262 if( !ppdisp) in inoutInterface()
268 (*ppdisp)->Release(); in inoutInterface()
272 *ppdisp= outDisp; in inoutInterface()
[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);

Completed in 10 milliseconds