void OnSpeedName(ILTDVDBurner* pBurner) { BSTR bstrSpeedName; pBurner->GetSpeedName(0, &bstrSpeedName); SysFreeString(bstrSpeedName); }