mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[MSPORTS]
Add missing definitions. svn path=/trunk/; revision=52089
This commit is contained in:
parent
36ca51c79e
commit
a9d4438b61
1 changed files with 4 additions and 2 deletions
|
@ -9,9 +9,11 @@ DECLARE_HANDLE(HCOMDB);
|
||||||
typedef HCOMDB *PHCOMDB;
|
typedef HCOMDB *PHCOMDB;
|
||||||
#define HCOMDB_INVALID_HANDLE_VALUE ((HCOMDB)INVALID_HANDLE_VALUE)
|
#define HCOMDB_INVALID_HANDLE_VALUE ((HCOMDB)INVALID_HANDLE_VALUE)
|
||||||
|
|
||||||
|
/* Limits for ComDBResizeDatabase NewSize */
|
||||||
#define COMDB_MIN_PORTS_ARBITRATED 256
|
#define COMDB_MIN_PORTS_ARBITRATED 256
|
||||||
#define COMDB_MAX_PORTS_ARBITRATED 4096
|
#define COMDB_MAX_PORTS_ARBITRATED 4096
|
||||||
|
|
||||||
|
/* ReportType flags for ComDBGetCurrentPortUsage */
|
||||||
#define CDB_REPORT_BITS 0x0
|
#define CDB_REPORT_BITS 0x0
|
||||||
#define CDB_REPORT_BYTES 0x1
|
#define CDB_REPORT_BYTES 0x1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue