pub trait IQueryCancelAutoPlay_Impl: Sized {
    // Required method
    fn AllowAutoPlay(
        &self,
        pszpath: &PCWSTR,
        dwcontenttype: u32,
        pszlabel: &PCWSTR,
        dwserialnumber: u32
    ) -> Result<()>;
}

Required Methods§

fn AllowAutoPlay( &self, pszpath: &PCWSTR, dwcontenttype: u32, pszlabel: &PCWSTR, dwserialnumber: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§