Struct IFileOperationProgressSink_Vtbl
#[repr(C)]pub struct IFileOperationProgressSink_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub StartOperations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub FinishOperations: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub PreRenameItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub PostRenameItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT,
pub PreMoveItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub PostMoveItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT,
pub PreCopyItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub PostCopyItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT,
pub PreDeleteItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub PostDeleteItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT,
pub PreNewItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub PostNewItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: HRESULT, _: *mut c_void) -> HRESULT,
pub UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub ResetTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PauseTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ResumeTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§StartOperations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§FinishOperations: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§PreRenameItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT
§PostRenameItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT
§PreMoveItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
§PostMoveItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT
§PreCopyItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
§PostCopyItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: *mut c_void) -> HRESULT
§PreDeleteItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§PostDeleteItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT
§PreNewItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR) -> HRESULT
§PostNewItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: HRESULT, _: *mut c_void) -> HRESULT
§UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§ResetTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§PauseTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ResumeTimer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFileOperationProgressSink_Vtbl
impl IFileOperationProgressSink_Vtbl
pub const fn new<Identity: IFileOperationProgressSink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileOperationProgressSink_Vtbl
impl RefUnwindSafe for IFileOperationProgressSink_Vtbl
impl Send for IFileOperationProgressSink_Vtbl
impl Sync for IFileOperationProgressSink_Vtbl
impl Unpin for IFileOperationProgressSink_Vtbl
impl UnwindSafe for IFileOperationProgressSink_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