[python-win32] win32com events using native interfaces

2005-09-15 Thread Michael Zuercher
I have a COM object that sends events. Rather that have the source interface be 'dispinterface' in the IDL, it is just 'interface'. Is there a way to catch events from this interface using win32com? The IDL for the coclass is below for reference. [

Re: [python-win32] win32com events using native interfaces

2005-09-15 Thread Thomas Heller
Michael Zuercher [EMAIL PROTECTED] writes: I have a COM object that sends events. Rather that have the source interface be 'dispinterface' in the IDL, it is just 'interface'. Is there a way to catch events from this interface using win32com? The IDL for the coclass is below for reference.

Re: [python-win32] win32com events using native interfaces

2005-09-15 Thread Mark Hammond
@python.org Subject: [python-win32] win32com events using native interfaces I have a COM object that sends events. Rather that have the source interface be 'dispinterface' in the IDL, it is just 'interface'. Is there a way to catch events from this interface using win32com? The IDL