|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <from_kernel.h>

Public Attributes | |
| BOOLEAN | ReplaceIfExists |
| HANDLE | RootDirectory |
| ULONG | FileNameLength |
| WCHAR | FileName [1] |
| union { | |
| BOOLEAN ReplaceIfExists | |
| ULONG Flags | |
| } | DUMMYUNIONNAME |
Definition at line 186 of file from_kernel.h.
| union { ... } _FILE_LINK_INFORMATION::DUMMYUNIONNAME |
| WCHAR _FILE_LINK_INFORMATION::FileName |
Definition at line 190 of file from_kernel.h.
Referenced by check_nfs41_setattr_args(), CreateHardLinkW(), Ext2SetLinkInfo(), and test_file_link_information().
| ULONG _FILE_LINK_INFORMATION::FileNameLength |
Definition at line 189 of file from_kernel.h.
Referenced by check_nfs41_setattr_args(), CreateHardLinkW(), Ext2SetLinkInfo(), and test_file_link_information().
| ULONG _FILE_LINK_INFORMATION::Flags |
Definition at line 1618 of file winternl.h.
| BOOLEAN _FILE_LINK_INFORMATION::ReplaceIfExists |
Definition at line 187 of file from_kernel.h.
Referenced by CreateHardLinkW(), and test_file_link_information().
| HANDLE _FILE_LINK_INFORMATION::RootDirectory |
Definition at line 188 of file from_kernel.h.
Referenced by CreateHardLinkW(), and test_file_link_information().