mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
no message
svn path=/trunk/; revision=195
This commit is contained in:
parent
9a068f8b4b
commit
a984daa5de
1 changed files with 11 additions and 0 deletions
11
reactos/include/internal/id.h
Normal file
11
reactos/include/internal/id.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Structure ids
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#define BASE_OBJECT_ID (0x12345678)
|
||||||
|
#define FILE_OBJECT_ID (BASE_OBJECT_ID + 1)
|
||||||
|
#define DEVICE_OBJECT_ID (BASE_OBJECT_ID + 2)
|
||||||
|
#define DRIVER_OBJECT_ID (BASE_OBJECT_ID + 3)
|
||||||
|
#define DIRECTORY_OBJECT_ID (BASE_OBJECT_ID + 4)
|
||||||
|
#define CC1_CCB_ID (BASE_OBJECT_ID + 5)
|
Loading…
Reference in a new issue