mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Need AFD_IMMEDIATE.
svn path=/trunk/; revision=11673
This commit is contained in:
parent
d06c68bb99
commit
ccc0695954
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ typedef struct _AFD_DISCONNECT_INFO {
|
|||
/* AFD SEND/RECV Flags */
|
||||
#define AFD_SKIP_FIO 0x1L
|
||||
#define AFD_OVERLAPPED 0x2L
|
||||
#define AFD_IMMEDIATE 0x4L
|
||||
|
||||
/* IOCTL Generation */
|
||||
#define FSCTL_AFD_BASE FILE_DEVICE_NETWORK
|
||||
|
|
Loading…
Reference in a new issue