X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fw32api%2Finclude%2Fddk%2Fwinddk.h;h=256c87ac5dc0e33b2d7ad384134d4539681cae2c;hp=10f789441ba50d8a311cf121e7a082747a10e793;hb=a5243c8e37ca6b59f956bdab5831110b801f1037;hpb=d5829ea63de3b11e29005b02ff9e2368c61cd112 diff --git a/reactos/w32api/include/ddk/winddk.h b/reactos/w32api/include/ddk/winddk.h index 10f789441ba..256c87ac5dc 100644 --- a/reactos/w32api/include/ddk/winddk.h +++ b/reactos/w32api/include/ddk/winddk.h @@ -3180,22 +3180,6 @@ typedef struct _IO_STACK_LOCATION { USHORT ShareAccess; ULONG POINTER_ALIGNMENT EaLength; } Create; - /* FIXME: CreatePipe and CreateMailslot aren't defined in official - * DDK/IFS headers. */ - struct { - PIO_SECURITY_CONTEXT SecurityContext; - ULONG Options; - USHORT Reserved; - USHORT ShareAccess; - struct _NAMED_PIPE_CREATE_PARAMETERS *Parameters; - } CreatePipe; - struct { - PIO_SECURITY_CONTEXT SecurityContext; - ULONG Options; - USHORT Reserved; - USHORT ShareAccess; - struct _MAILSLOT_CREATE_PARAMETERS *Parameters; - } CreateMailslot; struct { ULONG Length; ULONG POINTER_ALIGNMENT Key;