Struct IUpdateSearcher_Vtbl
#[repr(C)]pub struct IUpdateSearcher_Vtbl {Show 19 fields
pub base__: IDispatch_Vtbl,
pub CanAutomaticallyUpgradeService: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetCanAutomaticallyUpgradeService: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IncludePotentiallySupersededUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIncludePotentiallySupersededUpdates: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub ServerSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut ServerSelection) -> HRESULT,
pub SetServerSelection: unsafe extern "system" fn(_: *mut c_void, _: ServerSelection) -> HRESULT,
pub BeginSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub EndSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EscapeString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryHistory: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub Search: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Online: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetOnline: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub GetTotalHistoryCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CanAutomaticallyUpgradeService: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetCanAutomaticallyUpgradeService: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IncludePotentiallySupersededUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIncludePotentiallySupersededUpdates: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§ServerSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut ServerSelection) -> HRESULT
§SetServerSelection: unsafe extern "system" fn(_: *mut c_void, _: ServerSelection) -> HRESULT
§BeginSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§EndSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EscapeString: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryHistory: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§Search: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Online: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetOnline: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§GetTotalHistoryCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetServiceID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUpdateSearcher_Vtbl
impl IUpdateSearcher_Vtbl
pub const fn new<Identity: IUpdateSearcher_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateSearcher_Vtbl
impl RefUnwindSafe for IUpdateSearcher_Vtbl
impl Send for IUpdateSearcher_Vtbl
impl Sync for IUpdateSearcher_Vtbl
impl Unpin for IUpdateSearcher_Vtbl
impl UnwindSafe for IUpdateSearcher_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