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

Background Format Status Codes. More...

Enumerations

enum  Enum {
  NotFormatted = 0x00,
  Partial = 0x01,
  Pending = 0x02,
  Completed = 0x03
}
 BgFormatStatus::Enum. More...
 

Detailed Description

Background Format Status Codes.

See Also
Device::bgFormatStatus

Enumeration Type Documentation

enum Enum

BgFormatStatus::Enum.

Enumerator
NotFormatted 

Depending on the current media profile: The disc is neither CD-RW nor DVD+RW.

If disc is CD-RW then background format is not in progress and the disc does not have the MRW format. If disc is DVD+RW then the disc is not formatted and background format is not in progress.

Partial 

A background format was started but is not currently running and is not complete.

Pending 

A background format is in progress.

A format has been started or restarted and is not yet completed.

Completed 

Formatting has completed.

A fully formatted MRW disc or a fully formatted DVD+RW disc is currently mounted.