ReactOS 0.4.15-dev-7098-ge0c17c3
|
#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 1182 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
INT tagBROWSEINFOA::iImage |
Definition at line 1189 of file shlobj.h.
Referenced by SHBrowseForFolderA().
LPARAM tagBROWSEINFOA::lParam |
Definition at line 1188 of file shlobj.h.
Referenced by SHBrowseForFolderA().
BFFCALLBACK tagBROWSEINFOA::lpfn |
Definition at line 1187 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPCSTR tagBROWSEINFOA::lpszTitle |
Definition at line 1185 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
PCIDLIST_ABSOLUTE tagBROWSEINFOA::pidlRoot |
Definition at line 1183 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPSTR tagBROWSEINFOA::pszDisplayName |
Definition at line 1184 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
UINT tagBROWSEINFOA::ulFlags |
Definition at line 1186 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().