windows-nt/Source/XPSP1/NT/inetsrv/iis/setup/osrc/browsedi.h

23 lines
413 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//
// BrowseDir.h
//
#ifndef __BROWSEDIR_H__
#define __BROWSEDIR_H__
BOOL BrowseForDirectory(
HWND hwndParent,
LPCTSTR pszInitialDir,
LPTSTR pszBuf,
int cchBuf,
LPCTSTR pszDialogTitle,
BOOL bRemoveTrailingBackslash );
BOOL BrowseForFile(
HWND hwndParent,
LPCTSTR pszInitialDir,
LPTSTR pszBuf,
int cchBuf);
#endif // !__BROWSEDIR_H__