#[repr(C)]
pub struct IFsrmClassificationManager_Vtbl {
Show 28 fields pub base__: IDispatch_Vtbl, pub ClassificationReportFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT, pub SetClassificationReportFormats: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT, pub Logging: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetLogging: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub ClassificationReportMailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetClassificationReportMailTo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub ClassificationReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetClassificationReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub ClassificationLastReportPathWithoutExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub ClassificationLastError: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub ClassificationRunningStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmReportRunningStatus) -> HRESULT, pub EnumPropertyDefinitions: unsafe extern "system" fn(_: *mut c_void, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT, pub CreatePropertyDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetPropertyDefinition: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT, pub EnumRules: unsafe extern "system" fn(_: *mut c_void, _: FsrmRuleType, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT, pub CreateRule: unsafe extern "system" fn(_: *mut c_void, _: FsrmRuleType, _: *mut *mut c_void) -> HRESULT, pub GetRule: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmRuleType, _: *mut *mut c_void) -> HRESULT, pub EnumModuleDefinitions: unsafe extern "system" fn(_: *mut c_void, _: FsrmPipelineModuleType, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT, pub CreateModuleDefinition: unsafe extern "system" fn(_: *mut c_void, _: FsrmPipelineModuleType, _: *mut *mut c_void) -> HRESULT, pub GetModuleDefinition: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmPipelineModuleType, _: *mut *mut c_void) -> HRESULT, pub RunClassification: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: MaybeUninit<BSTR>) -> HRESULT, pub WaitForClassificationCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT, pub CancelClassification: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub EnumFileProperties: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmGetFilePropertyOptions, _: *mut *mut c_void) -> HRESULT, pub GetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: FsrmGetFilePropertyOptions, _: *mut *mut c_void) -> HRESULT, pub SetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT, pub ClearFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§ClassificationReportFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SetClassificationReportFormats: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT§Logging: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetLogging: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ClassificationReportMailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetClassificationReportMailTo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§ClassificationReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetClassificationReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§ClassificationLastReportPathWithoutExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§ClassificationLastError: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§ClassificationRunningStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmReportRunningStatus) -> HRESULT§EnumPropertyDefinitions: unsafe extern "system" fn(_: *mut c_void, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT§CreatePropertyDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetPropertyDefinition: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT§EnumRules: unsafe extern "system" fn(_: *mut c_void, _: FsrmRuleType, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT§CreateRule: unsafe extern "system" fn(_: *mut c_void, _: FsrmRuleType, _: *mut *mut c_void) -> HRESULT§GetRule: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmRuleType, _: *mut *mut c_void) -> HRESULT§EnumModuleDefinitions: unsafe extern "system" fn(_: *mut c_void, _: FsrmPipelineModuleType, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT§CreateModuleDefinition: unsafe extern "system" fn(_: *mut c_void, _: FsrmPipelineModuleType, _: *mut *mut c_void) -> HRESULT§GetModuleDefinition: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmPipelineModuleType, _: *mut *mut c_void) -> HRESULT§RunClassification: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: MaybeUninit<BSTR>) -> HRESULT§WaitForClassificationCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT§CancelClassification: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§EnumFileProperties: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: FsrmGetFilePropertyOptions, _: *mut *mut c_void) -> HRESULT§GetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: FsrmGetFilePropertyOptions, _: *mut *mut c_void) -> HRESULT§SetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT§ClearFileProperty: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT

Implementations§

§

impl IFsrmClassificationManager_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IFsrmClassificationManager_Impl, const OFFSET: isize>( ) -> IFsrmClassificationManager_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.