|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
|
| Header File
| shlobj.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SHBrowseForFolder
[Now Supported on Windows NT]
Displays a dialog box that enables the user to select a shell folder.
WINSHELLAPI LPITEMIDLIST WINAPI SHBrowseForFolder(
Parameters
lpbi
Pointer to a BROWSEINFO structure that contains information used to display the dialog box.
Return Values
Returns a pointer to an item identifier list that specifies the location of
the selected folder relative to the root of the name space. If the user chooses
the Cancel button in the dialog box, the return value is NULL.
The calling application is responsible for freeing the returned item
identifier list using the shell's task allocator.
See Also
BROWSEINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|