Searched refs:outStruct (Results 1 – 5 of 5) sorted by relevance
98 hr= outStruct( ppSimpleStruct); in outValuesAll()113 STDMETHODIMP CCallback::outStruct(IDispatch **outStruct) in outStruct() argument116 if( !outStruct) in outStruct()145 *outStruct= dispStruct; in outStruct()146 (*outStruct)->AddRef(); in outStruct()293 hr= outStruct( &dispStruct.p); in inoutStruct()
56 [id(6), helpstring("method outStruct")] HRESULT outStruct([out] IDispatch** outStruct);
96 STDMETHOD(outStruct)(/*[out]*/ IDispatch** outStruct);
217 void outStruct( [out] oletest::SimpleStruct outStruct);232 [out] SimpleStruct outStruct ,
1488 xCallback->outStruct( aSimpleStruct); in testInterface()
Completed in 37 milliseconds