Struct ObjectContext_Vtbl
#[repr(C)]pub struct ObjectContext_Vtbl {Show 14 fields
pub base__: IDispatch_Vtbl,
pub CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> 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, _: *mut VARIANT_BOOL) -> HRESULT,
pub IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Security: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ContextInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CreateInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> 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, _: *mut VARIANT_BOOL) -> HRESULT
§IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Security: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ContextInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ObjectContext_Vtbl
impl ObjectContext_Vtbl
pub const fn new<Identity: ObjectContext_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ObjectContext_Vtbl
impl RefUnwindSafe for ObjectContext_Vtbl
impl Send for ObjectContext_Vtbl
impl Sync for ObjectContext_Vtbl
impl Unpin for ObjectContext_Vtbl
impl UnwindSafe for ObjectContext_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