3 HRESULT
ExecuteFunc( IDispatch
* idispUnoObject
,
7 CComVariant
* pResult
);
9 HRESULT
GetIDispByFunc( IDispatch
* idispUnoObject
,
13 CComPtr
<IDispatch
>& pdispResult
);
15 HRESULT
PutPropertiesToIDisp( IDispatch
* pdispObject
,
16 OLECHAR
** sMemberNames
,
17 CComVariant
* pVariant
,
20 HRESULT
GetPropertiesFromIDisp( IDispatch
* pdispObject
,
21 OLECHAR
** sMemberNames
,
22 CComVariant
* pVariant
,