IDiscFormat2DataEventArgs interface (imapi2.h)

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

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

Inheritance

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

Methods

The IDiscFormat2DataEventArgs interface has these methods.

 
IDiscFormat2DataEventArgs::get_CurrentAction

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

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

Retrieves the estimated remaining time of the write operation. (IDiscFormat2DataEventArgs.get_RemainingTime)
IDiscFormat2DataEventArgs::get_TotalTime

Retrieves the estimated total time for write operation.

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

DDiscFormat2DataEvents

IDiscFormat2Data

IWriteEngine2EventArgs