pub trait IDeskBand2_Impl: Sized + IDeskBand_Impl {
    // Required methods
    fn CanRenderComposited(&self) -> Result<BOOL>;
    fn SetCompositionState(&self, fcompositionenabled: BOOL) -> Result<()>;
    fn GetCompositionState(&self) -> Result<BOOL>;
}

Required Methods§

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

fn SetCompositionState(&self, fcompositionenabled: BOOL) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§