mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 05:14:22 +08:00
no message
svn path=/trunk/; revision=195
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user