pProgress
Reference to a variable to be updated with current operation progress. Possible values are:
Value |
Meaning |
LTDVDBurner_Progress_Idle |
[0] No operation is being performed. |
LTDVDBurner_Progress_Initializing |
[1] Performing steps required before starting the actual operation. |
LTDVDBurner_Progress_Writing |
[2] Writing an image to disc. |
LTDVDBurner_Progress_Finalizing |
[3] Finalizing the current operation. |
LTDVDBurner_Progress_Erasing |
[4] Erasing data from the disc. |
LTDVDBurner_Progress_Completed |
[5] Operation completed. |
LTDVDBurner_Progress_Aborted |
[6] Operation aborted due to errors. |