#[repr(C)]pub struct IFileDialogControlEvents {
pub lpVtbl: *const IFileDialogControlEventsVtbl,
}
Fields§
§lpVtbl: *const IFileDialogControlEventsVtbl
Implementations§
Source§impl IFileDialogControlEvents
impl IFileDialogControlEvents
pub unsafe fn OnItemSelected( &self, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, dwIDItem: DWORD, ) -> HRESULT
pub unsafe fn OnButtonClicked( &self, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, ) -> HRESULT
pub unsafe fn OnCheckButtonToggled( &self, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, bChecked: BOOL, ) -> HRESULT
pub unsafe fn OnControlActivating( &self, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IFileDialogControlEvents
impl Deref for IFileDialogControlEvents
Auto Trait Implementations§
impl Freeze for IFileDialogControlEvents
impl RefUnwindSafe for IFileDialogControlEvents
impl !Send for IFileDialogControlEvents
impl !Sync for IFileDialogControlEvents
impl Unpin for IFileDialogControlEvents
impl UnwindSafe for IFileDialogControlEvents
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