SHBrowseForFolderSHBrowseForFolder*
*Contents  *Index  *Topic Contents
*Previous Topic: SHAppBarMessage
*Next Topic: SHChangeNotify

SHBrowseForFolder


WINSHELLAPI LPITEMIDLIST WINAPI SHBrowseForFolder(
    LPBROWSEINFO lpbi
); 

Displays a dialog box that enables the user to select a shell folder.

lpbi
Address of a BROWSEINFO structure that contains information used to display the dialog box.

The calling application is responsible for freeing the returned item identifier list by using the shell's task allocator.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.