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
93ed8a06
Commit
93ed8a06
authored
Feb 07, 2012
by
Austin English
Committed by
Alexandre Julliard
Feb 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
parent
d53dc011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
cdrom.c
dlls/ntdll/cdrom.c
+3
-1
No files found.
dlls/ntdll/cdrom.c
View file @
93ed8a06
...
...
@@ -182,6 +182,7 @@ X(IOCTL_SCSI_GET_INQUIRY_DATA)
X
(
IOCTL_SCSI_PASS_THROUGH
)
X
(
IOCTL_SCSI_PASS_THROUGH_DIRECT
)
X
(
IOCTL_STORAGE_CHECK_VERIFY
)
X
(
IOCTL_STORAGE_CHECK_VERIFY2
)
X
(
IOCTL_STORAGE_EJECTION_CONTROL
)
X
(
IOCTL_STORAGE_EJECT_MEDIA
)
X
(
IOCTL_STORAGE_GET_DEVICE_NUMBER
)
...
...
@@ -2857,9 +2858,10 @@ NTSTATUS CDROM_DeviceIoControl(HANDLE hDevice,
switch
(
dwIoControlCode
)
{
case
IOCTL_STORAGE_CHECK_VERIFY
:
case
IOCTL_CDROM_CHECK_VERIFY
:
case
IOCTL_DISK_CHECK_VERIFY
:
case
IOCTL_STORAGE_CHECK_VERIFY
:
case
IOCTL_STORAGE_CHECK_VERIFY2
:
sz
=
0
;
CDROM_ClearCacheEntry
(
dev
);
if
(
lpInBuffer
!=
NULL
||
nInBufferSize
!=
0
||
lpOutBuffer
!=
NULL
||
nOutBufferSize
!=
0
)
...
...
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