windows::Win32::System::Ole

Trait IEnterpriseDropTarget_Impl

pub trait IEnterpriseDropTarget_Impl: IUnknownImpl {
    // Required methods
    fn SetDropSourceEnterpriseId(&self, identity: &PCWSTR) -> Result<()>;
    fn IsEvaluatingEdpPolicy(&self) -> Result<BOOL>;
}

Required Methods§

fn SetDropSourceEnterpriseId(&self, identity: &PCWSTR) -> Result<()>

fn IsEvaluatingEdpPolicy(&self) -> Result<BOOL>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§