Searched refs:IOCTL_DVD_READ_STRUCTURE (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | volume.c | 1076 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1097 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1106 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1113 ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, NULL, sizeof(DVD_READ_STRUCTURE), in test_dvd_read_structure() 1123 ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, i, in test_dvd_read_structure() 1136 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1144 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1155 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure() 1170 …ret = DeviceIoControl(handle, IOCTL_DVD_READ_STRUCTURE, &dvdReadStructure, sizeof(DVD_READ_STRUCTU… in test_dvd_read_structure()
|
/reactos/sdk/include/reactos/wine/ddk/ |
H A D | ntddcdvd.h | 36 #define IOCTL_DVD_READ_STRUCTURE CTL_CODE(IOCTL_DVD_BASE, 0x0450, METHOD_BUFFERED, FILE_READ_ACC… macro
|
/reactos/sdk/include/psdk/ |
H A D | ntddcdvd.h | 97 #define IOCTL_DVD_READ_STRUCTURE \ macro
|
/reactos/drivers/filesystems/udfs/CDRW/ |
H A D | cdrw_usr.h | 156 #ifndef IOCTL_DVD_READ_STRUCTURE 157 #define IOCTL_DVD_READ_STRUCTURE CTL_CODE(IOCTL_DVD_BASE, 0x0450, METHOD_BUFFERED, FILE_READ_AC… macro
|
/reactos/drivers/filesystems/udfs/ |
H A D | devcntrl.cpp | 299 case IOCTL_DVD_READ_STRUCTURE: in UDFCommonDeviceControl()
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.c | 2137 case IOCTL_DVD_READ_STRUCTURE: in RequestDispatchToSequentialQueue() 3680 case IOCTL_DVD_READ_STRUCTURE: in _IRQL_requires_max_()
|