ILTDVDBurner.GetDiscTypeWriteable Example for Visual Basic

Private Sub DiscTypeWriteable()
   Dim bDiscTypeWriteable As Boolean
   bDiscTypeWriteable = burner.GetDiscTypeWriteable (0) 
End Sub