Struct ICOMAdminCatalog2_Vtbl
#[repr(C)]pub struct ICOMAdminCatalog2_Vtbl {Show 32 fields
pub base__: ICOMAdminCatalog_Vtbl,
pub GetCollectionByQuery2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut *mut c_void) -> HRESULT,
pub GetApplicationInstanceIDFromProcessID: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub ShutdownApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
pub PauseApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
pub ResumeApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
pub RecycleApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT,
pub AreApplicationInstancesPaused: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut VARIANT_BOOL) -> HRESULT,
pub DumpApplicationInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub IsApplicationInstanceDumpSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub CreateServiceForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub DeleteServiceForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPartitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCurrentPartition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CurrentPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentPartitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GlobalPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FlushPartitionCache: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CopyApplications: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub CopyComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub MoveComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT,
pub AliasComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsSafeToDelete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut COMAdminInUse) -> HRESULT,
pub ImportUnconfiguredComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT,
pub PromoteUnconfiguredComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT,
pub ImportComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT,
pub Is64BitCatalogServer: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub ExportPartition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationExportOptions) -> HRESULT,
pub InstallPartition: 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 QueryApplicationFile2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetComponentVersionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: ICOMAdminCatalog_Vtbl
§GetCollectionByQuery2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut *mut c_void) -> HRESULT
§GetApplicationInstanceIDFromProcessID: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§ShutdownApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
§PauseApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
§ResumeApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
§RecycleApplicationInstances: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: i32) -> HRESULT
§AreApplicationInstancesPaused: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *mut VARIANT_BOOL) -> HRESULT
§DumpApplicationInstance: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§IsApplicationInstanceDumpSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§CreateServiceForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§DeleteServiceForApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPartitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetCurrentPartition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CurrentPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentPartitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GlobalPartitionID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FlushPartitionCache: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CopyApplications: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT
§CopyComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT
§MoveComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut c_void) -> HRESULT
§AliasComponent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§IsSafeToDelete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut COMAdminInUse) -> HRESULT
§ImportUnconfiguredComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT
§PromoteUnconfiguredComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT
§ImportComponents: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT
§Is64BitCatalogServer: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§ExportPartition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationExportOptions) -> HRESULT
§InstallPartition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: COMAdminApplicationInstallOptions, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§QueryApplicationFile2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetComponentVersionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl ICOMAdminCatalog2_Vtbl
impl ICOMAdminCatalog2_Vtbl
pub const fn new<Identity: ICOMAdminCatalog2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICOMAdminCatalog2_Vtbl
impl RefUnwindSafe for ICOMAdminCatalog2_Vtbl
impl Send for ICOMAdminCatalog2_Vtbl
impl Sync for ICOMAdminCatalog2_Vtbl
impl Unpin for ICOMAdminCatalog2_Vtbl
impl UnwindSafe for ICOMAdminCatalog2_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