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
9536e66d
Commit
9536e66d
authored
Jul 11, 2012
by
Alexandre Goujon
Committed by
Alexandre Julliard
Jul 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Add DVD_DESCRIPTOR_HEADER descriptor structure.
parent
6a1d2f80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
ntddcdvd.h
include/ddk/ntddcdvd.h
+8
-1
No files found.
include/ddk/ntddcdvd.h
View file @
9536e66d
...
...
@@ -113,7 +113,13 @@ typedef struct DVD_READ_STRUCTURE {
/* From 0 to 4 */
UCHAR
LayerNumber
;
}
DVD_READ_STRUCTURE
,
*
PDVD_READ_STRUCTURE
;
}
DVD_READ_STRUCTURE
,
*
PDVD_READ_STRUCTURE
;
typedef
struct
_DVD_DESCRIPTOR_HEADER
{
USHORT
Length
;
UCHAR
Reserved
[
2
];
}
DVD_DESCRIPTOR_HEADER
,
*
PDVD_DESCRIPTOR_HEADER
;
C_ASSERT
(
sizeof
(
DVD_DESCRIPTOR_HEADER
)
==
4
);
typedef
struct
_DVD_LAYER_DESCRIPTOR
{
...
...
@@ -154,6 +160,7 @@ typedef struct _DVD_LAYER_DESCRIPTOR
/* 0 indicates no BCA data */
UCHAR
BCAFlag
:
1
;
}
DVD_LAYER_DESCRIPTOR
,
*
PDVD_LAYER_DESCRIPTOR
;
C_ASSERT
(
sizeof
(
DVD_LAYER_DESCRIPTOR
)
==
17
);
typedef
struct
_DVD_COPYRIGHT_DESCRIPTOR
{
...
...
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