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

Zebediah Figura z.figura12 at gmail.com
Tue Mar 13 10:50:32 CDT 2018


On 13/03/18 10:48, Dmitry Timoshkov wrote:
> 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.
> 

Whoops, my bad, I wasn't paying attention. Please ignore that one then.



More information about the wine-devel mailing list