TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Protected Attributes | List of all members
BrowseForFolder Class Reference

Detailed Description

Wrapper around SHBrowseForFolder()

Public Member Functions

 BrowseForFolder ()
 
virtual ~BrowseForFolder ()
 
BOOL Browse (const TCHAR *pszTitle=_T("Browse"), UINT iFlags=BIF_RETURNONLYFSDIRS, HWND hWndOwner=NULL, LPCITEMIDLIST pIDListRoot=NULL)
 
const TCHAR * GetPath () const
 

Protected Attributes

TCHAR m_szPath [_MAX_PATH]
 

Constructor & Destructor Documentation

virtual ~BrowseForFolder ( )
virtual

Member Function Documentation

BOOL Browse ( const TCHAR *  pszTitle = _T("Browse"),
UINT  iFlags = BIF_RETURNONLYFSDIRS,
HWND  hWndOwner = NULL,
LPCITEMIDLIST  pIDListRoot = NULL 
)
const TCHAR* GetPath ( ) const

Member Data Documentation

TCHAR m_szPath[_MAX_PATH]
protected