Struct ICOMAdminCatalog_Vtbl
#[repr(C)]pub struct ICOMAdminCatalog_Vtbl {Show 27 fields
pub base__: IDispatch_Vtbl,
pub GetCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub MinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetCollectionByQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *mut *mut c_void) -> HRESULT,
pub ImportComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub InstallComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ShutdownApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ExportApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationExportOptions) -> HRESULT,
pub InstallApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationInstallOptions, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub StopRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RefreshRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Reserved1: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Reserved2: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub InstallMultipleComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *const *const SAFEARRAY) -> HRESULT,
pub GetMultipleComponentsInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY) -> HRESULT,
pub RefreshComponents: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub BackupREGDB: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RestoreREGDB: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub QueryApplicationFile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL, _: *mut VARIANT_BOOL, _: *mut *mut SAFEARRAY) -> HRESULT,
pub StartApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceCheck: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub InstallMultipleEventClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *const *const SAFEARRAY) -> HRESULT,
pub InstallEventClass: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetEventClassesForIID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§MinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetCollectionByQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *mut *mut c_void) -> HRESULT
§ImportComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§InstallComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ShutdownApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ExportApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationExportOptions) -> HRESULT
§InstallApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationInstallOptions, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§StopRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RefreshRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StartRouter: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Reserved1: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Reserved2: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§InstallMultipleComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *const *const SAFEARRAY) -> HRESULT
§GetMultipleComponentsInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY) -> HRESULT
§RefreshComponents: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§BackupREGDB: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RestoreREGDB: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§QueryApplicationFile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut VARIANT_BOOL, _: *mut VARIANT_BOOL, _: *mut *mut SAFEARRAY) -> HRESULT
§StartApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ServiceCheck: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§InstallMultipleEventClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const *const SAFEARRAY, _: *const *const SAFEARRAY) -> HRESULT
§InstallEventClass: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetEventClassesForIID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl ICOMAdminCatalog_Vtbl
impl ICOMAdminCatalog_Vtbl
pub const fn new<Identity: ICOMAdminCatalog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICOMAdminCatalog_Vtbl
impl RefUnwindSafe for ICOMAdminCatalog_Vtbl
impl Send for ICOMAdminCatalog_Vtbl
impl Sync for ICOMAdminCatalog_Vtbl
impl Unpin for ICOMAdminCatalog_Vtbl
impl UnwindSafe for ICOMAdminCatalog_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