Struct winapi::shobjidl::IFileOpenDialog [] [src]

pub struct IFileOpenDialog {
    pub lpVtbl: *const IFileOpenDialogVtbl,
}

Fields

lpVtbl: *const IFileOpenDialogVtbl

Methods

impl IFileOpenDialog
[src]

unsafe fn GetResults(&mut self, ppenum: *mut *mut IShellItemArray) -> HRESULT

unsafe fn GetSelectedItems(&mut self, ppsai: *mut *mut IShellItemArray) -> HRESULT

Methods from Deref<Target=IFileDialog>

unsafe fn SetFileTypes(&mut self, cFileTypes: UINT, rgFilterSpec: *const COMDLG_FILTERSPEC) -> HRESULT

unsafe fn SetFileTypeIndex(&mut self, iFileType: UINT) -> HRESULT

unsafe fn GetFileTypeIndex(&mut self, piFileType: *mut UINT) -> HRESULT

unsafe fn Advise(&mut self, pfde: *mut IFileDialogEvents, pdwCookie: *mut DWORD) -> HRESULT

unsafe fn Unadvise(&mut self, dwCookie: DWORD) -> HRESULT

unsafe fn SetOptions(&mut self, fos: FILEOPENDIALOGOPTIONS) -> HRESULT

unsafe fn GetOptions(&mut self, pfos: *mut FILEOPENDIALOGOPTIONS) -> HRESULT

unsafe fn SetDefaultFolder(&mut self, psi: *mut IShellItem) -> HRESULT

unsafe fn SetFolder(&mut self, psi: *mut IShellItem) -> HRESULT

unsafe fn GetFolder(&mut self, ppsi: *mut *mut IShellItem) -> HRESULT

unsafe fn GetCurrentSelection(&mut self, ppsi: *mut *mut IShellItem) -> HRESULT

unsafe fn SetFileName(&mut self, pszName: LPCWSTR) -> HRESULT

unsafe fn GetFileName(&mut self, pszName: *mut LPWSTR) -> HRESULT

unsafe fn SetTitle(&mut self, pszTitle: LPCWSTR) -> HRESULT

unsafe fn SetOkButtonLabel(&mut self, pszText: LPCWSTR) -> HRESULT

unsafe fn SetFileNameLabel(&mut self, pszLabel: LPCWSTR) -> HRESULT

unsafe fn GetResult(&mut self, ppsi: *mut *mut IShellItem) -> HRESULT

unsafe fn AddPlace(&mut self, psi: *mut IShellItem, fdap: FDAP) -> HRESULT

unsafe fn SetDefaultExtension(&mut self, pszDefaultExtension: LPCWSTR) -> HRESULT

unsafe fn Close(&mut self, hr: HRESULT) -> HRESULT

unsafe fn SetClientGuid(&mut self, guid: REFGUID) -> HRESULT

unsafe fn ClearClientData(&mut self) -> HRESULT

unsafe fn SetFilter(&mut self, pFilter: *mut IShellItemFilter) -> HRESULT

Trait Implementations

impl Debug for IFileOpenDialog
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IFileOpenDialog
[src]

type Target = IFileDialog

The resulting type after dereferencing

fn deref(&self) -> &IFileDialog

The method called to dereference a value

impl DerefMut for IFileOpenDialog
[src]

fn deref_mut(&mut self) -> &mut IFileDialog

The method called to mutably dereference a value