mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
Added PFILE_ALIGNMENT_INFORMATION.
svn path=/trunk/; revision=16220
This commit is contained in:
parent
5276f2c8bb
commit
9633616f5b
1 changed files with 1 additions and 1 deletions
|
@ -2470,7 +2470,7 @@ typedef struct _FILE_POSITION_INFORMATION {
|
|||
|
||||
typedef struct _FILE_ALIGNMENT_INFORMATION {
|
||||
ULONG AlignmentRequirement;
|
||||
} FILE_ALIGNMENT_INFORMATION;
|
||||
} FILE_ALIGNMENT_INFORMATION, *PFILE_ALIGNMENT_INFORMATION;
|
||||
|
||||
typedef struct _FILE_NAME_INFORMATION {
|
||||
ULONG FileNameLength;
|
||||
|
|
Loading…
Reference in a new issue