Re: [python-win32] Input-only vs. In/Out Function Parameters

2006-10-04 Thread Smith, Brian (CR)
> > After doing some searching on the web, I had (naively?) thought perhaps> > the answer might be creating a type library that defines the interface.> > ...> > Am I going down the wrong path with this or would it actually help?> > I don't honestly know.  I'm dubious that it will help, becau

Re: [python-win32] Input-only vs. In/Out Function Parameters

2006-10-04 Thread Mark Hammond
> 2) VBA was giving me an error like "Expecting 3 return values, got: 2" > whenever a function contained an [in, out] parameter. It looks like the > extra parameter it is looking for is the HRESULT signifying the success of There should be no need to return a HRESULT - but note that the nominated