mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +00:00
[PSDK]
* Add missing FILE_PIPE_INFORMATION. svn path=/trunk/; revision=64208
This commit is contained in:
parent
b68d45fdcc
commit
0f3e5d5b61
1 changed files with 5 additions and 0 deletions
|
@ -595,6 +595,11 @@ typedef struct _FILE_MAILSLOT_SET_INFORMATION {
|
|||
LARGE_INTEGER ReadTimeout;
|
||||
} FILE_MAILSLOT_SET_INFORMATION, *PFILE_MAILSLOT_SET_INFORMATION;
|
||||
|
||||
typedef struct _FILE_PIPE_INFORMATION {
|
||||
ULONG ReadMode;
|
||||
ULONG CompletionMode;
|
||||
} FILE_PIPE_INFORMATION, *PFILE_PIPE_INFORMATION;
|
||||
|
||||
typedef struct _FILE_PIPE_LOCAL_INFORMATION {
|
||||
ULONG NamedPipeType;
|
||||
ULONG NamedPipeConfiguration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue