dmcompos: Use a better error for an unimplemented COM class.

This commit is contained in:
Michael Stefaniuc 2014-01-16 00:42:52 +01:00 committed by Alexandre Julliard
parent 3684578a9f
commit 4f3931eb15

View file

@ -37,7 +37,7 @@ static HRESULT WINAPI create_direct_music_template(REFIID riid, void **ppv, IUnk
{
FIXME("(%p, %s, %p) stub\n", pUnkOuter, debugstr_dmguid(riid), ppv);
return E_NOINTERFACE;
return CLASS_E_CLASSNOTAVAILABLE;
}
/******************************************************************