ZylBurner.NET

Burner.Erase Method 

erases rewritable using the specified burner drive.

[Visual Basic]
Public Function Erase( _
   ByVal Drive As Char, _
   ByVal FullErase As Boolean _
) As Integer
[C#]
public int Erase(
   char Drive,
   bool FullErase
);

Parameters

Drive
drive letter of the recorder
FullErase
If FullErase is true then it will be a full erase, otherwise a quick erase.

Return Value

In synchronous mode in case of successful operation the function returns 0, otherwise returns an error value..

See Also

Burner Class | ZylBurner Namespace