work on registry

svn path=/trunk/; revision=1373
This commit is contained in:
jean
2000-09-29 15:03:21 +00:00
parent bd6afcb8ba
commit 31f697ce8f
6 changed files with 563 additions and 285 deletions

View File

@@ -168,11 +168,13 @@ enum
*/
enum
{
OBJ_INHERIT = 0x1,
OBJ_PERMANENT = 0x2,
OBJ_EXCLUSIVE = 0x4,
OBJ_CASE_INSENSITIVE = 0x8,
OBJ_OPENIF = 0x10,
OBJ_INHERIT = 0x2,
OBJ_PERMANENT = 0x10,
OBJ_EXCLUSIVE = 0x20,
OBJ_CASE_INSENSITIVE = 0x40,
OBJ_OPENIF = 0x80,
OBJ_OPENLINK = 0x100,
OBJ_VALID_ATTRIBUTES = 0x1F2,
};
/*