mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[NDK] Add FILE_MODE_INFORMATION
This commit is contained in:
parent
3368adc547
commit
05dfc83df5
1 changed files with 5 additions and 0 deletions
|
@ -892,6 +892,11 @@ typedef struct _FILE_PIPE_PEEK_BUFFER
|
|||
CHAR Data[1];
|
||||
} FILE_PIPE_PEEK_BUFFER, *PFILE_PIPE_PEEK_BUFFER;
|
||||
|
||||
typedef struct _FILE_MODE_INFORMATION
|
||||
{
|
||||
ULONG Mode;
|
||||
} FILE_MODE_INFORMATION, *PFILE_MODE_INFORMATION;
|
||||
|
||||
//
|
||||
// I/O Error Log Structures
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue