|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winternl.h>

Public Attributes | |
| union { | |
| BOOLEAN ReplaceIfExists | |
| ULONG Flags | |
| } | DUMMYUNIONNAME |
| HANDLE | RootDirectory |
| ULONG | FileNameLength |
| WCHAR | FileName [1] |
Definition at line 1596 of file winternl.h.
| union { ... } _FILE_RENAME_INFORMATION::DUMMYUNIONNAME |
| WCHAR _FILE_RENAME_INFORMATION::FileName |
Definition at line 1603 of file winternl.h.
Referenced by check_nfs41_setattr_args(), Ext2SetRenameInfo(), MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetFileInformationByHandle(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().
| ULONG _FILE_RENAME_INFORMATION::FileNameLength |
Definition at line 1602 of file winternl.h.
Referenced by check_nfs41_setattr_args(), Ext2SetRenameInfo(), MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetFileInformationByHandle(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().
| ULONG _FILE_RENAME_INFORMATION::Flags |
Definition at line 1599 of file winternl.h.
| BOOLEAN _FILE_RENAME_INFORMATION::ReplaceIfExists |
Definition at line 1598 of file winternl.h.
Referenced by MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().
| HANDLE _FILE_RENAME_INFORMATION::RootDirectory |
Definition at line 1601 of file winternl.h.
Referenced by MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().