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
0d4f3cfb
Commit
0d4f3cfb
authored
Oct 13, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 13, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for VideoCapDriverDescAndVer.
parent
d87a8abb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
msvideo.spec
dlls/msvideo/msvideo.spec
+1
-1
msvideo_main.c
dlls/msvideo/msvideo_main.c
+9
-0
No files found.
dlls/msvideo/msvideo.spec
View file @
0d4f3cfb
...
...
@@ -4,7 +4,7 @@ type win16
2 pascal VideoForWindowsVersion() VideoForWindowsVersion
20 stub VIDEOGETNUMDEVS
21 stub VIDEOGETERRORTEXT
22
stub VIDEOCAPDRIVERDESCANDVER
22
pascal VIDEOCAPDRIVERDESCANDVER(word ptr word ptr word) VideoCapDriverDescAndVer
28 stub VIDEOOPEN
29 stub VIDEOCLOSE
30 stub VIDEODIALOG
...
...
dlls/msvideo/msvideo_main.c
View file @
0d4f3cfb
...
...
@@ -24,6 +24,15 @@ VideoForWindowsVersion(void) {
return
0x040003B6
;
/* 4.950 */
}
/****************************************************************************
* VideoCapDriverDescAndVer [MSVIDEO.22]
*/
DWORD
WINAPI
VideoCapDriverDescAndVer
(
WORD
nr
,
LPVOID
buf1
,
WORD
buf1len
,
LPVOID
buf2
,
WORD
buf2len
)
{
FIXME
(
"(%d,%p,%d,%p,%d), stub!
\n
"
,
nr
,
buf1
,
buf1len
,
buf2
,
buf2len
);
return
0
;
}
/* system.ini: [drivers] */
/**************************************************************************
...
...
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