include: Add definition for FILE_LINK_INFORMATION struct.

oldstable
Sebastian Lackner 2015-08-20 09:22:07 +02:00 committed by Alexandre Julliard
parent 8738cea7de
commit d5f8dd3aac
1 changed files with 7 additions and 0 deletions

View File

@ -567,6 +567,13 @@ typedef struct _FILE_RENAME_INFORMATION {
WCHAR FileName[1];
} FILE_RENAME_INFORMATION, *PFILE_RENAME_INFORMATION;
typedef struct _FILE_LINK_INFORMATION {
BOOLEAN ReplaceIfExists;
HANDLE RootDirectory;
ULONG FileNameLength;
WCHAR FileName[1];
} FILE_LINK_INFORMATION, *PFILE_LINK_INFORMATION;
typedef struct _FILE_NAMES_INFORMATION {
ULONG NextEntryOffset;
ULONG FileIndex;