pub trait IFsrmPathMapper_Impl: Sized + IDispatch_Impl {
    // Required method
    fn GetSharePathsForLocalPath(
        &self,
        localpath: &BSTR
    ) -> Result<*mut SAFEARRAY>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§