ReactOS 0.4.16-dev-716-g2b2bdab
|
Public Attributes | |
DWORD | attributes |
LPWSTR | szDirectory |
LPWSTR | szFilename |
LPWSTR | szFullPath |
BOOL | bFromWildcard |
BOOL | bFromRelative |
BOOL | bExists |
Definition at line 52 of file shlfileop.cpp.
DWORD FILE_ENTRY::attributes |
Definition at line 54 of file shlfileop.cpp.
Referenced by _FileOpCountManager(), confirm_delete_list(), copy_files(), copy_to_dir(), delete_files(), move_files(), move_to_dir(), rename_files(), and validate_operation().
BOOL FILE_ENTRY::bExists |
Definition at line 60 of file shlfileop.cpp.
Referenced by move_files(), and rename_files().
BOOL FILE_ENTRY::bFromRelative |
Definition at line 59 of file shlfileop.cpp.
Referenced by copy_files(), and parse_file_list().
BOOL FILE_ENTRY::bFromWildcard |
Definition at line 58 of file shlfileop.cpp.
Referenced by add_file_to_entry(), confirm_delete_list(), copy_to_dir(), delete_files(), and move_to_dir().
LPWSTR FILE_ENTRY::szDirectory |
Definition at line 55 of file shlfileop.cpp.
Referenced by add_file_to_entry(), copy_files(), destroy_file_list(), and move_files().
LPWSTR FILE_ENTRY::szFilename |
Definition at line 56 of file shlfileop.cpp.
Referenced by add_file_to_entry(), copy_dir_to_dir(), copy_files(), copy_to_dir(), destroy_file_list(), move_dir_to_dir(), move_to_dir(), and validate_operation().
LPWSTR FILE_ENTRY::szFullPath |
Definition at line 57 of file shlfileop.cpp.
Referenced by _FileOpCountManager(), add_file_to_entry(), confirm_delete_list(), copy_dir_to_dir(), copy_files(), copy_to_dir(), delete_files(), destroy_file_list(), move_dir_to_dir(), move_files(), move_to_dir(), rename_files(), and validate_operation().