LPC message type LPC_CONNECTION_REFUSED does not exist in NT.
authorEmanuele Aliberti <ea@iol.it>
Sun, 13 Feb 2005 21:32:41 +0000 (21:32 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 13 Feb 2005 21:32:41 +0000 (21:32 +0000)
svn path=/trunk/; revision=13539

reactos/include/ntos/zwtypes.h

index 067ed8b..37ba0b1 100755 (executable)
@@ -1742,7 +1742,7 @@ typedef enum
     LPC_DEBUG_EVENT        = 0x8,
     LPC_ERROR_EVENT        = 0x9,
     LPC_CONNECTION_REQUEST = 0xa,
-    LPC_CONNECTION_REFUSED = 0xb
+    LPC_CONNECTION_REFUSED = 0xb /* ReactOS only */
 
 } LPC_TYPE, *PLPC_TYPE;