ILTDVDBurner::GetSpeedValue Example for C++

void OnGetSpeedValue(ILTDVDBurner* pBurner)
{
   long lSpeed;
   pBurner->GetSpeedValue(0, &lSpeed);
}