Struct windows::Win32::System::UpdateAgent::IDownloadProgress_Vtbl
#[repr(C)]pub struct IDownloadProgress_Vtbl {
pub base__: IDispatch_Vtbl,
pub CurrentUpdateBytesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT,
pub CurrentUpdateBytesToDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT,
pub CurrentUpdateIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PercentComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub TotalBytesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT,
pub TotalBytesToDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT,
pub GetUpdateResult: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CurrentUpdateDownloadPhase: unsafe extern "system" fn(_: *mut c_void, _: *mut DownloadPhase) -> HRESULT,
pub CurrentUpdatePercentComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§CurrentUpdateBytesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT
§CurrentUpdateBytesToDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT
§CurrentUpdateIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PercentComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§TotalBytesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT
§TotalBytesToDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut DECIMAL) -> HRESULT
§GetUpdateResult: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§CurrentUpdateDownloadPhase: unsafe extern "system" fn(_: *mut c_void, _: *mut DownloadPhase) -> HRESULT
§CurrentUpdatePercentComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IDownloadProgress_Vtbl
impl IDownloadProgress_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDownloadProgress_Vtblwhere
Identity: IDownloadProgress_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDownloadProgress_Vtbl
impl RefUnwindSafe for IDownloadProgress_Vtbl
impl Send for IDownloadProgress_Vtbl
impl Sync for IDownloadProgress_Vtbl
impl Unpin for IDownloadProgress_Vtbl
impl UnwindSafe for IDownloadProgress_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