CastTo interface from specified library
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
in client's CastTo method, support looking up the target interface in a caller-specified library (current situation: assuming it will be the same library as the object to be casted, throwing an error if that is not the case). As discussed in the pywin32 mailing list (subject '[python-win32] CastTo interface from other library', Jan 20, 2014).
Old Patches - new patches via https://github.com/mhammond/pywin32/pulls: #136
Great, thanks a lot for your outstanding work!
Pieter
On Sat, 16 Apr 2016 at 06:09 Mark Hammond mhammond@users.sf.net wrote:
Related
Old Patches - new patches via https://github.com/mhammond/pywin32/pulls:
#136Sorry for the delay, but I checked this in as changeset 4393:7a9466f06a9b.
Thanks!