Hi Sven,
On 11/11/18 7:39 am, Sven Baars wrote:
- IMFMediaEvent_GetExtendedType(mediaevent, &extended_type);
- ok(IsEqualGUID(&extended_type, &GUID_NULL), "got %s\n",
wine_dbgstr_guid(&extended_type));
Can you please add a check of the return value from the
IMFMediaEvent_GetExtendedType.
The same applies to the rest of the tests. Thanks Alistair.