[ros-diffs] [ekohl] 52089: [MSPORTS] Add missing definitions.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sun Jun 5 13:26:43 UTC 2011


Author: ekohl
Date: Sun Jun  5 13:26:43 2011
New Revision: 52089

URL: http://svn.reactos.org/svn/reactos?rev=52089&view=rev
Log:
[MSPORTS]
Add missing definitions.

Modified:
    trunk/reactos/include/ddk/msports.h

Modified: trunk/reactos/include/ddk/msports.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/msports.h?rev=52089&r1=52088&r2=52089&view=diff
==============================================================================
--- trunk/reactos/include/ddk/msports.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/msports.h [iso-8859-1] Sun Jun  5 13:26:43 2011
@@ -9,11 +9,13 @@
 typedef HCOMDB *PHCOMDB;
 #define HCOMDB_INVALID_HANDLE_VALUE ((HCOMDB)INVALID_HANDLE_VALUE)
 
+/* Limits for ComDBResizeDatabase NewSize */
 #define COMDB_MIN_PORTS_ARBITRATED 256
 #define COMDB_MAX_PORTS_ARBITRATED 4096
 
-#define CDB_REPORT_BITS      0x0
-#define CDB_REPORT_BYTES     0x1
+/* ReportType flags for ComDBGetCurrentPortUsage */
+#define CDB_REPORT_BITS  0x0
+#define CDB_REPORT_BYTES 0x1
 
 LONG
 WINAPI




More information about the Ros-diffs mailing list