Struct IObjectContext_Vtbl
#[repr(C)]pub struct IObjectContext_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub SetComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisableCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsInTransaction: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§SetComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetAbort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnableCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DisableCommit: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsInTransaction: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IObjectContext_Vtbl
impl IObjectContext_Vtbl
pub const fn new<Identity: IObjectContext_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectContext_Vtbl
impl RefUnwindSafe for IObjectContext_Vtbl
impl Send for IObjectContext_Vtbl
impl Sync for IObjectContext_Vtbl
impl Unpin for IObjectContext_Vtbl
impl UnwindSafe for IObjectContext_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