> import comtypes.gen.ResultsInterfaces as ResInt > internalView = view.QueryInterface(ResInt.IViewDataView)
ResInt.IViewDataView needs to be converted to either a pywintypes IID
object, or a string in {xxx-xxx-etc} format - but I'm not sure how to
convert between comtypes IIDs and pywintypes IIDs.
Mark
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
