#[repr(C)]
pub struct ITargetInfo_Vtbl {
Show 22 fields pub base__: IUnknown_Vtbl, pub GetTargetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut WcmTargetMode) -> HRESULT, pub SetTargetMode: unsafe extern "system" fn(_: *mut c_void, _: WcmTargetMode) -> HRESULT, pub GetTemporaryStoreLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetTemporaryStoreLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetTargetID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetTargetID: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT, pub GetTargetProcessorArchitecture: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetTargetProcessorArchitecture: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: PCWSTR) -> HRESULT, pub GetEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub ExpandTarget: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub ExpandTargetPath: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetModulePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT, pub LoadModule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut HMODULE) -> HRESULT, pub SetWow64Context: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8) -> HRESULT, pub TranslateWow64: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetSchemaHiveLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetSchemaHiveLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetSchemaHiveMountName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetSchemaHiveMountName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetTargetMode: unsafe extern "system" fn(_: *mut c_void, _: *mut WcmTargetMode) -> HRESULT§SetTargetMode: unsafe extern "system" fn(_: *mut c_void, _: WcmTargetMode) -> HRESULT§GetTemporaryStoreLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetTemporaryStoreLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetTargetID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetTargetID: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT§GetTargetProcessorArchitecture: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetTargetProcessorArchitecture: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: PCWSTR) -> HRESULT§GetEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExpandTarget: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT§ExpandTargetPath: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetModulePath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§LoadModule: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut HMODULE) -> HRESULT§SetWow64Context: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const u8) -> HRESULT§TranslateWow64: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetSchemaHiveLocation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetSchemaHiveLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetSchemaHiveMountName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetSchemaHiveMountName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT

Implementations§

§

impl ITargetInfo_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> ITargetInfo_Vtbl
where Identity: ITargetInfo_Impl + IUnknownImpl,

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>,

§

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>,

§

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.