ILTDVDBurner::get_DriveCount Example for C++

void OnDriveCount(ILTDVDBurner* pBurner)
{
   long lCount;
   pBurner->get_DriveCount(&lCount);
}