ReactOS 0.4.15-dev-7953-g1f49173
_FILE_RENAME_INFORMATION_EX Struct Reference
Collaboration diagram for _FILE_RENAME_INFORMATION_EX:

Public Attributes

union {
   BOOLEAN   ReplaceIfExists
 
   ULONG   Flags
 
}; 
 
HANDLE RootDirectory
 
ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 79 of file fileinfo.c.

Member Data Documentation

◆ 

union { ... } _FILE_RENAME_INFORMATION_EX::@664

◆ FileName

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().

◆ FileNameLength

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().

◆ Flags

ULONG _FILE_RENAME_INFORMATION_EX::Flags

Definition at line 82 of file fileinfo.c.

Referenced by set_rename_information().

◆ ReplaceIfExists

BOOLEAN _FILE_RENAME_INFORMATION_EX::ReplaceIfExists

Definition at line 81 of file fileinfo.c.

Referenced by set_rename_information().

◆ RootDirectory

HANDLE _FILE_RENAME_INFORMATION_EX::RootDirectory

Definition at line 84 of file fileinfo.c.

Referenced by set_rename_information().


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