ReactOS 0.4.16-dev-122-g325d74c
|
#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 344 of file shellapi.h.
BOOL _SHFILEOPSTRUCTA::fAnyOperationsAborted |
Definition at line 350 of file shellapi.h.
Referenced by DeleteDirectory(), SHFileOperationA(), test_copy(), test_delete(), and test_move().
FILEOP_FLAGS _SHFILEOPSTRUCTA::fFlags |
Definition at line 349 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 351 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 345 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 352 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 347 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 348 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 346 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().