Programming |  Windows Programming |  BROWSEINFO

BROWSEINFO

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

Syntax

    typedef struct _browseinfo {
        HWND hwndOwner;
        PCIDLIST_ABSOLUTE pidlRoot;
        LPTSTR pszDisplayName;
        LPCTSTR lpszTitle;
        UINT ulFlags;
        BFFCALLBACK lpfn;
        LPARAM lParam;
        int iImage;
    } BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO;

Members

Structure Information