Trait IAntimalwareUacProvider_Impl
pub trait IAntimalwareUacProvider_Impl: IUnknownImpl {
// Required methods
fn UacScan(
&self,
context: *const AMSI_UAC_REQUEST_CONTEXT,
) -> Result<AMSI_RESULT>;
fn DisplayName(&self) -> Result<PWSTR>;
}
Required Methods§
fn UacScan( &self, context: *const AMSI_UAC_REQUEST_CONTEXT, ) -> Result<AMSI_RESULT>
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.