From 4cd0b3249402bdb455a2930ef4a269f2408cd62c Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 17 Jun 2005 12:57:31 +0000 Subject: [PATCH] - Fix prototype of IoCsqInitialize. - Define IO_TYPE_CSQ and IO_TYPE_CSQ_IRP_CONTEXT. svn path=/trunk/; revision=15974 --- reactos/w32api/include/ddk/winddk.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/w32api/include/ddk/winddk.h b/reactos/w32api/include/ddk/winddk.h index 5dd58d78fbb..36b94625bf6 100644 --- a/reactos/w32api/include/ddk/winddk.h +++ b/reactos/w32api/include/ddk/winddk.h @@ -2700,6 +2700,9 @@ typedef struct _IO_SECURITY_CONTEXT { ULONG FullCreateOptions; } IO_SECURITY_CONTEXT, *PIO_SECURITY_CONTEXT; +#define IO_TYPE_CSQ_IRP_CONTEXT 1 +#define IO_TYPE_CSQ 2 + struct _IO_CSQ; typedef struct _IO_CSQ_IRP_CONTEXT { @@ -6551,7 +6554,7 @@ IoCreateUnprotectedSymbolicLink( IN PUNICODE_STRING DeviceName); NTOSAPI -VOID +NTSTATUS DDKAPI IoCsqInitialize( PIO_CSQ Csq,