ILTDVDBurner::GetDriveDiscTypeCount Example for C++

void OnGetDriveDiscTypeCount(ILTDVDBurner* pBurner)
{
   long lCount;
   pBurner->GetDriveDiscTypeCount(0, &lCount);
}