IDiscFormat2RawCDEventArgs interface (imapi2.h)

Use this interface to retrieve information about the current write operation.

This interface is passed to the DDiscFormat2RawCDEvents::Update method that you implement.

Inheritance

The IDiscFormat2RawCDEventArgs interface inherits from IWriteEngine2EventArgs. IDiscFormat2RawCDEventArgs also has these types of members:

Methods

The IDiscFormat2RawCDEventArgs interface has these methods.

 
IDiscFormat2RawCDEventArgs::get_CurrentAction

Retrieves the current write action being performed. (IDiscFormat2RawCDEventArgs.get_CurrentAction)
IDiscFormat2RawCDEventArgs::get_ElapsedTime

Retrieves the total elapsed time of the write operation. (IDiscFormat2RawCDEventArgs.get_ElapsedTime)
IDiscFormat2RawCDEventArgs::get_RemainingTime

Retrieves the estimated remaining time of the write operation. (IDiscFormat2RawCDEventArgs.get_RemainingTime)

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2.h

See also

DDiscFormat2RawCDEvents

IWriteEngine2EventArgs