|
| HRESULT | SetFileTypes ([in] UINT cFileTypes, [in, size_is(cFileTypes)] const COMDLG_FILTERSPEC *rgFilterSpec) |
| |
| HRESULT | SetFileTypeIndex ([in] UINT iFileType) |
| |
| HRESULT | GetFileTypeIndex ([out] UINT *piFileType) |
| |
| HRESULT | Advise ([in] IFileDialogEvents *pfde, [out] DWORD *pdwCookie) |
| |
| HRESULT | Unadvise ([in] DWORD dwCookie) |
| |
| HRESULT | SetOptions ([in] FILEOPENDIALOGOPTIONS fos) |
| |
| HRESULT | GetOptions ([in] FILEOPENDIALOGOPTIONS *pfos) |
| |
| HRESULT | SetDefaultFolder ([in] IShellItem *psi) |
| |
| HRESULT | SetFolder ([in] IShellItem *psi) |
| |
| HRESULT | GetFolder ([out] IShellItem **ppsi) |
| |
| HRESULT | GetCurrentSelection ([out] IShellItem **ppsi) |
| |
| HRESULT | SetFileName ([in, string] LPCWSTR pszName) |
| |
| HRESULT | GetFileName ([out, string] LPWSTR *pszName) |
| |
| HRESULT | SetTitle ([in, string] LPCWSTR pszTitle) |
| |
| HRESULT | SetOkButtonLabel ([in, string] LPCWSTR pszText) |
| |
| HRESULT | SetFileNameLabel ([in, string] LPCWSTR pszLabel) |
| |
| HRESULT | GetResult ([out] IShellItem **ppsi) |
| |
| HRESULT | AddPlace ([in] IShellItem *psi, [in] FDAP fdap) |
| |
| HRESULT | SetDefaultExtension ([in, string] LPCWSTR pszDefaultExtension) |
| |
| HRESULT | Close ([in] HRESULT hr) |
| |
| HRESULT | SetClientGuid ([in] REFGUID guid) |
| |
| HRESULT | ClearClientData () |
| |
| HRESULT | SetFilter ([in] IShellItemFilter *pFilter) |
| |
Definition at line 3615 of file shobjidl.idl.