Struct windows::Win32::System::ClrHosting::IHostSecurityManager_Vtbl
#[repr(C)]pub struct IHostSecurityManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub ImpersonateLoggedOnUser: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub RevertToSelf: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OpenThreadToken: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut HANDLE) -> HRESULT,
pub SetThreadToken: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
pub GetSecurityContext: unsafe extern "system" fn(_: *mut c_void, _: EContextType, _: *mut *mut c_void) -> HRESULT,
pub SetSecurityContext: unsafe extern "system" fn(_: *mut c_void, _: EContextType, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ImpersonateLoggedOnUser: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§RevertToSelf: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OpenThreadToken: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: *mut HANDLE) -> HRESULT
§SetThreadToken: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
§GetSecurityContext: unsafe extern "system" fn(_: *mut c_void, _: EContextType, _: *mut *mut c_void) -> HRESULT
§SetSecurityContext: unsafe extern "system" fn(_: *mut c_void, _: EContextType, _: *mut c_void) -> HRESULT
Implementations§
§impl IHostSecurityManager_Vtbl
impl IHostSecurityManager_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHostSecurityManager_Vtblwhere
Identity: IHostSecurityManager_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHostSecurityManager_Vtbl
impl RefUnwindSafe for IHostSecurityManager_Vtbl
impl Send for IHostSecurityManager_Vtbl
impl Sync for IHostSecurityManager_Vtbl
impl Unpin for IHostSecurityManager_Vtbl
impl UnwindSafe for IHostSecurityManager_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