Struct windows::Win32::UI::Shell::IActionProgress_Vtbl
#[repr(C)]pub struct IActionProgress_Vtbl {
pub base__: IUnknown_Vtbl,
pub Begin: unsafe extern "system" fn(_: *mut c_void, _: SPACTION, _: u32) -> HRESULT,
pub UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULT,
pub UpdateText: unsafe extern "system" fn(_: *mut c_void, _: SPTEXT, _: PCWSTR, _: BOOL) -> HRESULT,
pub QueryCancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ResetCancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Begin: unsafe extern "system" fn(_: *mut c_void, _: SPACTION, _: u32) -> HRESULT
§UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64) -> HRESULT
§UpdateText: unsafe extern "system" fn(_: *mut c_void, _: SPTEXT, _: PCWSTR, _: BOOL) -> HRESULT
§QueryCancel: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ResetCancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IActionProgress_Vtbl
impl IActionProgress_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IActionProgress_Vtblwhere
Identity: IActionProgress_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActionProgress_Vtbl
impl RefUnwindSafe for IActionProgress_Vtbl
impl Send for IActionProgress_Vtbl
impl Sync for IActionProgress_Vtbl
impl Unpin for IActionProgress_Vtbl
impl UnwindSafe for IActionProgress_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