Struct ICLRRuntimeHost_Vtbl
#[repr(C)]pub struct ICLRRuntimeHost_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetHostControl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetCLRControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnloadAppDomain: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub ExecuteInAppDomain: unsafe extern "system" fn(_: *mut c_void, _: u32, _: FExecuteInAppDomainCallback, _: *const c_void) -> HRESULT,
pub GetCurrentAppDomainId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ExecuteApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const PCWSTR, _: u32, _: *const PCWSTR, _: *mut i32) -> HRESULT,
pub ExecuteInDefaultAppDomain: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetHostControl: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetCLRControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§UnloadAppDomain: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT
§ExecuteInAppDomain: unsafe extern "system" fn(_: *mut c_void, _: u32, _: FExecuteInAppDomainCallback, _: *const c_void) -> HRESULT
§GetCurrentAppDomainId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ExecuteApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const PCWSTR, _: u32, _: *const PCWSTR, _: *mut i32) -> HRESULT
§ExecuteInDefaultAppDomain: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT
Implementations§
§impl ICLRRuntimeHost_Vtbl
impl ICLRRuntimeHost_Vtbl
pub const fn new<Identity: ICLRRuntimeHost_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRRuntimeHost_Vtbl
impl RefUnwindSafe for ICLRRuntimeHost_Vtbl
impl Send for ICLRRuntimeHost_Vtbl
impl Sync for ICLRRuntimeHost_Vtbl
impl Unpin for ICLRRuntimeHost_Vtbl
impl UnwindSafe for ICLRRuntimeHost_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