PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
primo::burner::BlockDeviceOpenFlags Namespace Reference

Flags used with the BlockDevice::Open method. More...

Enumerations

enum  Enum {
  Read = 0x01,
  Write = 0x02,
  Format = 0x04
}
 BlockDeviceOpenFlags::Enum. More...
 

Detailed Description

Flags used with the BlockDevice::Open method.

Enumeration Type Documentation

enum Enum

BlockDeviceOpenFlags::Enum.

Enumerator
Read 

Indicates that the device should be opened for reading.

Write 

Indicates that the device should be opened for sequential data writing.

Format 

Indicates that the Open method should also format the disc.

Currently only a quick format is performed. This flag is ignored if the media is not DVD+RW or Restricted Overwrite DVD-RW.