msdmo: DMOGetTypes() is implemented and not a stub.
This commit is contained in:
parent
c6fcc0255c
commit
8cb3ede419
|
@ -801,9 +801,9 @@ HRESULT WINAPI DMOGetTypes(REFCLSID clsidDMO,
|
||||||
HRESULT ret = S_OK;
|
HRESULT ret = S_OK;
|
||||||
WCHAR szguid[64];
|
WCHAR szguid[64];
|
||||||
|
|
||||||
TRACE ("(%s,%u,%p,%p,%u,%p,%p),stub!\n", debugstr_guid(clsidDMO),
|
TRACE ("(%s,%u,%p,%p,%u,%p,%p)\n", debugstr_guid(clsidDMO), ulInputTypesRequested,
|
||||||
ulInputTypesRequested, pulInputTypesSupplied, pInputTypes,
|
pulInputTypesSupplied, pInputTypes, ulOutputTypesRequested, pulOutputTypesSupplied,
|
||||||
ulOutputTypesRequested, pulOutputTypesSupplied, pOutputTypes);
|
pOutputTypes);
|
||||||
|
|
||||||
if (ERROR_SUCCESS != RegOpenKeyExW(HKEY_CLASSES_ROOT, szDMORootKey, 0,
|
if (ERROR_SUCCESS != RegOpenKeyExW(HKEY_CLASSES_ROOT, szDMORootKey, 0,
|
||||||
KEY_READ, &root))
|
KEY_READ, &root))
|
||||||
|
|
Loading…
Reference in New Issue