X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fntos%2Fregistry.h;h=008f3757233f00eedc83879e36ad06b326418416;hb=HEAD;hp=e822343e34e5793862843d892ab3afeeafd07895;hpb=e3ed2d773259cc445c7ff8181ebd934931365328;p=reactos.git diff --git a/include/ntos/registry.h b/include/ntos/registry.h index e822343..008f375 100644 --- a/include/ntos/registry.h +++ b/include/ntos/registry.h @@ -35,6 +35,12 @@ #define REG_OPTION_BACKUP_RESTORE (0x8L) #define REG_OPTION_OPEN_LINK (0x8L) +/* Key load/restore options */ +#define REG_WHOLE_HIVE_VOLATILE (0x1L) +#define REG_REFRESH_HIVE (0x2L) +#define REG_NO_LAZY_FLUSH (0x4L) +#define REG_FORCE_RESTORE (0x8L) + /* Key create/open disposition */ #define REG_CREATED_NEW_KEY (0x1L) #define REG_OPENED_EXISTING_KEY (0x2L)