crashrpt2
Public Member Functions | List of all members
WTL::CMultiFileDialog Class Reference
Inheritance diagram for WTL::CMultiFileDialog:
WTL::CMultiFileDialogImpl< CMultiFileDialog > WTL::CFileDialogImpl< CMultiFileDialog >

Public Member Functions

 CMultiFileDialog (LPCTSTR lpszDefExt=NULL, LPCTSTR lpszFileName=NULL, DWORD dwFlags=OFN_HIDEREADONLY, LPCTSTR lpszFilter=NULL, HWND hWndParent=NULL)
 
- Public Member Functions inherited from WTL::CMultiFileDialogImpl< CMultiFileDialog >
 CMultiFileDialogImpl (LPCTSTR lpszDefExt=NULL, LPCTSTR lpszFileName=NULL, DWORD dwFlags=OFN_HIDEREADONLY, LPCTSTR lpszFilter=NULL, HWND hWndParent=NULL)
 
int GetDirectory (LPTSTR pBuffer, int nBufLen) const
 
LPCTSTR GetFirstFileName () const
 
LPCTSTR GetNextFileName () const
 
int GetFirstPathName (LPTSTR pBuffer, int nBufLen) const
 
int GetNextPathName (LPTSTR pBuffer, int nBufLen) const
 
bool ResizeFilenameBuffer (DWORD dwLength)
 
void OnSelChange (LPOFNOTIFY)
 
- Public Member Functions inherited from WTL::CFileDialogImpl< CMultiFileDialog >
 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)
 

Additional Inherited Members

- Public Attributes inherited from WTL::CMultiFileDialogImpl< CMultiFileDialog >
LPCTSTR m_pNextFile
 
bool m_bIsNT
 
- Public Attributes inherited from WTL::CFileDialogImpl< CMultiFileDialog >
OPENFILENAME m_ofn
 
BOOL m_bOpenFileDialog
 
TCHAR m_szFileTitle [_MAX_FNAME]
 
TCHAR m_szFileName [_MAX_PATH]
 

The documentation for this class was generated from the following file: