ZylBurner.NET

Burner.Burn Method 

burns CD / DVD using the specified burner drive. The type of the disk is specified in the DiskType property.

[Visual Basic]
Public Function Burn( _
   ByVal Drive As Char _
) As Integer
[C#]
public int Burn(
   char Drive
);

Parameters

Drive
drive letter of the recorder

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