burns CD from image file using the specified burner drive.
[Visual Basic]
Public Function BurnImage( _
ByVal
FileName As
String, _
ByVal
Drive As
Char _
) As
Integer
Parameters
-
FileName
- full path of the image file
-
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