BROWSEINFO (Structures)
Last changed: -202.74.138.1

.
Summary
Contains parameters for the SHBrowseForFolder function and receives information about the folder selected by the user.

C# Definition:

struct BROWSEINFO {
    public IntPtr hwndOwner;
    public IntPtr pidlRoot;
    public string pszDisplayName;
    public string lpszTitle;
    public uint ulFlags;
    public BrowseCallbackProc lpfn;
    public IntPtr lParam;
    int iImage;
}

VB Definition:

Structure BROWSEINFO
   Public TODO
End Structure

User-Defined Field Types:

BrowseCallbackProc

Notes:

None.

Documentation
BROWSEINFO on MSDN