ReactOS 0.4.15-dev-7906-g1b85a5f
_FILE_LINK_INFORMATION Struct Reference

#include <from_kernel.h>

Collaboration diagram for _FILE_LINK_INFORMATION:

Public Attributes

BOOLEAN ReplaceIfExists
 
HANDLE RootDirectory
 
ULONG FileNameLength
 
WCHAR FileName [1]
 

Detailed Description

Definition at line 186 of file from_kernel.h.

Member Data Documentation

◆ FileName

WCHAR _FILE_LINK_INFORMATION::FileName

◆ FileNameLength

ULONG _FILE_LINK_INFORMATION::FileNameLength

◆ ReplaceIfExists

BOOLEAN _FILE_LINK_INFORMATION::ReplaceIfExists

Definition at line 187 of file from_kernel.h.

Referenced by CreateHardLinkW(), and test_file_link_information().

◆ RootDirectory

HANDLE _FILE_LINK_INFORMATION::RootDirectory

Definition at line 188 of file from_kernel.h.

Referenced by CreateHardLinkW(), and test_file_link_information().


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