Struct IFileOperation_Vtbl
#[repr(C)]pub struct IFileOperation_Vtbl {Show 21 fields
pub base__: IUnknown_Vtbl,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetOperationFlags: unsafe extern "system" fn(_: *mut c_void, _: FILEOPERATION_FLAGS) -> HRESULT,
pub SetProgressMessage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetProgressDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetOwnerWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub ApplyPropertiesToItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ApplyPropertiesToItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RenameItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub RenameItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub MoveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub MoveItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CopyItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub CopyItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub DeleteItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub DeleteItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NewItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub PerformOperations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetAnyOperationsAborted: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetOperationFlags: unsafe extern "system" fn(_: *mut c_void, _: FILEOPERATION_FLAGS) -> HRESULT
§SetProgressMessage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetProgressDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetOwnerWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§ApplyPropertiesToItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ApplyPropertiesToItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RenameItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§RenameItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
§MoveItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§MoveItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§CopyItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§CopyItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§DeleteItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§DeleteItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NewItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: *mut c_void) -> HRESULT
§PerformOperations: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetAnyOperationsAborted: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IFileOperation_Vtbl
impl IFileOperation_Vtbl
pub const fn new<Identity: IFileOperation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileOperation_Vtbl
impl RefUnwindSafe for IFileOperation_Vtbl
impl Send for IFileOperation_Vtbl
impl Sync for IFileOperation_Vtbl
impl Unpin for IFileOperation_Vtbl
impl UnwindSafe for IFileOperation_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