|
| CFileDialogImpl (BOOL bOpenFileDialog, LPCTSTR lpszDefExt=NULL, LPCTSTR lpszFileName=NULL, DWORD dwFlags=OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter=NULL, HWND hWndParent=NULL) |
|
INT_PTR | DoModal (HWND hWndParent=::GetActiveWindow()) |
|
ATL::CWindow | GetFileDialogWindow () const |
|
int | GetFilePath (LPTSTR lpstrFilePath, int nLength) const |
|
int | GetFolderIDList (LPVOID lpBuff, int nLength) const |
|
int | GetFolderPath (LPTSTR lpstrFolderPath, int nLength) const |
|
int | GetSpec (LPTSTR lpstrSpec, int nLength) const |
|
void | SetControlText (int nCtrlID, LPCTSTR lpstrText) |
|
void | SetDefExt (LPCTSTR lpstrExt) |
|
BOOL | GetReadOnlyPref () const |
|
void | HideControl (int nCtrlID) |
|
BOOL | EndDialog (INT_PTR=0) |
|
LRESULT | _OnFileOK (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnFolderChange (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnHelp (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnInitDone (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnSelChange (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnShareViolation (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnTypeChange (int, LPNMHDR pnmh, BOOL &) |
|
LRESULT | _OnIncludeItem (int, LPNMHDR pnmh, BOOL &) |
|
BOOL | OnFileOK (LPOFNOTIFY) |
|
void | OnFolderChange (LPOFNOTIFY) |
|
void | OnHelp (LPOFNOTIFY) |
|
void | OnInitDone (LPOFNOTIFY) |
|
void | OnSelChange (LPOFNOTIFY) |
|
int | OnShareViolation (LPOFNOTIFY) |
|
void | OnTypeChange (LPOFNOTIFY) |
|
BOOL | OnIncludeItem (LPOFNOTIFYEX) |
|