ReactOS 0.4.16-dev-1188-gc03d779
|
#include <shellapi.h>
Public Attributes | |
HWND | hwnd |
UINT | wFunc |
LPCWSTR | pFrom |
LPCWSTR | pTo |
FILEOP_FLAGS | fFlags |
BOOL | fAnyOperationsAborted |
PVOID | hNameMappings |
LPCWSTR | lpszProgressTitle |
Definition at line 367 of file shellapi.h.
BOOL _SHFILEOPSTRUCTW::fAnyOperationsAborted |
Definition at line 373 of file shellapi.h.
Referenced by cache_container_delete_dir(), SHELL32_FileOperation(), SHELL_SingleFileOperation(), SHFileOperationA(), and test_unicode().
FILEOP_FLAGS _SHFILEOPSTRUCTW::fFlags |
Definition at line 372 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), cache_container_delete_dir(), CanShowFileOpErrorUI(), CMyDocsDropHandler::Drop(), CRecycleBinItemContextMenu::InvokeCommand(), Preview_Delete(), SHELL32_FileOperation(), SHELL_SingleFileOperation(), SHFileOperationA(), test_unicode(), and validate_operation().
PVOID _SHFILEOPSTRUCTW::hNameMappings |
Definition at line 374 of file shellapi.h.
Referenced by SHELL_SingleFileOperation(), SHFileOperationA(), and test_unicode().
HWND _SHFILEOPSTRUCTW::hwnd |
Definition at line 368 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), cache_container_delete_dir(), CanShowFileOpErrorUI(), SHELL32_FileOperation(), SHFileOperationA(), and test_unicode().
LPCWSTR _SHFILEOPSTRUCTW::lpszProgressTitle |
Definition at line 375 of file shellapi.h.
Referenced by SHFileOperationA(), and test_unicode().
LPCWSTR _SHFILEOPSTRUCTW::pFrom |
Definition at line 370 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), Preview_Delete(), SHELL32_FileOperation(), SHFileOperationA(), and test_unicode().
LPCWSTR _SHFILEOPSTRUCTW::pTo |
Definition at line 371 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), CRecycleBinItemContextMenu::InvokeCommand(), SHELL32_FileOperation(), SHFileOperationA(), and test_unicode().
UINT _SHFILEOPSTRUCTW::wFunc |
Definition at line 369 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), CRecycleBinItemContextMenu::InvokeCommand(), SHELL32_FileOperation(), SHFileOperationA(), test_unicode(), and validate_operation().