windows::Win32::System::ComponentServices

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

pub const fn new<Identity: ICOMAdminCatalog2_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.