pub trait IUIAutomationDropTargetPattern_Impl: Sized {
    // Required methods
    fn CurrentDropTargetEffect(&self) -> Result<BSTR>;
    fn CachedDropTargetEffect(&self) -> Result<BSTR>;
    fn CurrentDropTargetEffects(&self) -> Result<*mut SAFEARRAY>;
    fn CachedDropTargetEffects(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

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

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

fn CurrentDropTargetEffects(&self) -> Result<*mut SAFEARRAY>

fn CachedDropTargetEffects(&self) -> Result<*mut SAFEARRAY>

Object Safety§

This trait is not object safe.

Implementors§