ILTDVDBurner.GetDriveDiscType Example for Visual Basic

Private Sub DriveDiscType()
   Dim lDriveDiscType As Long
   lDriveDiscType = burner.GetDriveDiscType(0, 0) 
End Sub