On 3/05/2021 4:37 am, Piotr Miedzik wrote:
I'm trying to write Jump Lists without PyQt5. In fact I'm rewriting this source https://github.com/qt/qtwinextras/blob/18bee52fe48500bca46de7e47d134940c48b524c/src/winextras/qwinjumplist.cpp#L141 To set title or separator I need to access `IID_IPropertyStore` interface (`{886D8EEB-8CF2-4446-8d02-CDBA1DBDCF99}`)
This is in the win32com.propsys.propsys module: >>> from win32com.propsys import propsys >>> propsys.IID_IPropertyStore IID('{886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99}') Cheers, Mark _______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32