ILTDVDBurner::Cancel Example for C++

void OnCancel(ILTDVDBurner* pBurner)
{
   pBurner->Cancel();
}