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 | |
SetFileTypes | |
SetFileTypeIndex | |
GetFileTypeIndex | |
Advise | |
Unadvise | |
SetOptions | |
GetOptions | |
SetDefaultFolder | |
SetFolder | |
GetFolder | |
GetCurrentSelection | |
SetFileName | |
GetFileName | |
SetTitle | |
SetOkButtonLabel | |
SetFileNameLabel | |
GetResult | |
AddPlace | |
SetDefaultExtension | |
Close | |
SetClientGuid | |
ClearClientData | |
SetFilter | |