windows-nt/Source/XPSP1/NT/sdktools/appparse/appparseweb/filebrowser.h

11 lines
262 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef FILEBROWSER_H
#define FILEBROWSER_H
#include <windows.h>
// Display browse dialog box, and return dir string. String does
// not need to be freed, will be overwritten by subsequent calls.
PTSTR BrowseForFolder(HWND hwnd, PTSTR szInitialPath);
#endif