Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
b94fabfb
Commit
b94fabfb
authored
13 years ago
by
Dan Kegel
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: ntddcdvd.h structure naming, packing fixes.
parent
3a5ee027
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ddk/ntddcdvd.h
+5
-3
5 additions, 3 deletions
include/ddk/ntddcdvd.h
with
5 additions
and
3 deletions
include/ddk/ntddcdvd.h
+
5
−
3
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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment