Trait windows::Win32::System::Antimalware::IAntimalwareProvider2_Impl
pub trait IAntimalwareProvider2_Impl: Sized + IAntimalwareProvider_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>
Object Safety§
This trait is not object safe.