ReactOS
0.4.15-dev-4934-gfd1e799
|
#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 1116 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
INT tagBROWSEINFOA::iImage |
Definition at line 1123 of file shlobj.h.
Referenced by SHBrowseForFolderA().
LPARAM tagBROWSEINFOA::lParam |
Definition at line 1122 of file shlobj.h.
Referenced by SHBrowseForFolderA().
BFFCALLBACK tagBROWSEINFOA::lpfn |
Definition at line 1121 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPCSTR tagBROWSEINFOA::lpszTitle |
Definition at line 1119 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
PCIDLIST_ABSOLUTE tagBROWSEINFOA::pidlRoot |
Definition at line 1117 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPSTR tagBROWSEINFOA::pszDisplayName |
Definition at line 1118 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
UINT tagBROWSEINFOA::ulFlags |
Definition at line 1120 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().