Struct IFsrmFileManagementJob_Vtbl
#[repr(C)]pub struct IFsrmFileManagementJob_Vtbl {Show 50 fields
pub base__: IFsrmObject_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetNamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub OperationType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmFileManagementType) -> HRESULT,
pub SetOperationType: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileManagementType) -> HRESULT,
pub ExpirationDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetExpirationDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CustomAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Notifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut 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 ReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Formats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetFormats: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub MailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DaysSinceFileCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDaysSinceFileCreated: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DaysSinceFileLastAccessed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDaysSinceFileLastAccessed: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DaysSinceFileLastModified: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetDaysSinceFileLastModified: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub PropertyConditions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FromDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetFromDate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Task: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub RunningStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmReportRunningStatus) -> HRESULT,
pub LastError: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LastReportPathWithoutExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LastRun: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub FileNamePattern: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileNamePattern: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Run: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext) -> HRESULT,
pub WaitForCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AddNotification: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub DeleteNotification: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ModifyNotification: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub CreateNotificationAction: unsafe extern "system" fn(_: *mut c_void, _: i32, _: FsrmActionType, _: *mut *mut c_void) -> HRESULT,
pub EnumNotificationActions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CreatePropertyCondition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateCustomAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IFsrmObject_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§NamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SetNamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§OperationType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmFileManagementType) -> HRESULT§SetOperationType: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileManagementType) -> HRESULT§ExpirationDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetExpirationDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CustomAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Notifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§Logging: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetLogging: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetReportEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Formats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SetFormats: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT§MailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetMailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DaysSinceFileCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDaysSinceFileCreated: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DaysSinceFileLastAccessed: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDaysSinceFileLastAccessed: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DaysSinceFileLastModified: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDaysSinceFileLastModified: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§PropertyConditions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FromDate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetFromDate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§Task: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT§RunningStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmReportRunningStatus) -> HRESULT§LastError: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LastReportPathWithoutExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LastRun: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§FileNamePattern: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFileNamePattern: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Run: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext) -> HRESULT§WaitForCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§AddNotification: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DeleteNotification: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§ModifyNotification: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT§CreateNotificationAction: unsafe extern "system" fn(_: *mut c_void, _: i32, _: FsrmActionType, _: *mut *mut c_void) -> HRESULT§EnumNotificationActions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT§CreatePropertyCondition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateCustomAction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IFsrmFileManagementJob_Vtbl
impl IFsrmFileManagementJob_Vtbl
pub const fn new<Identity: IFsrmFileManagementJob_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmFileManagementJob_Vtbl
impl RefUnwindSafe for IFsrmFileManagementJob_Vtbl
impl Send for IFsrmFileManagementJob_Vtbl
impl Sync for IFsrmFileManagementJob_Vtbl
impl Unpin for IFsrmFileManagementJob_Vtbl
impl UnwindSafe for IFsrmFileManagementJob_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more