ReactOS 0.4.16-dev-1531-gd958a24
_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]
 
union {
   BOOLEAN   ReplaceIfExists
 
   ULONG   Flags
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 186 of file from_kernel.h.

Member Data Documentation

◆ 

union { ... } _FILE_LINK_INFORMATION::DUMMYUNIONNAME

◆ FileName

WCHAR _FILE_LINK_INFORMATION::FileName

◆ FileNameLength

ULONG _FILE_LINK_INFORMATION::FileNameLength

◆ Flags

ULONG _FILE_LINK_INFORMATION::Flags

Definition at line 1618 of file winternl.h.

◆ 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: