pub trait IVssWMDependency_Impl: Sized {
    // Required methods
    fn GetWriterId(&self, pwriterid: *mut GUID) -> Result<()>;
    fn GetLogicalPath(&self, pbstrlogicalpath: *mut BSTR) -> Result<()>;
    fn GetComponentName(&self, pbstrcomponentname: *mut BSTR) -> Result<()>;
}

Required Methods§

fn GetWriterId(&self, pwriterid: *mut GUID) -> Result<()>

fn GetLogicalPath(&self, pbstrlogicalpath: *mut BSTR) -> Result<()>

fn GetComponentName(&self, pbstrcomponentname: *mut BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§