[ros-diffs] [navaraf] 15974: - Fix prototype of IoCsqInitialize.
navaraf at svn.reactos.com
navaraf at svn.reactos.com
Fri Jun 17 14:57:34 CEST 2005
- Fix prototype of IoCsqInitialize.
- Define IO_TYPE_CSQ and IO_TYPE_CSQ_IRP_CONTEXT.
Modified: trunk/reactos/w32api/include/ddk/winddk.h
_____
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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050617/9f480cf9/attachment.html
More information about the Ros-diffs
mailing list