Windows-Server-2003/sdktools/appparse/appparseweb/filebrowser.h

11 lines
262 B
C

#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