[python-win32] OnBeforeNavigate2 - resolution and a question

Mark Hammond mhammond at skippinet.com.au
Thu Nov 27 12:40:10 CET 2008


> Question:
> If I understand correctly this python callback implementation is IE
> implementation dependent. If some new version of IE will start to call
> this callback with [lets say]4 "by_ref" params only. Then this will
> stop work.
> 
> Is it possible to write python code independent of  number "by_ref"
> parameters passed?

In that case, a new interface will be defined, so assuming IE continues to
support the old interfaces (which it generally does), there is no problem.

Cheers,

Mark



More information about the python-win32 mailing list