windows::Win32::System::Antimalware

Trait IAntimalwareProvider_Impl

pub trait IAntimalwareProvider_Impl: IUnknownImpl {
    // Required methods
    fn Scan(&self, stream: Ref<'_, IAmsiStream>) -> Result<AMSI_RESULT>;
    fn CloseSession(&self, session: u64);
    fn DisplayName(&self) -> Result<PWSTR>;
}

Required Methods§

fn Scan(&self, stream: Ref<'_, IAmsiStream>) -> Result<AMSI_RESULT>

fn CloseSession(&self, session: u64)

fn DisplayName(&self) -> Result<PWSTR>

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§