pub trait SecurityProperty_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn GetDirectCallerName(&self) -> Result<BSTR>;
    fn GetDirectCreatorName(&self) -> Result<BSTR>;
    fn GetOriginalCallerName(&self) -> Result<BSTR>;
    fn GetOriginalCreatorName(&self) -> Result<BSTR>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§