Struct winapi::shobjidl::IFileDialogEvents
[−]
[src]
pub struct IFileDialogEvents {
pub lpVtbl: *const IFileDialogEventsVtbl,
}Fields
lpVtbl |
pub struct IFileDialogEvents {
pub lpVtbl: *const IFileDialogEventsVtbl,
}lpVtbl |
impl IFileDialogEventsunsafe fn OnFileOk(&mut self, pfd: *mut IFileDialog) -> HRESULTunsafe fn OnFolderChanging(&mut self, pfd: *mut IFileDialog, psiFolder: *mut IShellItem) -> HRESULTunsafe fn OnFolderChange(&mut self, pfd: *mut IFileDialog) -> HRESULTunsafe fn OnSelectionChange(&mut self, pfd: *mut IFileDialog) -> HRESULTunsafe fn OnShareViolation(&mut self, pfd: *mut IFileDialog, psi: *mut IShellItem, pResponse: *mut FDE_SHAREVIOLATION_RESPONSE) -> HRESULTunsafe fn OnTypeChange(&mut self, pfd: *mut IFileDialog) -> HRESULTunsafe fn OnOverwrite(&mut self, pfd: *mut IFileDialog, psi: *mut IShellItem, pResponse: *mut FDE_OVERWRITE_RESPONSE) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IFileDialogEventsimpl DerefMut for IFileDialogEventsimpl Debug for IFileDialogEvents
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)