Struct windows::Win32::System::Com::ISurrogateService_Vtbl
#[repr(C)]pub struct ISurrogateService_Vtbl {
pub base__: IUnknown_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ApplicationLaunch: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: ApplicationType) -> HRESULT,
pub ApplicationFree: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub CatalogRefresh: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ProcessShutdown: unsafe extern "system" fn(_: *mut c_void, _: ShutdownType) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut BOOL) -> HRESULT
§ApplicationLaunch: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: ApplicationType) -> HRESULT
§ApplicationFree: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§CatalogRefresh: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ProcessShutdown: unsafe extern "system" fn(_: *mut c_void, _: ShutdownType) -> HRESULT
Implementations§
§impl ISurrogateService_Vtbl
impl ISurrogateService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISurrogateService_Vtblwhere
Identity: ISurrogateService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISurrogateService_Vtbl
impl RefUnwindSafe for ISurrogateService_Vtbl
impl Send for ISurrogateService_Vtbl
impl Sync for ISurrogateService_Vtbl
impl Unpin for ISurrogateService_Vtbl
impl UnwindSafe for ISurrogateService_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