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

2005-09-15 Thread Mark Hammond
> To: python-win32@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 cat

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 refere

[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. [ uuid(10020202-EB1C-11CF-AE6E-00AA004A34D5),