Francois Gouget : msdmo: Fix a winapi_check documentation warning and improve the documentation a bit .
Module: wine Branch: master Commit: 5e336f45d25f2b15043a5c8e1ca0e59d97aa6b6a URL: http://source.winehq.org/git/wine.git/?a=commit;h=5e336f45d25f2b15043a5c8e1c... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Oct 14 14:35:51 2007 +0200 msdmo: Fix a winapi_check documentation warning and improve the documentation a bit. --- dlls/msdmo/dmoreg.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dlls/msdmo/dmoreg.c b/dlls/msdmo/dmoreg.c index f3b969e..c207a3e 100644 --- a/dlls/msdmo/dmoreg.c +++ b/dlls/msdmo/dmoreg.c @@ -157,7 +157,7 @@ static HRESULT write_types(HKEY hkey, LPCWSTR name, const DMO_PARTIAL_MEDIATYPE* } /*************************************************************** - * DMORegister + * DMORegister (MSDMO.@) * * Register a DirectX Media Object. */ @@ -245,7 +245,7 @@ lend: /*************************************************************** - * DMOUnregister + * DMOUnregister (MSDMO.@) * * Unregister a DirectX Media Object. */ @@ -287,7 +287,7 @@ lend: /*************************************************************** - * DMOGetName + * DMOGetName (MSDMO.@) * * Get DMP Name from the registry */ @@ -668,7 +668,7 @@ static HRESULT WINAPI IEnumDMO_fnClone(IEnumDMO * iface, IEnumDMO **ppEnum) /*************************************************************** - * DMOEnum + * DMOEnum (MSDMO.@) * * Enumerate DirectX Media Objects in the registry. */ @@ -778,7 +778,9 @@ HRESULT read_types(HKEY root, LPCWSTR key, ULONG *supplied, ULONG requested, DMO return ret; } - +/*************************************************************** + * DMOGetTypes (MSDMO.@) + */ HRESULT WINAPI DMOGetTypes(REFCLSID clsidDMO, ULONG ulInputTypesRequested, ULONG* pulInputTypesSupplied,
participants (1)
-
Alexandre Julliard