Commit 5e336f45 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.

parent f76bea09
...@@ -157,7 +157,7 @@ static HRESULT write_types(HKEY hkey, LPCWSTR name, const DMO_PARTIAL_MEDIATYPE* ...@@ -157,7 +157,7 @@ static HRESULT write_types(HKEY hkey, LPCWSTR name, const DMO_PARTIAL_MEDIATYPE*
} }
/*************************************************************** /***************************************************************
* DMORegister * DMORegister (MSDMO.@)
* *
* Register a DirectX Media Object. * Register a DirectX Media Object.
*/ */
...@@ -245,7 +245,7 @@ lend: ...@@ -245,7 +245,7 @@ lend:
/*************************************************************** /***************************************************************
* DMOUnregister * DMOUnregister (MSDMO.@)
* *
* Unregister a DirectX Media Object. * Unregister a DirectX Media Object.
*/ */
...@@ -287,7 +287,7 @@ lend: ...@@ -287,7 +287,7 @@ lend:
/*************************************************************** /***************************************************************
* DMOGetName * DMOGetName (MSDMO.@)
* *
* Get DMP Name from the registry * Get DMP Name from the registry
*/ */
...@@ -668,7 +668,7 @@ static HRESULT WINAPI IEnumDMO_fnClone(IEnumDMO * iface, IEnumDMO **ppEnum) ...@@ -668,7 +668,7 @@ static HRESULT WINAPI IEnumDMO_fnClone(IEnumDMO * iface, IEnumDMO **ppEnum)
/*************************************************************** /***************************************************************
* DMOEnum * DMOEnum (MSDMO.@)
* *
* Enumerate DirectX Media Objects in the registry. * Enumerate DirectX Media Objects in the registry.
*/ */
...@@ -778,7 +778,9 @@ HRESULT read_types(HKEY root, LPCWSTR key, ULONG *supplied, ULONG requested, DMO ...@@ -778,7 +778,9 @@ HRESULT read_types(HKEY root, LPCWSTR key, ULONG *supplied, ULONG requested, DMO
return ret; return ret;
} }
/***************************************************************
* DMOGetTypes (MSDMO.@)
*/
HRESULT WINAPI DMOGetTypes(REFCLSID clsidDMO, HRESULT WINAPI DMOGetTypes(REFCLSID clsidDMO,
ULONG ulInputTypesRequested, ULONG ulInputTypesRequested,
ULONG* pulInputTypesSupplied, ULONG* pulInputTypesSupplied,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment