mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[PSDK] dsrole.h: Define DSROLE_PRIMARY_DS_READONLY (#3288)
This commit is contained in:
parent
87e2ec585f
commit
05347f7168
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#define DSROLE_PRIMARY_DS_RUNNING 0x00000001
|
||||
#define DSROLE_PRIMARY_DS_MIXED_MODE 0x00000002
|
||||
#define DSROLE_UPGRADE_IN_PROGRESS 0x00000004
|
||||
#define DSROLE_PRIMARY_DS_READONLY 0x00000008
|
||||
#define DSROLE_PRIMARY_DOMAIN_GUID_PRESENT 0x01000000
|
||||
|
||||
typedef enum _DSROLE_PRIMARY_DOMAIN_INFO_LEVEL
|
||||
|
|
Loading…
Reference in a new issue