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
b94fabfb
Commit
b94fabfb
authored
Jan 23, 2012
by
Dan Kegel
Committed by
Alexandre Julliard
Jan 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: ntddcdvd.h structure naming, packing fixes.
parent
3a5ee027
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
ntddcdvd.h
include/ddk/ntddcdvd.h
+5
-3
No files found.
include/ddk/ntddcdvd.h
View file @
b94fabfb
...
...
@@ -49,6 +49,8 @@ typedef enum {
typedef
ULONG
DVD_SESSION_ID
,
*
PDVD_SESSION_ID
;
#include <pshpack1.h>
typedef
struct
_DVD_COPY_PROTECT_KEY
{
ULONG
KeyLength
;
DVD_SESSION_ID
SessionId
;
...
...
@@ -97,7 +99,7 @@ typedef enum _DVD_STRUCTURE_FORMAT
DvdMaxDescriptor
}
DVD_STRUCTURE_FORMAT
,
*
PDVD_STRUCTURE_FORMAT
;
typedef
struct
_
DVD_READ_STRUCTURE
{
typedef
struct
DVD_READ_STRUCTURE
{
/* Contains an offset to the logical block address of the descriptor to be retrieved. */
LARGE_INTEGER
BlockByteOffset
;
...
...
@@ -151,8 +153,6 @@ typedef struct _DVD_LAYER_DESCRIPTOR
/* 0 indicates no BCA data */
UCHAR
BCAFlag
:
1
;
UCHAR
Reserved6
;
}
DVD_LAYER_DESCRIPTOR
,
*
PDVD_LAYER_DESCRIPTOR
;
typedef
struct
_DVD_COPYRIGHT_DESCRIPTOR
...
...
@@ -186,4 +186,6 @@ typedef struct _DVD_MANUFACTURER_DESCRIPTOR
#define DVD_DISCKEY_SIZE 2048
#define DVD_SECTOR_PROTECTED 0x00000020
#include <poppack.h>
#endif
/* __NTDDCDVD_H */
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