void OnInputPath(ILTDVDBurner* pBurner) { BSTR bstrInputPath; pBurner->get_InputPath(&bstrInputPath); SysFreeString(bstrInputPath); }