[][src]Struct winapi::um::shobjidl::IFileDialogVtbl

#[repr(C)]
pub struct IFileDialogVtbl {
    pub parent: IModalWindowVtbl,
    pub SetFileTypes: unsafe extern "system" fn(This: *mut IFileDialog, cFileTypes: UINT, rgFilterSpec: *const COMDLG_FILTERSPEC) -> HRESULT,
    pub SetFileTypeIndex: unsafe extern "system" fn(This: *mut IFileDialog, iFileType: UINT) -> HRESULT,
    pub GetFileTypeIndex: unsafe extern "system" fn(This: *mut IFileDialog, piFileType: *mut UINT) -> HRESULT,
    pub Advise: unsafe extern "system" fn(This: *mut IFileDialog, pfde: *mut IFileDialogEvents, pdwCookie: *mut DWORD) -> HRESULT,
    pub Unadvise: unsafe extern "system" fn(This: *mut IFileDialog, dwCookie: DWORD) -> HRESULT,
    pub SetOptions: unsafe extern "system" fn(This: *mut IFileDialog, fos: FILEOPENDIALOGOPTIONS) -> HRESULT,
    pub GetOptions: unsafe extern "system" fn(This: *mut IFileDialog, pfos: *mut FILEOPENDIALOGOPTIONS) -> HRESULT,
    pub SetDefaultFolder: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem) -> HRESULT,
    pub SetFolder: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem) -> HRESULT,
    pub GetFolder: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULT,
    pub GetCurrentSelection: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULT,
    pub SetFileName: unsafe extern "system" fn(This: *mut IFileDialog, pszName: LPCWSTR) -> HRESULT,
    pub GetFileName: unsafe extern "system" fn(This: *mut IFileDialog, pszName: *mut LPWSTR) -> HRESULT,
    pub SetTitle: unsafe extern "system" fn(This: *mut IFileDialog, pszTitle: LPCWSTR) -> HRESULT,
    pub SetOkButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog, pszText: LPCWSTR) -> HRESULT,
    pub SetFileNameLabel: unsafe extern "system" fn(This: *mut IFileDialog, pszLabel: LPCWSTR) -> HRESULT,
    pub GetResult: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULT,
    pub AddPlace: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem, fdap: FDAP) -> HRESULT,
    pub SetDefaultExtension: unsafe extern "system" fn(This: *mut IFileDialog, pszDefaultExtension: LPCWSTR) -> HRESULT,
    pub Close: unsafe extern "system" fn(This: *mut IFileDialog, hr: HRESULT) -> HRESULT,
    pub SetClientGuid: unsafe extern "system" fn(This: *mut IFileDialog, guid: REFGUID) -> HRESULT,
    pub ClearClientData: unsafe extern "system" fn(This: *mut IFileDialog) -> HRESULT,
    pub SetFilter: unsafe extern "system" fn(This: *mut IFileDialog, pFilter: *mut IShellItemFilter) -> HRESULT,
}

Fields

parent: IModalWindowVtblSetFileTypes: unsafe extern "system" fn(This: *mut IFileDialog, cFileTypes: UINT, rgFilterSpec: *const COMDLG_FILTERSPEC) -> HRESULTSetFileTypeIndex: unsafe extern "system" fn(This: *mut IFileDialog, iFileType: UINT) -> HRESULTGetFileTypeIndex: unsafe extern "system" fn(This: *mut IFileDialog, piFileType: *mut UINT) -> HRESULTAdvise: unsafe extern "system" fn(This: *mut IFileDialog, pfde: *mut IFileDialogEvents, pdwCookie: *mut DWORD) -> HRESULTUnadvise: unsafe extern "system" fn(This: *mut IFileDialog, dwCookie: DWORD) -> HRESULTSetOptions: unsafe extern "system" fn(This: *mut IFileDialog, fos: FILEOPENDIALOGOPTIONS) -> HRESULTGetOptions: unsafe extern "system" fn(This: *mut IFileDialog, pfos: *mut FILEOPENDIALOGOPTIONS) -> HRESULTSetDefaultFolder: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem) -> HRESULTSetFolder: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem) -> HRESULTGetFolder: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULTGetCurrentSelection: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULTSetFileName: unsafe extern "system" fn(This: *mut IFileDialog, pszName: LPCWSTR) -> HRESULTGetFileName: unsafe extern "system" fn(This: *mut IFileDialog, pszName: *mut LPWSTR) -> HRESULTSetTitle: unsafe extern "system" fn(This: *mut IFileDialog, pszTitle: LPCWSTR) -> HRESULTSetOkButtonLabel: unsafe extern "system" fn(This: *mut IFileDialog, pszText: LPCWSTR) -> HRESULTSetFileNameLabel: unsafe extern "system" fn(This: *mut IFileDialog, pszLabel: LPCWSTR) -> HRESULTGetResult: unsafe extern "system" fn(This: *mut IFileDialog, ppsi: *mut *mut IShellItem) -> HRESULTAddPlace: unsafe extern "system" fn(This: *mut IFileDialog, psi: *mut IShellItem, fdap: FDAP) -> HRESULTSetDefaultExtension: unsafe extern "system" fn(This: *mut IFileDialog, pszDefaultExtension: LPCWSTR) -> HRESULTClose: unsafe extern "system" fn(This: *mut IFileDialog, hr: HRESULT) -> HRESULTSetClientGuid: unsafe extern "system" fn(This: *mut IFileDialog, guid: REFGUID) -> HRESULTClearClientData: unsafe extern "system" fn(This: *mut IFileDialog) -> HRESULTSetFilter: unsafe extern "system" fn(This: *mut IFileDialog, pFilter: *mut IShellItemFilter) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]