Struct IFileDialog_Vtbl
#[repr(C)]pub struct IFileDialog_Vtbl {Show 24 fields
pub base__: IModalWindow_Vtbl,
pub SetFileTypes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const COMDLG_FILTERSPEC) -> HRESULT,
pub SetFileTypeIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetFileTypeIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetOptions: unsafe extern "system" fn(_: *mut c_void, _: FILEOPENDIALOGOPTIONS) -> HRESULT,
pub GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut FILEOPENDIALOGOPTIONS) -> HRESULT,
pub SetDefaultFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetOkButtonLabel: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetFileNameLabel: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetResult: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddPlace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: FDAP) -> HRESULT,
pub SetDefaultExtension: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub SetClientGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub ClearClientData: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IModalWindow_Vtbl
§SetFileTypes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const COMDLG_FILTERSPEC) -> HRESULT
§SetFileTypeIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetFileTypeIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetOptions: unsafe extern "system" fn(_: *mut c_void, _: FILEOPENDIALOGOPTIONS) -> HRESULT
§GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut FILEOPENDIALOGOPTIONS) -> HRESULT
§SetDefaultFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFileName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetTitle: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetOkButtonLabel: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetFileNameLabel: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetResult: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddPlace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: FDAP) -> HRESULT
§SetDefaultExtension: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§SetClientGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§ClearClientData: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetFilter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IFileDialog_Vtbl
impl IFileDialog_Vtbl
pub const fn new<Identity: IFileDialog_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileDialog_Vtbl
impl RefUnwindSafe for IFileDialog_Vtbl
impl Send for IFileDialog_Vtbl
impl Sync for IFileDialog_Vtbl
impl Unpin for IFileDialog_Vtbl
impl UnwindSafe for IFileDialog_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