mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:36:23 +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,11 +9,13 @@ DECLARE_HANDLE(HCOMDB);
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue