mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[NDK]: Add missing type to NDK.
svn path=/trunk/; revision=55864
This commit is contained in:
parent
b90bb9d570
commit
2a87bcea2b
1 changed files with 6 additions and 0 deletions
|
@ -599,6 +599,12 @@ typedef struct _FILE_IO_COMPLETION_INFORMATION
|
|||
IO_STATUS_BLOCK IoStatusBlock;
|
||||
} FILE_IO_COMPLETION_INFORMATION, *PFILE_IO_COMPLETION_INFORMATION;
|
||||
|
||||
typedef struct _FILE_ATTRIBUTE_TAG_INFORMATION
|
||||
{
|
||||
ULONG FileAttributes;
|
||||
ULONG ReparseTag;
|
||||
} FILE_ATTRIBUTE_TAG_INFORMATION, *PFILE_ATTRIBUTE_TAG_INFORMATION;
|
||||
|
||||
//
|
||||
// File System Information structures for NtQueryInformationFile
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue