Home
last modified time | relevance | path

Searched refs:write_types (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/msdmo/
H A Ddmoreg.c140 static HRESULT write_types(HKEY hkey, LPCWSTR name, const DMO_PARTIAL_MEDIATYPE* types, DWORD count) in write_types() function
223 hres = write_types(hkey, szDMOInputType, pInTypes, cInTypes); in DMORegister()
226 hres = write_types(hkey, szDMOOutputType, pOutTypes, cOutTypes); in DMORegister()