pub trait ITMediaRecord_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn SetFileName(&self, bstrfilename: &BSTR) -> Result<()>;
    fn FileName(&self) -> Result<BSTR>;
}

Required Methods§

fn SetFileName(&self, bstrfilename: &BSTR) -> Result<()>

fn FileName(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§