Commit in reactos/include/ntos on MAIN
zw.h+15-71.34 -> 1.35
- Move NtAllocateUuids from the Security Reference Monitor to the Executive.
- Update NtAllocateUuids to W2K signature.
- Add NtSetUuidSeed.

reactos/include/ntos
zw.h 1.34 -> 1.35
diff -u -r1.34 -r1.35
--- zw.h	24 Oct 2004 20:37:26 -0000	1.34
+++ zw.h	12 Nov 2004 12:06:17 -0000	1.35
@@ -1,5 +1,5 @@
 
-/* $Id: zw.h,v 1.34 2004/10/24 20:37:26 weiden Exp $
+/* $Id: zw.h,v 1.35 2004/11/12 12:06:17 ekohl Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -5765,17 +5765,19 @@
 NTSTATUS
 STDCALL
 NtAllocateUuids(
-	PULARGE_INTEGER Time,
-	PULONG Range,
-	PULONG Sequence
+	OUT PULARGE_INTEGER Time,
+	OUT PULONG Range,
+	OUT PULONG Sequence,
+	OUT PUCHAR Seed
 	);
 
 NTSTATUS
 STDCALL
 ZwAllocateUuids(
-	PULARGE_INTEGER Time,
-	PULONG Range,
-	PULONG Sequence
+	OUT PULARGE_INTEGER Time,
+	OUT PULONG Range,
+	OUT PULONG Sequence,
+	OUT PUCHAR Seed
 	);
 
 NTSTATUS
@@ -6333,6 +6335,12 @@
 	OUT PBOOLEAN PreviousState  OPTIONAL
 	);
 
+NTSTATUS STDCALL
+NtSetUuidSeed(IN PUCHAR Seed);
+
+NTSTATUS STDCALL
+ZwSetUuidSeed(IN PUCHAR Seed);
+
 /*
  * FUNCTION: Unloads a registry key.
  * ARGUMENTS:
CVSspam 0.2.8