ReactOS 0.4.16-dev-205-g7b2bb7e
|
#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 1189 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
INT tagBROWSEINFOA::iImage |
Definition at line 1196 of file shlobj.h.
Referenced by SHBrowseForFolderA().
LPARAM tagBROWSEINFOA::lParam |
Definition at line 1195 of file shlobj.h.
Referenced by SHBrowseForFolderA().
BFFCALLBACK tagBROWSEINFOA::lpfn |
Definition at line 1194 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPCSTR tagBROWSEINFOA::lpszTitle |
Definition at line 1192 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
PCIDLIST_ABSOLUTE tagBROWSEINFOA::pidlRoot |
Definition at line 1190 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPSTR tagBROWSEINFOA::pszDisplayName |
Definition at line 1191 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
UINT tagBROWSEINFOA::ulFlags |
Definition at line 1193 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().