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
eb273de9
Commit
eb273de9
authored
Aug 22, 2001
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Aug 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing IIDs.
parent
2b81ece3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
control.h
include/control.h
+18
-0
uuid.c
ole/uuid.c
+1
-0
No files found.
include/control.h
View file @
eb273de9
...
...
@@ -22,6 +22,24 @@ typedef struct IQueueCommand IQueueCommand;
typedef
struct
IRegFilterInfo
IRegFilterInfo
;
typedef
struct
IVideoWindow
IVideoWindow
;
/* GUIDs */
DEFINE_GUID
(
IID_IAMCollection
,
0x56A868B9
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IAMStats
,
0xBC9BCF80
,
0xDCD2
,
0x11D2
,
0xAB
,
0xF6
,
0x00
,
0xA0
,
0xC9
,
0x05
,
0xF3
,
0x75
);
DEFINE_GUID
(
IID_IBasicAudio
,
0x56A868B3
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IBasicVideo
,
0x56A868B5
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IBasicVideo2
,
0x329BB360
,
0xF6EA
,
0x11D1
,
0x90
,
0x38
,
0x00
,
0xA0
,
0xC9
,
0x69
,
0x72
,
0x98
);
DEFINE_GUID
(
IID_IDeferredCommand
,
0x56A868B8
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IFilterInfo
,
0x56A868BA
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IMediaControl
,
0x56A868B1
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IMediaEvent
,
0x56A868B6
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IMediaEventEx
,
0x56A868C0
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IMediaPosition
,
0x56A868B2
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IMediaTypeInfo
,
0x56A868BC
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IPinInfo
,
0x56A868BD
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IQueueCommand
,
0x56A868B7
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IRegFilterInfo
,
0x56A868BB
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
DEFINE_GUID
(
IID_IVideoWindow
,
0x56A868B4
,
0x0AD4
,
0x11CE
,
0xB0
,
0x3A
,
0x00
,
0x20
,
0xAF
,
0x0B
,
0xA7
,
0x70
);
#ifndef __WINE_REFTIME_DEFINED_
#define __WINE_REFTIME_DEFINED_
...
...
ole/uuid.c
View file @
eb273de9
...
...
@@ -50,6 +50,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
/* for dshow */
#include "strmif.h"
#include "control.h"
#include "uuids.h"
/* GUIDs not declared in an exported header file */
...
...
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