inc: fsctl: add FSP_FSCTL_FILE_INFO::HardLinks field

This commit is contained in:
Bill Zissimopoulos 2016-12-07 16:43:55 -08:00
parent 26cba02091
commit 2ad4e30754

View File

@ -173,6 +173,7 @@ typedef struct
UINT64 LastWriteTime;
UINT64 ChangeTime;
UINT64 IndexNumber;
UINT32 HardLinks; /* currently unused: set to 0 */
} FSP_FSCTL_FILE_INFO;
typedef struct
{
@ -185,7 +186,7 @@ typedef struct
UINT16 Size;
FSP_FSCTL_FILE_INFO FileInfo;
UINT64 NextOffset;
UINT8 Padding[24];
UINT8 Padding[16];
/* make struct as big as FILE_ID_BOTH_DIR_INFORMATION; allows for in-place copying */
WCHAR FileNameBuf[];
} FSP_FSCTL_DIR_INFO;