ReactOS 0.4.16-dev-329-g9223134
|
#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 355 of file shellapi.h.
BOOL _SHFILEOPSTRUCTW::fAnyOperationsAborted |
Definition at line 361 of file shellapi.h.
Referenced by cache_container_delete_dir(), SHFileOperationA(), SHFileOperationW(), and test_unicode().
FILEOP_FLAGS _SHFILEOPSTRUCTW::fFlags |
Definition at line 360 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), BrFolder_Delete(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), Preview_Delete(), SHFileOperationA(), SHFileOperationW(), test_unicode(), and validate_operation().
PVOID _SHFILEOPSTRUCTW::hNameMappings |
Definition at line 362 of file shellapi.h.
Referenced by SHFileOperationA(), and test_unicode().
HWND _SHFILEOPSTRUCTW::hwnd |
Definition at line 356 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), cache_container_delete_dir(), SHFileOperationA(), test_unicode(), and validate_operation().
LPCWSTR _SHFILEOPSTRUCTW::lpszProgressTitle |
Definition at line 363 of file shellapi.h.
Referenced by SHFileOperationA(), and test_unicode().
LPCWSTR _SHFILEOPSTRUCTW::pFrom |
Definition at line 358 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), BrFolder_Delete(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), Preview_Delete(), SHFileOperationA(), SHFileOperationW(), and test_unicode().
LPCWSTR _SHFILEOPSTRUCTW::pTo |
Definition at line 359 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), SHFileOperationA(), SHFileOperationW(), and test_unicode().
UINT _SHFILEOPSTRUCTW::wFunc |
Definition at line 357 of file shellapi.h.
Referenced by CFSDropTarget::_CopyItems(), CRecyclerDropTarget::_DoDeleteDataObject(), BrFolder_Delete(), cache_container_delete_dir(), CMyDocsDropHandler::Drop(), SHFileOperationA(), SHFileOperationW(), test_unicode(), and validate_operation().