ILTDVDBurner::get_CurrentDrive Example for C++

void CDVDBurnerDlg::OnCurrentDrive(ILTDVDBurner* pBurner)
{
   long lCurrentDrive;
   pBurner->
get_CurrentDrive (&lCurrentDrive); 
   if (l
CurrentDrive != 0)
      pBurner->put_CurrentDrive (0); 
}