|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <shlobj.h>

Public Attributes | |
| HWND | hwndOwner |
| PCIDLIST_ABSOLUTE | pidlRoot |
| LPSTR | pszDisplayName |
| LPCSTR | lpszTitle |
| UINT | ulFlags |
| BFFCALLBACK | lpfn |
| LPARAM | lParam |
| INT | iImage |
| HWND tagBROWSEINFOA::hwndOwner |
Definition at line 1205 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
| INT tagBROWSEINFOA::iImage |
Definition at line 1212 of file shlobj.h.
Referenced by SHBrowseForFolderA().
| LPARAM tagBROWSEINFOA::lParam |
Definition at line 1211 of file shlobj.h.
Referenced by SHBrowseForFolderA().
| BFFCALLBACK tagBROWSEINFOA::lpfn |
Definition at line 1210 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
| LPCSTR tagBROWSEINFOA::lpszTitle |
Definition at line 1208 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
| PCIDLIST_ABSOLUTE tagBROWSEINFOA::pidlRoot |
Definition at line 1206 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
| LPSTR tagBROWSEINFOA::pszDisplayName |
Definition at line 1207 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
| UINT tagBROWSEINFOA::ulFlags |
Definition at line 1209 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().