ILTDVDBurner::get_SystemSupported Example for C

void OnSystemSupported(ILTDVDBurner* pBurner)

L_MULTIMEDIATEX_API void ILTDVDBurner_get_SystemSupported_Example (ILTDVDBurner* pBurner)
{
   VARIANT_BOOL vbSystemSupported;

   ILTDVDBurner_get_SystemSupported (pBurner, &vbSystemSupported); 
}