|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| union { | |
| BOOLEAN ReplaceIfExists | |
| ULONG Flags | |
| }; | |
| HANDLE | RootDirectory |
| ULONG | FileNameLength |
| WCHAR | FileName [1] |
Definition at line 79 of file fileinfo.c.
| union { ... } _FILE_RENAME_INFORMATION_EX::@785 |
| WCHAR _FILE_RENAME_INFORMATION_EX::FileName[1] |
Definition at line 86 of file fileinfo.c.
Referenced by rename_file_to_stream(), rename_stream(), and set_rename_information().
| ULONG _FILE_RENAME_INFORMATION_EX::FileNameLength |
Definition at line 85 of file fileinfo.c.
Referenced by rename_file_to_stream(), rename_stream(), and set_rename_information().
| ULONG _FILE_RENAME_INFORMATION_EX::Flags |
Definition at line 82 of file fileinfo.c.
Referenced by set_rename_information().
| BOOLEAN _FILE_RENAME_INFORMATION_EX::ReplaceIfExists |
Definition at line 81 of file fileinfo.c.
Referenced by set_rename_information().
| HANDLE _FILE_RENAME_INFORMATION_EX::RootDirectory |
Definition at line 84 of file fileinfo.c.
Referenced by set_rename_information().