GATE
Loading...
Searching...
No Matches
storagedrives.h File Reference

physical storage drive info and access utilities More...

Macros

#define GATE_STORAGEDRIVE_TYPE_ALL   0x0000
 
#define GATE_STORAGEDRIVE_TYPE_STANDARD   0x0001
 
#define GATE_STORAGEDRIVE_TYPE_ROM   0x0002
 
#define GATE_STORAGEDRIVE_TYPE_REMOVABLE   0x0004
 
#define GATE_STORAGEDRIVE_TYPE_VIRTUAL   0x0008
 

Detailed Description

physical storage drive info and access utilities

Macro Definition Documentation

◆ GATE_STORAGEDRIVE_TYPE_ALL

#define GATE_STORAGEDRIVE_TYPE_ALL   0x0000

for enum only: return all types

◆ GATE_STORAGEDRIVE_TYPE_STANDARD

#define GATE_STORAGEDRIVE_TYPE_STANDARD   0x0001

Standard drive, hard disk, flash drive

◆ GATE_STORAGEDRIVE_TYPE_ROM

#define GATE_STORAGEDRIVE_TYPE_ROM   0x0002

Read-Only drive, CD-ROM, DVD-ROM, BluRay

◆ GATE_STORAGEDRIVE_TYPE_REMOVABLE

#define GATE_STORAGEDRIVE_TYPE_REMOVABLE   0x0004

Removable storage: Floppy, flash drives, MMC

◆ GATE_STORAGEDRIVE_TYPE_VIRTUAL

#define GATE_STORAGEDRIVE_TYPE_VIRTUAL   0x0008

Virtual storage: RAM-disk, emulation