[python-win32] Accessing Interfaces

2009-02-20 Thread Te-jé Rodgers
I don’t know if I’m in the right place. Basically I’m doing some messing about in the Windows API which has been going fine so far, but then I noticed most of the newer APIs require interfaces, like this one: http://msdn.microsoft.com/en-us/library/dd368183(VS.85).aspx. I’d like to know how I

Re: [python-win32] Accessing Interfaces

2009-02-20 Thread Tim Roberts
Te-jé Rodgers wrote: I don’t know if I’m in the right place. Basically I’m doing some messing about in the Windows API which has been going fine so far, but then I noticed most of the newer APIs require interfaces, like this one: http://msdn.microsoft.com/en-us/library/dd368183(VS.85).aspx

Re: [python-win32] Accessing Interfaces

2009-02-20 Thread Tim Roberts
Te-jé Rodgers wrote: Could you point me to an example of how to use COM interfaces with pywin32? I've skimmed the documentation but it seems to be geared at someone who already knows what he's doing. It's not really all that complicated, in general, because PyWin32 automatically

Re: [python-win32] Accessing Interfaces

2009-02-20 Thread Te-jé Rodgers
I think you may be right, but I always dread working with C++. Thanks for the help anyway. -Original Message- From: Tim Roberts [mailto:t...@probo.com] Sent: Friday, February 20, 2009 6:57 PM To: Python-Win32 List Subject: Re: [python-win32] Accessing Interfaces Te-jé Rodgers wrote:

Re: [python-win32] Accessing Interfaces

2009-02-20 Thread Dahlstrom, Roger
That would be Python. -Original Message- From: python-win32-bounces+rdahlstrom=directedge@python.org [mailto:python-win32-bounces+rdahlstrom=directedge@python.org] On Behalf Of Te-jé Rodgers Sent: Friday, February 20, 2009 6:20 PM To: python-win32@python.org Subject: Re: