Struct IPhotoProgressDialog_Vtbl
#[repr(C)]pub struct IPhotoProgressDialog_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT,
pub Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ShowCheckbox: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: BOOL) -> HRESULT,
pub SetCheckboxText: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: PCWSTR) -> HRESULT,
pub SetCheckboxCheck: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: BOOL) -> HRESULT,
pub SetCheckboxTooltip: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: PCWSTR) -> HRESULT,
pub IsCheckboxChecked: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: *mut BOOL) -> HRESULT,
pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetImage: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_IMAGE_TYPE, _: HICON, _: HBITMAP) -> HRESULT,
pub SetPercentComplete: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SetProgressText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetActionLinkCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetActionLinkText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ShowActionLink: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub IsCancelled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub GetUserInput: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut PROPVARIANT, _: *const PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Create: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§GetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT
§Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ShowCheckbox: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: BOOL) -> HRESULT
§SetCheckboxText: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: PCWSTR) -> HRESULT
§SetCheckboxCheck: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: BOOL) -> HRESULT
§SetCheckboxTooltip: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: PCWSTR) -> HRESULT
§IsCheckboxChecked: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_CHECKBOX_ID, _: *mut BOOL) -> HRESULT
§SetCaption: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetImage: unsafe extern "system" fn(_: *mut c_void, _: PROGRESS_DIALOG_IMAGE_TYPE, _: HICON, _: HBITMAP) -> HRESULT
§SetPercentComplete: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SetProgressText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetActionLinkCallback: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetActionLinkText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ShowActionLink: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§IsCancelled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§GetUserInput: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut PROPVARIANT, _: *const PROPVARIANT) -> HRESULT
Implementations§
§impl IPhotoProgressDialog_Vtbl
impl IPhotoProgressDialog_Vtbl
pub const fn new<Identity: IPhotoProgressDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPhotoProgressDialog_Vtbl
impl RefUnwindSafe for IPhotoProgressDialog_Vtbl
impl Send for IPhotoProgressDialog_Vtbl
impl Sync for IPhotoProgressDialog_Vtbl
impl Unpin for IPhotoProgressDialog_Vtbl
impl UnwindSafe for IPhotoProgressDialog_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