[ros-diffs] [ea] 13538: NtAcceptConnectPort signature fixed.

ea at svn.reactos.com ea at svn.reactos.com
Sun Feb 13 22:31:35 CET 2005


NtAcceptConnectPort signature fixed.
Modified: trunk/reactos/include/ntos/zw.h
  _____  

Modified: trunk/reactos/include/ntos/zw.h
--- trunk/reactos/include/ntos/zw.h	2005-02-13 21:18:37 UTC (rev
13537)
+++ trunk/reactos/include/ntos/zw.h	2005-02-13 21:31:34 UTC (rev
13538)
@@ -108,12 +108,12 @@

 
 #ifndef __USE_NT_LPC__
 NTSTATUS STDCALL
-NtAcceptConnectPort (PHANDLE PortHandle,
-		     HANDLE NamedPortHandle,
-		     PLPC_MESSAGE ServerReply,
-		     BOOLEAN AcceptIt,
-		     PLPC_SECTION_WRITE WriteMap,
-		     PLPC_SECTION_READ ReadMap);
+NtAcceptConnectPort (OUT PHANDLE PortHandle,
+		     IN  PVOID Context,
+		     IN  PLPC_MESSAGE ServerReply,
+		     IN  BOOLEAN AcceptIt,
+		     IN  PLPC_SECTION_WRITE WriteMap,
+		     IN  PLPC_SECTION_READ ReadMap);
 #else
 NTSTATUS STDCALL
 NtAcceptConnectPort (PHANDLE PortHandle,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050213/e7d8cdc8/attachment.html


More information about the Ros-diffs mailing list