ReactOS 0.4.15-dev-7846-g8ba6c66
_FILE_RENAME_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _FILE_RENAME_INFORMATION:

Public Attributes

BOOLEAN Replace
 
HANDLE RootDir
 
ULONG FileNameLength
 
WCHAR FileName [1]
 
BOOLEAN ReplaceIfExists
 
HANDLE RootDirectory
 

Detailed Description

Definition at line 654 of file winternl.h.

Member Data Documentation

◆ FileName

◆ FileNameLength

◆ Replace

BOOLEAN _FILE_RENAME_INFORMATION::Replace

Definition at line 655 of file winternl.h.

Referenced by test_file_rename_information().

◆ ReplaceIfExists

BOOLEAN _FILE_RENAME_INFORMATION::ReplaceIfExists

◆ RootDir

HANDLE _FILE_RENAME_INFORMATION::RootDir

Definition at line 656 of file winternl.h.

Referenced by test_file_rename_information().

◆ RootDirectory

HANDLE _FILE_RENAME_INFORMATION::RootDirectory

The documentation for this struct was generated from the following files: