Struct IFsrmReportManager_Vtbl
#[repr(C)]pub struct IFsrmReportManager_Vtbl {
pub base__: IDispatch_Vtbl,
pub EnumReportJobs: unsafe extern "system" fn(_: *mut c_void, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT,
pub CreateReportJob: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetReportJob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetOutputDirectory: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: *mut *mut c_void) -> HRESULT,
pub SetOutputDirectory: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: *mut c_void) -> HRESULT,
pub IsFilterValidForReportType: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: *mut VARIANT_BOOL) -> HRESULT,
pub GetDefaultFilter: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: *mut VARIANT) -> HRESULT,
pub SetDefaultFilter: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: VARIANT) -> HRESULT,
pub GetReportSizeLimit: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportLimit, _: *mut VARIANT) -> HRESULT,
pub SetReportSizeLimit: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportLimit, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§EnumReportJobs: unsafe extern "system" fn(_: *mut c_void, _: FsrmEnumOptions, _: *mut *mut c_void) -> HRESULT
§CreateReportJob: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetReportJob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetOutputDirectory: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: *mut *mut c_void) -> HRESULT
§SetOutputDirectory: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportGenerationContext, _: *mut c_void) -> HRESULT
§IsFilterValidForReportType: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: *mut VARIANT_BOOL) -> HRESULT
§GetDefaultFilter: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: *mut VARIANT) -> HRESULT
§SetDefaultFilter: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportType, _: FsrmReportFilter, _: VARIANT) -> HRESULT
§GetReportSizeLimit: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportLimit, _: *mut VARIANT) -> HRESULT
§SetReportSizeLimit: unsafe extern "system" fn(_: *mut c_void, _: FsrmReportLimit, _: VARIANT) -> HRESULT
Implementations§
§impl IFsrmReportManager_Vtbl
impl IFsrmReportManager_Vtbl
pub const fn new<Identity: IFsrmReportManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmReportManager_Vtbl
impl RefUnwindSafe for IFsrmReportManager_Vtbl
impl Send for IFsrmReportManager_Vtbl
impl Sync for IFsrmReportManager_Vtbl
impl Unpin for IFsrmReportManager_Vtbl
impl UnwindSafe for IFsrmReportManager_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