Struct IPhotoAcquireProgressCB_Vtbl
#[repr(C)]pub struct IPhotoAcquireProgressCB_Vtbl {Show 20 fields
pub base__: IUnknown_Vtbl,
pub Cancelled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub StartEnumeration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FoundItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndEnumeration: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub StartTransfer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StartItemTransfer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub DirectoryCreated: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub UpdateTransferPercent: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: u32) -> HRESULT,
pub EndItemTransfer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT,
pub EndTransfer: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub StartDelete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StartItemDelete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub UpdateDeletePercent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EndItemDelete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT,
pub EndDelete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub EndSession: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub GetDeleteAfterAcquire: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub ErrorAdvise: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: PCWSTR, _: ERROR_ADVISE_MESSAGE_TYPE, _: *mut ERROR_ADVISE_RESULT) -> HRESULT,
pub GetUserInput: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut PROPVARIANT, _: *const PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Cancelled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§StartEnumeration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FoundItem: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EndEnumeration: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§StartTransfer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StartItemTransfer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§DirectoryCreated: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§UpdateTransferPercent: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: u32) -> HRESULT
§EndItemTransfer: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT
§EndTransfer: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§StartDelete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StartItemDelete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§UpdateDeletePercent: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§EndItemDelete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT
§EndDelete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§EndSession: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§GetDeleteAfterAcquire: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§ErrorAdvise: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: PCWSTR, _: ERROR_ADVISE_MESSAGE_TYPE, _: *mut ERROR_ADVISE_RESULT) -> HRESULT
§GetUserInput: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut PROPVARIANT, _: *const PROPVARIANT) -> HRESULT
Implementations§
§impl IPhotoAcquireProgressCB_Vtbl
impl IPhotoAcquireProgressCB_Vtbl
pub const fn new<Identity: IPhotoAcquireProgressCB_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPhotoAcquireProgressCB_Vtbl
impl RefUnwindSafe for IPhotoAcquireProgressCB_Vtbl
impl Send for IPhotoAcquireProgressCB_Vtbl
impl Sync for IPhotoAcquireProgressCB_Vtbl
impl Unpin for IPhotoAcquireProgressCB_Vtbl
impl UnwindSafe for IPhotoAcquireProgressCB_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