LPC message type LPC_CONNECTION_REFUSED does not exist in NT.
Modified: trunk/reactos/include/ntos/zwtypes.h

Modified: trunk/reactos/include/ntos/zwtypes.h
--- trunk/reactos/include/ntos/zwtypes.h	2005-02-13 21:31:34 UTC (rev 13538)
+++ trunk/reactos/include/ntos/zwtypes.h	2005-02-13 21:32:41 UTC (rev 13539)
@@ -1742,7 +1742,7 @@
     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;