Struct windows::Win32::UI::Shell::IFileDialogControlEvents_Vtbl
#[repr(C)]pub struct IFileDialogControlEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnItemSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT,
pub OnButtonClicked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub OnCheckButtonToggled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub OnControlActivating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnItemSelected: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32) -> HRESULT
§OnButtonClicked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§OnCheckButtonToggled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT
§OnControlActivating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IFileDialogControlEvents_Vtbl
impl IFileDialogControlEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFileDialogControlEvents_Vtblwhere
Identity: IFileDialogControlEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileDialogControlEvents_Vtbl
impl RefUnwindSafe for IFileDialogControlEvents_Vtbl
impl Send for IFileDialogControlEvents_Vtbl
impl Sync for IFileDialogControlEvents_Vtbl
impl Unpin for IFileDialogControlEvents_Vtbl
impl UnwindSafe for IFileDialogControlEvents_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