Wrapper around the save common dialog.
Public Member Functions | |
| SaveFile () | |
| virtual | ~SaveFile () |
| bool | GetFile (const TCHAR *pszDlgTitle=_T("Save As..."), const TCHAR *pszFilter=_T("All Files (*.*)\0*.*\0\0"), const TCHAR *pszDefExt=_T("*.*"), const TCHAR *pszFile=NULL, const TCHAR *pszInitDir=NULL, HWND hWndParent=NULL, DWORD dwFlags=0) |
| const TCHAR * | GetFileName () const |
Protected Attributes | |
| TCHAR | m_szFileNameOut [_MAX_PATH] |
| SaveFile | ( | ) |
|
virtual |
| bool GetFile | ( | const TCHAR * | pszDlgTitle = _T("Save As..."), |
| const TCHAR * | pszFilter = _T("All Files (*.*)\0*.*\0\0"), |
||
| const TCHAR * | pszDefExt = _T("*.*"), |
||
| const TCHAR * | pszFile = NULL, |
||
| const TCHAR * | pszInitDir = NULL, |
||
| HWND | hWndParent = NULL, |
||
| DWORD | dwFlags = 0 |
||
| ) |
| const TCHAR* GetFileName | ( | ) | const |
|
protected |
1.8.7