Struct windows::Win32::System::ClrHosting::ICLRRuntimeInfo_Vtbl
#[repr(C)]pub struct ICLRRuntimeInfo_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub GetVersionString: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT,
pub GetRuntimeDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT,
pub IsLoaded: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut BOOL) -> HRESULT,
pub LoadErrorString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32, _: i32) -> HRESULT,
pub LoadLibraryA: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut HMODULE) -> HRESULT,
pub GetProcAddress: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut *mut c_void) -> HRESULT,
pub GetInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub IsLoadable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetDefaultStartupFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub GetDefaultStartupFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR, _: *mut u32) -> HRESULT,
pub BindAsLegacyV2Runtime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetVersionString: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT
§GetRuntimeDirectory: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT
§IsLoaded: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *mut BOOL) -> HRESULT
§LoadErrorString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32, _: i32) -> HRESULT
§LoadLibraryA: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut HMODULE) -> HRESULT
§GetProcAddress: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut *mut c_void) -> HRESULT
§GetInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§IsLoadable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetDefaultStartupFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§GetDefaultStartupFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR, _: *mut u32) -> HRESULT
§BindAsLegacyV2Runtime: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut u32) -> HRESULT
Implementations§
§impl ICLRRuntimeInfo_Vtbl
impl ICLRRuntimeInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICLRRuntimeInfo_Vtblwhere
Identity: ICLRRuntimeInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICLRRuntimeInfo_Vtbl
impl RefUnwindSafe for ICLRRuntimeInfo_Vtbl
impl Send for ICLRRuntimeInfo_Vtbl
impl Sync for ICLRRuntimeInfo_Vtbl
impl Unpin for ICLRRuntimeInfo_Vtbl
impl UnwindSafe for ICLRRuntimeInfo_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