ReactOS 0.4.16-dev-1188-gc03d779
|
#include <shellapi.h>
Public Attributes | |
HWND | hwnd |
UINT | wFunc |
LPCSTR | pFrom |
LPCSTR | pTo |
FILEOP_FLAGS | fFlags |
BOOL | fAnyOperationsAborted |
PVOID | hNameMappings |
LPCSTR | lpszProgressTitle |
Definition at line 357 of file shellapi.h.
BOOL _SHFILEOPSTRUCTA::fAnyOperationsAborted |
Definition at line 363 of file shellapi.h.
Referenced by DeleteDirectory(), SHFileOperationA(), test_copy(), test_delete(), and test_move().
FILEOP_FLAGS _SHFILEOPSTRUCTA::fFlags |
Definition at line 362 of file shellapi.h.
Referenced by delete_cab_files(), delete_pfmsitest_files(), DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_click_make_new_folder_button(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
PVOID _SHFILEOPSTRUCTA::hNameMappings |
Definition at line 364 of file shellapi.h.
Referenced by DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
HWND _SHFILEOPSTRUCTA::hwnd |
Definition at line 358 of file shellapi.h.
Referenced by delete_cab_files(), delete_pfmsitest_files(), DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_click_make_new_folder_button(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
LPCSTR _SHFILEOPSTRUCTA::lpszProgressTitle |
Definition at line 365 of file shellapi.h.
Referenced by DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
LPCSTR _SHFILEOPSTRUCTA::pFrom |
Definition at line 360 of file shellapi.h.
Referenced by delete_cab_files(), delete_pfmsitest_files(), DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_click_make_new_folder_button(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
LPCSTR _SHFILEOPSTRUCTA::pTo |
Definition at line 361 of file shellapi.h.
Referenced by delete_cab_files(), delete_pfmsitest_files(), DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_click_make_new_folder_button(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().
UINT _SHFILEOPSTRUCTA::wFunc |
Definition at line 359 of file shellapi.h.
Referenced by delete_cab_files(), delete_pfmsitest_files(), DeleteDirectory(), is_old_shell32(), SHFileOperationA(), test_click_make_new_folder_button(), test_copy(), test_delete(), test_move(), test_query_recyclebin(), and test_rename().