>         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
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to