pub trait IOverlayNotify2_Impl: Sized + IOverlayNotify_Impl {
    // Required method
    fn OnDisplayChange(&self, hmonitor: HMONITOR) -> Result<()>;
}

Required Methods§

fn OnDisplayChange(&self, hmonitor: HMONITOR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§