ILTDVDBurner::get_DiscType Example for C++

void OnDiscType(ILTDVDBurner* pBurner)
{
   long lDiscType;
   pBurner->get_DiscType(&lDiscType);
}