[ros-diffs] [weiden] 13127: fixed prototype of NtNotifyChangeKey()

weiden at svn.reactos.com weiden at svn.reactos.com
Tue Jan 18 23:47:18 CET 2005


fixed prototype of NtNotifyChangeKey()
Modified: trunk/reactos/include/ntos/zw.h
Modified: trunk/reactos/ntoskrnl/cm/ntfunc.c
  _____  

Modified: trunk/reactos/include/ntos/zw.h
--- trunk/reactos/include/ntos/zw.h	2005-01-18 22:36:39 UTC (rev
13126)
+++ trunk/reactos/include/ntos/zw.h	2005-01-18 22:47:16 UTC (rev
13127)
@@ -1887,10 +1887,10 @@

 	IN PVOID ApcContext OPTIONAL, 
 	OUT PIO_STATUS_BLOCK IoStatusBlock,
 	IN ULONG CompletionFilter,
-	IN BOOLEAN Asynchroneous, 
-	OUT PVOID ChangeBuffer,
+	IN BOOLEAN WatchSubtree,
+	OUT PVOID Buffer,
 	IN ULONG Length,
-	IN BOOLEAN WatchSubtree
+	IN BOOLEAN Asynchronous
 	);
 
 NTSTATUS
@@ -1902,10 +1902,10 @@
 	IN PVOID ApcContext OPTIONAL, 
 	OUT PIO_STATUS_BLOCK IoStatusBlock,
 	IN ULONG CompletionFilter,
-	IN BOOLEAN Asynchroneous, 
-	OUT PVOID ChangeBuffer,
+	IN BOOLEAN WatchSubtree,
+	OUT PVOID Buffer,
 	IN ULONG Length,
-	IN BOOLEAN WatchSubtree
+	IN BOOLEAN Asynchronous
 	);
 
 /*
  _____  

Modified: trunk/reactos/ntoskrnl/cm/ntfunc.c
--- trunk/reactos/ntoskrnl/cm/ntfunc.c	2005-01-18 22:36:39 UTC (rev
13126)
+++ trunk/reactos/ntoskrnl/cm/ntfunc.c	2005-01-18 22:47:16 UTC (rev
13127)
@@ -1796,10 +1796,10 @@

 		   IN PVOID ApcContext OPTIONAL,
 		   OUT PIO_STATUS_BLOCK IoStatusBlock,
 		   IN ULONG CompletionFilter,
-		   IN BOOLEAN Asynchroneous,
-		   OUT PVOID ChangeBuffer,
+		   IN BOOLEAN WatchSubtree,
+		   OUT PVOID Buffer,
 		   IN ULONG Length,
-		   IN BOOLEAN WatchSubtree)
+		   IN BOOLEAN Asynchronous)
 {
 	UNIMPLEMENTED;
 	return(STATUS_NOT_IMPLEMENTED);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050118/ebfba3de/attachment.html


More information about the Ros-diffs mailing list