ReactOS 0.4.16-dev-125-g798ea90
|
#include <winternl.h>
Public Attributes | |
BOOLEAN | Replace |
HANDLE | RootDir |
ULONG | FileNameLength |
WCHAR | FileName [1] |
BOOLEAN | ReplaceIfExists |
HANDLE | RootDirectory |
Definition at line 654 of file winternl.h.
WCHAR _FILE_RENAME_INFORMATION::FileName |
Definition at line 658 of file winternl.h.
Referenced by check_nfs41_setattr_args(), Ext2SetRenameInfo(), MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().
ULONG _FILE_RENAME_INFORMATION::FileNameLength |
Definition at line 657 of file winternl.h.
Referenced by check_nfs41_setattr_args(), Ext2SetRenameInfo(), MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), test_file_rename_information(), and VfatSetRenameInformation().
BOOLEAN _FILE_RENAME_INFORMATION::Replace |
Definition at line 655 of file winternl.h.
Referenced by test_file_rename_information().
BOOLEAN _FILE_RENAME_INFORMATION::ReplaceIfExists |
Definition at line 5872 of file iotypes.h.
Referenced by MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), and VfatSetRenameInformation().
HANDLE _FILE_RENAME_INFORMATION::RootDir |
Definition at line 656 of file winternl.h.
Referenced by test_file_rename_information().
HANDLE _FILE_RENAME_INFORMATION::RootDirectory |
Definition at line 5873 of file iotypes.h.
Referenced by MoveFileWithProgressW(), nfs41_SetFileInformation(), NtSetInformationFile(), RxSetRenameInfo(), SetupMoveFile(), and VfatSetRenameInformation().