d3drm: Fix IDirect3DRMFrame2::QueryInterface returning incorrect HRESULT.
This commit is contained in:
parent
fbde8fc0f0
commit
415b7c1fec
@ -483,8 +483,8 @@ static HRESULT WINAPI d3drm_frame2_QueryInterface(IDirect3DRMFrame2 *iface, REFI
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
*out = NULL;
|
*out = NULL;
|
||||||
WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
|
WARN("%s not implemented, returning CLASS_E_CLASSNOTAVAILABLE.\n", debugstr_guid(riid));
|
||||||
return E_NOINTERFACE;
|
return CLASS_E_CLASSNOTAVAILABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
IUnknown_AddRef((IUnknown *)*out);
|
IUnknown_AddRef((IUnknown *)*out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user