ReactOS 0.4.16-dev-197-g92996da
_FILE_COPY_ON_WRITE_INFORMATION Struct Reference

#include <ntifs.template.h>

Collaboration diagram for _FILE_COPY_ON_WRITE_INFORMATION:

Public Attributes

BOOLEAN ReplaceIfExists
 
HANDLE RootDirectory
 
ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 1413 of file ntifs.template.h.

Member Data Documentation

◆ FileName

WCHAR _FILE_COPY_ON_WRITE_INFORMATION::FileName[1]

Definition at line 1417 of file ntifs.template.h.

◆ FileNameLength

ULONG _FILE_COPY_ON_WRITE_INFORMATION::FileNameLength

Definition at line 1416 of file ntifs.template.h.

◆ ReplaceIfExists

BOOLEAN _FILE_COPY_ON_WRITE_INFORMATION::ReplaceIfExists

Definition at line 1414 of file ntifs.template.h.

◆ RootDirectory

HANDLE _FILE_COPY_ON_WRITE_INFORMATION::RootDirectory

Definition at line 1415 of file ntifs.template.h.


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