Home
last modified time | relevance | path

Searched refs:DRIVE_CDROM (Results 1 – 25 of 32) sorted by relevance

12

/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98disk.c109 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 DDeviceIoControl.c122 (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 Dmachpc98.h119 #define DRIVE_CDROM 0x04 macro
/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp358 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 Dformat_common.cpp171 case DRIVE_CDROM: in InitDeviceList()
H A Denv_spec_w32.cpp431 case DRIVE_CDROM: in my_retrieve_vol_type()
/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.cpp425 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 Ddrive.cpp599 case DRIVE_CDROM: in FormatDrive()
/reactos/dll/win32/newdev/
H A Dnewdev.c478 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 Dmedia.c711 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 Dformat.c433 case DRIVE_CDROM: in wmain()
/reactos/base/services/eventlog/
H A Deventlog.c508 if (GetDriveTypeW(LogPath) == DRIVE_CDROM) in wmain()
/reactos/dll/win32/kernel32/client/file/
H A Ddisk.c699 return DRIVE_CDROM; in GetDriveTypeW()
/reactos/dll/appcompat/apphelp/
H A Dlayer.c120 return type == DRIVE_REMOVABLE || type == DRIVE_CDROM; in SdbpIsPathOnRemovableMedia()
/reactos/dll/win32/mcicda/
H A Dmcicda.c484 if (GetDriveTypeW(root) != DRIVE_CDROM) in MCICDA_Open()
495 if (GetDriveTypeW(root) == DRIVE_CDROM) in MCICDA_Open()
/reactos/base/applications/cmdutils/fsutil/
H A Dfsinfo.c92 case DRIVE_CDROM: in DriveTypeMain()
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddosfiles.c1160 case DRIVE_CDROM: in DosDeviceIoControlDrive()
H A Ddos.c176 return (DriveType == DRIVE_CDROM); in DosIsFileOnCdRom()
/reactos/modules/rostests/apitests/apphelp/
H A Dlayerapi.c611 return DRIVE_CDROM; in mGetDriveTypeW()
/reactos/modules/rostests/winetests/kernel32/
H A Dvolume.c1194 if(GetDriveTypeA(drive_path) != DRIVE_CDROM) in test_cdrom_ioctl()
/reactos/dll/win32/comdlg32/
H A Dfiledlg31.c301 case DRIVE_CDROM: hIcon = hCDRom; break; in FD31_WMDrawItem()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp814 case DRIVE_CDROM: drivebarBtn.iBitmap = 3; break; in MDIMainFrame()
/reactos/dll/win32/urlmon/
H A Dsec_mgr.c560 case DRIVE_CDROM: in map_security_uri_to_zone()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp1864 return (nType == DRIVE_REMOVABLE || nType == DRIVE_CDROM); in SHIsRemovableDrive()
/reactos/dll/win32/winmm/
H A Dmci.c1776 if (GetDriveTypeW(lpParms->lpstrElementName) != DRIVE_CDROM) { in MCI_Open()

12