Struct ISecurityCallContext_Vtbl
#[repr(C)]pub struct ISecurityCallContext_Vtbl {
pub base__: IDispatch_Vtbl,
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 IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IsUserInRole: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§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
§IsCallerInRole: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IsUserInRole: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl ISecurityCallContext_Vtbl
impl ISecurityCallContext_Vtbl
pub const fn new<Identity: ISecurityCallContext_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISecurityCallContext_Vtbl
impl RefUnwindSafe for ISecurityCallContext_Vtbl
impl Send for ISecurityCallContext_Vtbl
impl Sync for ISecurityCallContext_Vtbl
impl Unpin for ISecurityCallContext_Vtbl
impl UnwindSafe for ISecurityCallContext_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