19 Aug
2022
19 Aug
'22
6:35 p.m.
On 8/19/22 07:55, Nikolay Sivov wrote:
+static HRESULT WINAPI filter_get_service_GetService(IMFGetService *iface, REFGUID service, REFIID riid, void **obj) +{ + FIXME("%p, %s, %s, %p.\n", iface, debugstr_guid(service), debugstr_guid(riid), obj); + + return E_NOTIMPL; +}
Can you please trace argument names, as elsewhere in DirectShow?