ReactOS 0.4.16-dev-59-gd481587
|
#include <from_kernel.h>
Public Attributes | |
BOOLEAN | ReplaceIfExists |
HANDLE | RootDirectory |
ULONG | FileNameLength |
WCHAR | FileName [1] |
Definition at line 186 of file from_kernel.h.
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().
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().