Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
796c33c5
Commit
796c33c5
authored
Dec 06, 2009
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Dec 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some definitions to ks.h.
parent
72e7e399
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
1 deletion
+43
-1
ks.h
include/ks.h
+43
-1
No files found.
include/ks.h
View file @
796c33c5
...
...
@@ -19,6 +19,48 @@
#ifndef _KS_
#define _KS_
/* FIXME dummy placeholder for now */
typedef
union
tagKSIDENTIFIER
{
struct
{
GUID
Set
;
ULONG
Id
;
ULONG
Flags
;
}
DUMMYSTRUCTNAME
;
LONGLONG
Alignment
;
}
KSIDENTIFIER
;
typedef
KSIDENTIFIER
KSPROPERTY
,
*
PKSPROPERTY
,
KSMETHOD
,
*
PKSMETHOD
,
KSEVENT
,
*
PKSEVENT
;
typedef
enum
{
KSPIN_DATAFLOW_IN
=
1
,
KSPIN_DATAFLOW_OUT
}
KSPIN_DATAFLOW
,
*
PKSPIN_DATAFLOW
;
#define KSDATAFORMAT_BIT_TEMPORAL_COMPRESSION 0
#define KSDATAFORMAT_BIT_ATTRIBUTES 1
#define KSDATAFORMAT_TEMPORAL_COMPRESSION (1 << 0)
#define KSDATAFORMAT_ATTRIBUTES 1 (1 << 1)
#define KSDATARANGE_BIT_ATTRIBUTES 1
#define KSDATARANGE_BIT_REQUIRED_ATTRIBUTES 2
#define KSDATARANGE_ATTRIBUTES (1 << 1)
#define KSDATARANGE_REQUIRED_ATTRIBUTES (1 << 2)
typedef
union
unionKSDATAFORMAT
{
struct
{
ULONG
FormatSize
;
ULONG
Flags
;
ULONG
SampleSize
;
ULONG
Reserved
;
GUID
MajorFormat
;
GUID
SubFormat
;
GUID
Specifier
;
}
DUMMYSTRUCTNAME
;
LONGLONG
Alignment
;
}
KSDATAFORMAT
,
*
PKSDATAFORMAT
,
KSDATARANGE
,
*
PKSDATARANGE
;
#endif
/* _KS_ */
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