Struct IFaxOutgoingArchive_Vtbl
#[repr(C)]pub struct IFaxOutgoingArchive_Vtbl {Show 19 fields
pub base__: IDispatch_Vtbl,
pub UseArchive: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetUseArchive: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub ArchiveFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetArchiveFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SizeQuotaWarning: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetSizeQuotaWarning: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub HighQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetHighQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub LowQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLowQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub AgeLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAgeLimit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SizeLow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SizeHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetMessages: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub GetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§UseArchive: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetUseArchive: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§ArchiveFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetArchiveFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SizeQuotaWarning: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetSizeQuotaWarning: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§HighQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetHighQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§LowQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetLowQuotaWaterMark: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§AgeLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAgeLimit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SizeLow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SizeHigh: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetMessages: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§GetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFaxOutgoingArchive_Vtbl
impl IFaxOutgoingArchive_Vtbl
pub const fn new<Identity: IFaxOutgoingArchive_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxOutgoingArchive_Vtbl
impl RefUnwindSafe for IFaxOutgoingArchive_Vtbl
impl Send for IFaxOutgoingArchive_Vtbl
impl Sync for IFaxOutgoingArchive_Vtbl
impl Unpin for IFaxOutgoingArchive_Vtbl
impl UnwindSafe for IFaxOutgoingArchive_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