Struct ITransferAdviseSink_Vtbl
#[repr(C)]pub struct ITransferAdviseSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: i32, _: i32, _: i32, _: i32) -> HRESULT,
pub UpdateTransferState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ConfirmOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
pub ConfirmEncryptionLoss: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FileFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: PWSTR, _: u32) -> HRESULT,
pub SubStreamFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT) -> HRESULT,
pub PropertyFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§UpdateProgress: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: i32, _: i32, _: i32, _: i32) -> HRESULT
§UpdateTransferState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ConfirmOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
§ConfirmEncryptionLoss: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FileFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT, _: PWSTR, _: u32) -> HRESULT
§SubStreamFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: HRESULT) -> HRESULT
§PropertyFailure: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT
Implementations§
§impl ITransferAdviseSink_Vtbl
impl ITransferAdviseSink_Vtbl
pub const fn new<Identity: ITransferAdviseSink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITransferAdviseSink_Vtbl
impl RefUnwindSafe for ITransferAdviseSink_Vtbl
impl Send for ITransferAdviseSink_Vtbl
impl Sync for ITransferAdviseSink_Vtbl
impl Unpin for ITransferAdviseSink_Vtbl
impl UnwindSafe for ITransferAdviseSink_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