/reactos/boot/freeldr/freeldr/arch/i386/pc98/ |
H A D | pc98disk.c | 109 else if (DiskDrive->Type != (DRIVE_IDE | DRIVE_CDROM)) in DiskResetController() 188 if (DiskDrive->Type & DRIVE_IDE && DiskDrive->Type & DRIVE_CDROM) in Pc98DiskReadLogicalSectorsLBA() 445 DiskDrive->Type = DRIVE_CDROM; in InitScsiDrive() 512 DiskDrive->Type = DRIVE_IDE | DRIVE_CDROM; in InitIdeDrive() 799 if (DiskDrive->Type & DRIVE_CDROM || DiskDrive->Type & DRIVE_MO) in Pc98InitializeBootDevices()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | DeviceIoControl.c | 122 (DriveType == DRIVE_CDROM && wcsstr(AllocatedMDN->Name, L"\\Device\\CdRom") != NULL)) in QueryDeviceName() 240 (DriveType == DRIVE_CDROM && !CdRomDone)) in START_TEST() 253 CdRomDone = (CdRomDone || (DriveType == DRIVE_CDROM)); in START_TEST()
|
/reactos/boot/freeldr/freeldr/include/arch/i386/ |
H A D | machpc98.h | 119 #define DRIVE_CDROM 0x04 macro
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDrivesFolder.cpp | 358 if (nDriveType == DRIVE_REMOVABLE || nDriveType == DRIVE_CDROM) in DrivesContextMenuCallback() 557 case DRIVE_CDROM: in CDrivesExtractIcon_CreateInstance() 955 if (_ILGetDriveType(apidl[i]) == DRIVE_CDROM) in GetAttributesOf() 1112 case DRIVE_CDROM: in GetDisplayNameOf()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | format_common.cpp | 171 case DRIVE_CDROM: in InitDeviceList()
|
H A D | env_spec_w32.cpp | 431 case DRIVE_CDROM: in my_retrieve_vol_type()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drvdefext.cpp | 425 case DRIVE_CDROM: IconId = IDI_SHELL_CDROM; TypeStrId = IDS_DRIVE_CDROM; break; in InitGeneralPage() 431 if (DriveType == DRIVE_CDROM || DriveType == DRIVE_REMOTE) in InitGeneralPage()
|
H A D | drive.cpp | 599 case DRIVE_CDROM: in FormatDrive()
|
/reactos/dll/win32/newdev/ |
H A D | newdev.c | 478 if (nType == DRIVE_REMOVABLE || nType == DRIVE_CDROM) in PrepareFoldersToScan() 512 if (nType == DRIVE_REMOVABLE || nType == DRIVE_CDROM) in PrepareFoldersToScan()
|
/reactos/dll/win32/msi/ |
H A D | media.c | 711 if (mi->type == DRIVE_CDROM || mi->type == DRIVE_REMOVABLE) in msi_load_media_info() 894 if (!match && (mi->type == DRIVE_CDROM || mi->type == DRIVE_REMOVABLE)) in ready_media()
|
/reactos/base/system/format/ |
H A D | format.c | 433 case DRIVE_CDROM: in wmain()
|
/reactos/base/services/eventlog/ |
H A D | eventlog.c | 508 if (GetDriveTypeW(LogPath) == DRIVE_CDROM) in wmain()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | disk.c | 699 return DRIVE_CDROM; in GetDriveTypeW()
|
/reactos/dll/appcompat/apphelp/ |
H A D | layer.c | 120 return type == DRIVE_REMOVABLE || type == DRIVE_CDROM; in SdbpIsPathOnRemovableMedia()
|
/reactos/dll/win32/mcicda/ |
H A D | mcicda.c | 484 if (GetDriveTypeW(root) != DRIVE_CDROM) in MCICDA_Open() 495 if (GetDriveTypeW(root) == DRIVE_CDROM) in MCICDA_Open()
|
/reactos/base/applications/cmdutils/fsutil/ |
H A D | fsinfo.c | 92 case DRIVE_CDROM: in DriveTypeMain()
|
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | dosfiles.c | 1160 case DRIVE_CDROM: in DosDeviceIoControlDrive()
|
H A D | dos.c | 176 return (DriveType == DRIVE_CDROM); in DosIsFileOnCdRom()
|
/reactos/modules/rostests/apitests/apphelp/ |
H A D | layerapi.c | 611 return DRIVE_CDROM; in mGetDriveTypeW()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | volume.c | 1194 if(GetDriveTypeA(drive_path) != DRIVE_CDROM) in test_cdrom_ioctl()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg31.c | 301 case DRIVE_CDROM: hIcon = hCDRom; break; in FD31_WMDrawItem()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 814 case DRIVE_CDROM: drivebarBtn.iBitmap = 3; break; in MDIMainFrame()
|
/reactos/dll/win32/urlmon/ |
H A D | sec_mgr.c | 560 case DRIVE_CDROM: in map_security_uri_to_zone()
|
/reactos/dll/win32/shlwapi/ |
H A D | propbag.cpp | 1864 return (nType == DRIVE_REMOVABLE || nType == DRIVE_CDROM); in SHIsRemovableDrive()
|
/reactos/dll/win32/winmm/ |
H A D | mci.c | 1776 if (GetDriveTypeW(lpParms->lpstrElementName) != DRIVE_CDROM) { in MCI_Open()
|