#include <AlsFolderBrowser.h>
Public Member Functions | |
| BOOL | Create (LPCTSTR pszTitle, LPCTSTR pszPath, LPCTSTR pszRoot, HWND hWndParent) |
| LPCTSTR | GetPath () |
| AlsFolderBrowser () | |
| virtual | ~AlsFolderBrowser () |
Static Protected Member Functions | |
| static INT CALLBACK | _BrowserCallback (HWND hWnd, UINT uMsg, LPARAM lp, LPARAM lpData) |
Protected Attributes | |
| TCHAR | m_pszFullPath [MAX_PATH] |
Definition at line 11 of file AlsFolderBrowser.h.
| AlsFolderBrowser::AlsFolderBrowser | ( | ) |
| virtual AlsFolderBrowser::~AlsFolderBrowser | ( | ) | [virtual] |
| BOOL AlsFolderBrowser::Create | ( | LPCTSTR | pszTitle, | |
| LPCTSTR | pszPath, | |||
| LPCTSTR | pszRoot, | |||
| HWND | hWndParent | |||
| ) |
Referenced by CFolderBrowser::InitInstance().
| LPCTSTR AlsFolderBrowser::GetPath | ( | ) |
Referenced by CFolderBrowser::InitInstance().
| static INT CALLBACK AlsFolderBrowser::_BrowserCallback | ( | HWND | hWnd, | |
| UINT | uMsg, | |||
| LPARAM | lp, | |||
| LPARAM | lpData | |||
| ) | [static, protected] |
TCHAR AlsFolderBrowser::m_pszFullPath[MAX_PATH] [protected] |
Definition at line 21 of file AlsFolderBrowser.h.
1.5.6