[python-win32] VT_DECIMAL variant

2020-04-14 Thread Nikita Lepetukhin
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,

[python-win32] (no subject)

2020-04-14 Thread Nikita Lepetukhin
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,