Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5e336f45
Commit
5e336f45
authored
Oct 14, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
parent
f76bea09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
dmoreg.c
dlls/msdmo/dmoreg.c
+7
-5
No files found.
dlls/msdmo/dmoreg.c
View file @
5e336f45
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment