https://bugs.winehq.org/show_bug.cgi?id=45169
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi Ulrich, thanks for bugreport.
As far as I tested this, the function actually never returned E_NOTIMPL; It might be better to just implement this what you need (and thus return S_OK). I guess your application is satisfied with S_OK as well (?)
From what you wrote I understand your application calls it with FCS_READ (am I
right about that?). Could you tell me what fcs->dwMask you call it with? Then I`ll add test and try to implement it, shouldn`t be to difficult I think