[PATCH 5/7] wmp: Add seeking and duration

Dmitry Timoshkov dmitry at baikal.ru
Tue Mar 13 10:48:36 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> wrote:

> >  static HRESULT WINAPI WMPControls_get_isAvailable(IWMPControls *iface, BSTR bstrItem, VARIANT_BOOL *pIsAvailable)
> >  {
> >      WindowsMediaPlayer *This = impl_from_IWMPControls(iface);
> > -    FIXME("(%p)->(%s)\n", This, debugstr_w(bstrItem));
> > -    return E_NOTIMPL;
> > +    static const WCHAR currentPosition[] = {'c','u','r','r','e','n','t','P','o','s','i','t','i','o','n',0};
> > +    TRACE("(%p)->(%s %p)\n", This, debugstr_w(bstrItem), pIsAvailable);
> 
> debugstr_variant(pIsAvailable);

That doesn't seem to be a valid suggestion.

-- 
Dmitry.



More information about the wine-devel mailing list