Trait windows::Win32::UI::Accessibility::IDragProvider_Impl

pub trait IDragProvider_Impl: Sized {
    // Required methods
    fn IsGrabbed(&self) -> Result<BOOL>;
    fn DropEffect(&self) -> Result<BSTR>;
    fn DropEffects(&self) -> Result<*mut SAFEARRAY>;
    fn GetGrabbedItems(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

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

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

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

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

Object Safety§

This trait is not object safe.

Implementors§