Trait windows::Win32::System::Ole::IDropSourceNotify_Impl

pub trait IDropSourceNotify_Impl: Sized {
    // Required methods
    fn DragEnterTarget(&self, hwndtarget: HWND) -> Result<()>;
    fn DragLeaveTarget(&self) -> Result<()>;
}

Required Methods§

fn DragEnterTarget(&self, hwndtarget: HWND) -> Result<()>

fn DragLeaveTarget(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§