windows::Win32::System::Antimalware

Trait IAntimalware2_Impl

pub trait IAntimalware2_Impl: IAntimalware_Impl {
    // Required method
    fn Notify(
        &self,
        buffer: *const c_void,
        length: u32,
        contentname: &PCWSTR,
        appname: &PCWSTR,
    ) -> Result<AMSI_RESULT>;
}

Required Methods§

fn Notify( &self, buffer: *const c_void, length: u32, contentname: &PCWSTR, appname: &PCWSTR, ) -> Result<AMSI_RESULT>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§