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

2006-10-02 Thread Tim Roberts
Smith, Brian (CR) wrote: >> > > I am new to COM programming and have a question about function > > parameters when implementing a COM object in Python. > > > > After reading "Python Programming on Win32", I have managed to create a > > working COM object, where "working" is defined as "I can use i

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

2006-10-02 Thread Smith, Brian (CR)
Title: Input-only vs. In/Out Function Parameters Hi,   Just thought I'd bump this to see if I could get a response...   Brian   > > I am new to COM programming and have a question about function > parameters when implementing a COM object in Python. > > After reading "Python Programming on Wi