> On Apr 14, 2020, at 7:09 PM, Nikita Lepetukhin wrote:
>
> I use win32com module and everything is ok but I cannot find the way how to
> pass VT_DECIMAL variant value to COM object's method.
> ...
> This is how the interface is described in gencache:
> class IProperty(DispatchBaseClass):
> CL
Hello!
I use win32com module and everything is ok but I cannot find the way how to
pass VT_DECIMAL variant value to COM object's method.
There is a COM interface:
interface IProperty : IDispatch
{
...
[propget, id(DISPID_VALUE)]
HRESULT Value([out, retval] VARIANT* pVal);
[propput, id(DISPID
Hello!
I use win32com module and everything is ok but I cannot find the way how to
pass VT_DECIMAL variant value to COM object's method.
There is a COM interface:
interface IProperty : IDispatch
{
...
[propget, id(DISPID_VALUE)]
HRESULT Value([out, retval] VARIANT* pVal);
[propput, id(DISPID