Home
last modified time | relevance | path

Searched refs:uDriveType (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/storage/
H A DWin10StorageProvider.cpp109 UINT uDriveType = GetDriveTypeA(driveLetter.c_str()); in GetRemovableDrives() local
112 (uDriveType == DRIVE_FIXED) ? CMediaSource::SOURCE_TYPE_LOCAL : in GetRemovableDrives()
113 (uDriveType == DRIVE_REMOTE) ? CMediaSource::SOURCE_TYPE_REMOTE : in GetRemovableDrives()
114 (uDriveType == DRIVE_CDROM) ? CMediaSource::SOURCE_TYPE_DVD : in GetRemovableDrives()
207 UINT uDriveType = GetDriveTypeA(strDrive.c_str()); in GetDrivesByType() local
216 if (uDriveType < DRIVE_REMOVABLE || uDriveType > DRIVE_CDROM) in GetDrivesByType()
219 if (eDriveType == LOCAL_DRIVES && uDriveType != DRIVE_FIXED && uDriveType != DRIVE_REMOTE) in GetDrivesByType()
225 if (eDriveType == DVD_DRIVES && uDriveType != DRIVE_CDROM) in GetDrivesByType()
231 if (uDriveType == DRIVE_CDROM && nResult) in GetDrivesByType()
242 switch (uDriveType) in GetDrivesByType()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win32/storage/
H A DWin32StorageProvider.cpp197 UINT uDriveType= GetDriveTypeW( strWdrive.c_str() ); in GetDrivesByType() local
219 if( uDriveType > DRIVE_UNKNOWN && in GetDrivesByType()
220 …riveType == ALL_DRIVES && (uDriveType == DRIVE_FIXED || uDriveType == DRIVE_REMOTE || uDriveType =… in GetDrivesByType()
221 … ( eDriveType == LOCAL_DRIVES && (uDriveType == DRIVE_FIXED || uDriveType == DRIVE_REMOTE)) || in GetDrivesByType()
222 ( eDriveType == REMOVABLE_DRIVES && ( uDriveType == DRIVE_REMOVABLE )) || in GetDrivesByType()
223 ( eDriveType == DVD_DRIVES && ( uDriveType == DRIVE_CDROM )))) in GetDrivesByType()
228 if( uDriveType == DRIVE_CDROM && nResult) in GetDrivesByType()
240 switch(uDriveType) in GetDrivesByType()
263 ( uDriveType == DRIVE_FIXED ) ? CMediaSource::SOURCE_TYPE_LOCAL : in GetDrivesByType()
264 ( uDriveType == DRIVE_REMOTE ) ? CMediaSource::SOURCE_TYPE_REMOTE : in GetDrivesByType()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/libusal/
H A Dscsi-wnt.c204 UINT uDriveType; local
260 uDriveType = GetDriveType(buf);
262 if (uDriveType == DRIVE_CDROM) {
285 if(uDriveType==DRIVE_CDROM && usalp->local) {
319 uDriveType,
/dports/sysutils/genisoimage/cdrkit-1.1.11/libusal/
H A Dscsi-wnt.c204 UINT uDriveType; local
260 uDriveType = GetDriveType(buf);
262 if (uDriveType == DRIVE_CDROM) {
285 if(uDriveType==DRIVE_CDROM && usalp->local) {
319 uDriveType,
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/MSWindows/
H A Dwin32_ioctl.c785 UINT uDriveType; in is_cdrom_win32ioctl()
793 uDriveType = GetDriveType(sz_win32_drive); in is_cdrom_win32ioctl()
795 switch(uDriveType) { in is_cdrom_win32ioctl()
/dports/devel/sunpromake/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/devel/smake/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/net/rscsi/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/archivers/star/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/sysutils/cdrtools/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/libscg/
H A Dscsi-wnt.c197 UINT uDriveType; local
252 uDriveType = GetDriveType(buf);
254 if (uDriveType == DRIVE_CDROM) {
/dports/editors/ved/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/devel/sccs/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/devel/schilybase/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/sysutils/schilyutils/schily-2021-09-18/libscg/
H A Dscsi-wnt.c203 UINT uDriveType; local
258 uDriveType = GetDriveType(buf);
260 if (uDriveType == DRIVE_CDROM) {
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DSystem_Info.cpp2771 UINT uDriveType = GetDriveType( w ); in Get_Host_FDD_List() local
2774 if( uDriveType == DRIVE_REMOVABLE ) in Get_Host_FDD_List()
2805 UINT uDriveType = GetDriveType( w ); in Get_Host_CDROM_List() local
2808 if( uDriveType == DRIVE_CDROM ) in Get_Host_CDROM_List()