[NTOS] Fix broken NtSetSystemEnvironmentValueEx stub which had the wrong amount of...
[reactos.git] / reactos / include / ndk / exfuncs.h
index 4570137..41dc986 100644 (file)
@@ -549,7 +549,10 @@ NTSTATUS
 NTAPI
 NtSetSystemEnvironmentValueEx(
     _In_ PUNICODE_STRING VariableName,
-    _In_ LPGUID VendorGuid
+    _In_ LPGUID VendorGuid,
+    _In_ PVOID Value,
+    _Inout_ PULONG ReturnLength,
+    _Inout_ PULONG Attributes
 );
 
 NTSYSCALLAPI