#[repr(C)]pub struct ISoftDistExt_Vtbl {
pub base__: IUnknown_Vtbl,
pub ProcessSoftDist: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut SOFTDISTINFO) -> HRESULT,
pub GetFirstCodeBase: unsafe extern "system" fn(_: *mut c_void, _: *const PCWSTR, _: *const u32) -> HRESULT,
pub GetNextCodeBase: unsafe extern "system" fn(_: *mut c_void, _: *const PCWSTR, _: *const u32) -> HRESULT,
pub AsyncInstallDistributionUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const c_void, _: u32, _: *const CODEBASEHOLD) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ProcessSoftDist: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut SOFTDISTINFO) -> HRESULT
§GetFirstCodeBase: unsafe extern "system" fn(_: *mut c_void, _: *const PCWSTR, _: *const u32) -> HRESULT
§GetNextCodeBase: unsafe extern "system" fn(_: *mut c_void, _: *const PCWSTR, _: *const u32) -> HRESULT
§AsyncInstallDistributionUnit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const c_void, _: u32, _: *const CODEBASEHOLD) -> HRESULT
Implementations§
§impl ISoftDistExt_Vtbl
impl ISoftDistExt_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISoftDistExt_Vtblwhere
Identity: ISoftDistExt_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISoftDistExt_Vtbl
impl RefUnwindSafe for ISoftDistExt_Vtbl
impl Send for ISoftDistExt_Vtbl
impl Sync for ISoftDistExt_Vtbl
impl Unpin for ISoftDistExt_Vtbl
impl UnwindSafe for ISoftDistExt_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