- Fix prototype of IoCsqInitialize. - Define IO_TYPE_CSQ and IO_TYPE_CSQ_IRP_CONTEXT.
Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h 2005-06-17 12:31:49 UTC (rev 15973) +++ trunk/reactos/w32api/include/ddk/winddk.h 2005-06-17 12:57:31 UTC (rev 15974) @@ -2700,6 +2700,9 @@
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 @@
IN PUNICODE_STRING DeviceName); NTOSAPI
-VOID
+NTSTATUS
DDKAPI IoCsqInitialize( PIO_CSQ Csq,