http://bugs.winehq.org/show_bug.cgi?id=30547
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3cd677958c8deefe457eeb5e305 | |701bf4a4adf95 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/3cd677958c8deefe457eeb5e305...
Thanks Nikolay
--- quote --- It seems that returned moniker is not used, I don't see any BindTo* calls on it. --- quote ---
SHCreateQueryCancelAutoPlayMoniker():
"Creates a QueryCancelAutoPlay class moniker, which can then be used to register the IQueryCancelAutoPlay handler in the running object table (ROT)."
It's fine, the application calls:
-> GetRunningObjectTable() -> ole32.RunningObjectTableImpl_Register() -> CreateBindCtx() -> IrotRegister()
Regards