[python-win32] how to access IID_IPropertyStore interface

2021-05-02 Thread Piotr Miedzik
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-

Re: [python-win32] how to access IID_IPropertyStore interface

2021-05-02 Thread Mark Hammond
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_IPrope