ReactOS 0.4.16-dev-1028-g8602629
|
#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 1197 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
INT tagBROWSEINFOA::iImage |
Definition at line 1204 of file shlobj.h.
Referenced by SHBrowseForFolderA().
LPARAM tagBROWSEINFOA::lParam |
Definition at line 1203 of file shlobj.h.
Referenced by SHBrowseForFolderA().
BFFCALLBACK tagBROWSEINFOA::lpfn |
Definition at line 1202 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPCSTR tagBROWSEINFOA::lpszTitle |
Definition at line 1200 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
PCIDLIST_ABSOLUTE tagBROWSEINFOA::pidlRoot |
Definition at line 1198 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
LPSTR tagBROWSEINFOA::pszDisplayName |
Definition at line 1199 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().
UINT tagBROWSEINFOA::ulFlags |
Definition at line 1201 of file shlobj.h.
Referenced by SHBrowseForFolderA(), test_click_make_new_folder_button(), and test_selection().