Public Member Functions | |
COpenFileDialog (CStringArray &mask, bool fAllowDirSelection, LPCTSTR lpszDefExt=NULL, LPCTSTR lpszFileName=NULL, DWORD dwFlags=OFN_HIDEREADONLY|OFN_OVERWRITEPROMPT, LPCTSTR lpszFilter=NULL, CWnd *pParentWnd=NULL) | |
virtual | ~COpenFileDialog () |
virtual BOOL | OnInitDialog () |
afx_msg void | OnDestroy () |
Static Public Member Functions | |
static LRESULT CALLBACK | WindowProcNew (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
Static Public Attributes | |
static bool | m_fAllowDirSelection = false |
static WNDPROC | m_wndProc = NULL |
Protected Member Functions | |
virtual BOOL | OnNotify (WPARAM wParam, LPARAM lParam, LRESULT *pResult) |
virtual BOOL | OnIncludeItem (OFNOTIFYEX *pOFNEx, LRESULT *pResult) |
Definition at line 62 of file OpenDlg.h.