Struct ICrmLogControl_Vtbl
#[repr(C)]pub struct ICrmLogControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub TransactionUOW: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RegisterCompensator: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> HRESULT,
pub WriteLogRecordVariants: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
pub ForceLog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ForgetLogRecord: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ForceTransactionToAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WriteLogRecord: unsafe extern "system" fn(_: *mut c_void, _: *const BLOB, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§TransactionUOW: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RegisterCompensator: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> HRESULT
§WriteLogRecordVariants: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
§ForceLog: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ForgetLogRecord: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ForceTransactionToAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WriteLogRecord: unsafe extern "system" fn(_: *mut c_void, _: *const BLOB, _: u32) -> HRESULT
Implementations§
§impl ICrmLogControl_Vtbl
impl ICrmLogControl_Vtbl
pub const fn new<Identity: ICrmLogControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICrmLogControl_Vtbl
impl RefUnwindSafe for ICrmLogControl_Vtbl
impl Send for ICrmLogControl_Vtbl
impl Sync for ICrmLogControl_Vtbl
impl Unpin for ICrmLogControl_Vtbl
impl UnwindSafe for ICrmLogControl_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