ILTDVDBurner::get_LastError Example for C++

void OnLastError(ILTDVDBurner* pBurner)
{
   long lLastError;
   pBurner->get_LastError(&lLastError);
}