comparison win/XBrowseForFolder.h @ 632:bf3a6d596cd4

Use better directory browser widget.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 30 Oct 2008 10:46:03 +0000
parents
children
comparison
equal deleted inserted replaced
631:fa6c46796883 632:bf3a6d596cd4
1 // XBrowseForFolder.h Version 1.2
2 //
3 // Author: Hans Dietrich
4 // hdietrich@gmail.com
5 //
6 // This software is released into the public domain. You are free to use
7 // it in any way you like, except that you may not sell this source code.
8 //
9 // This software is provided "as is" with no expressed or implied warranty.
10 // I accept no liability for any damage or loss of business that this
11 // software may cause.
12 //
13 ///////////////////////////////////////////////////////////////////////////////
14
15 #ifndef XBROWSEFORFOLDER_H
16 #define XBROWSEFORFOLDER_H
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22 BOOL XBrowseForFolder(HWND hWnd,
23 LPCTSTR lpszInitialFolder,
24 int nFolder,
25 LPCTSTR lpszCaption,
26 LPTSTR lpszBuf,
27 DWORD dwBufSize,
28 BOOL bEditBox);
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif //XBROWSEFORFOLDER_H