NTDLL/csr: some more stubs; code split;
[reactos.git] / reactos / include / napi / lpc.h
index 1f933a0..6f80795 100644 (file)
@@ -87,7 +87,13 @@ NTSTATUS STDCALL NtCreatePort(PHANDLE PortHandle,
                              POBJECT_ATTRIBUTES ObjectAttributes,
                              ULONG MaxConnectInfoLength,
                              ULONG MaxDataLength,
-                             ULONG Reserved);
+                             ULONG NPMessageQueueSize OPTIONAL);
+
+NTSTATUS STDCALL NtCreateWaitablePort(PHANDLE PortHandle,
+                                     POBJECT_ATTRIBUTES ObjectAttributes,
+                                     ULONG MaxConnectInfoLength,
+                                     ULONG MaxDataLength,
+                                     ULONG NPMessageQueueSize OPTIONAL);
 
 NTSTATUS STDCALL NtImpersonateClientOfPort (HANDLE PortHandle,
                                            PLPC_MESSAGE ClientMessage);