[ export, helpstring("Boot image MediaType enumeration") ]
enum SBX_MEDIA_TYPE {
SBX_ELTORITO_MEDIA_CUSTOM = 0,
SBX_ELTORITO_MEDIA_FLOPPY120,
SBX_ELTORITO_MEDIA_FLOPPY144,
SBX_ELTORITO_MEDIA_FLOPPY288,
SBX_ELTORITO_MEDIA_HARDDISK
};This is record SBX_MEDIA_TYPE.
|
Members |
Description |
|
SBX_ELTORITO_MEDIA_CUSTOM = 0 |
Custom bootable media emulation |
|
SBX_ELTORITO_MEDIA_FLOPPY120 |
1.2 MB floppy bootable media emulation |
|
SBX_ELTORITO_MEDIA_FLOPPY144 |
1.44 MB floppy bootable media emulation |
|
SBX_ELTORITO_MEDIA_FLOPPY288 |
2.88 MB floppy bootable media emulation |
|
SBX_ELTORITO_MEDIA_HARDDISK |
Hard disk bootable media emulatio |
JolietImage.h
|
Copyright 2004-2006 by RocketDivision.com
|
|
What do you think about this topic? Send feedback!
|