include: Add missing STATUS_CTX_ constants.
This commit is contained in:
parent
f68d8ed9b4
commit
3a03248a7c
|
@ -1057,6 +1057,8 @@
|
||||||
#define STATUS_CTX_CLIENT_LICENSE_IN_USE ((NTSTATUS) 0xC00A0034)
|
#define STATUS_CTX_CLIENT_LICENSE_IN_USE ((NTSTATUS) 0xC00A0034)
|
||||||
#define STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE ((NTSTATUS) 0xC00A0035)
|
#define STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE ((NTSTATUS) 0xC00A0035)
|
||||||
#define STATUS_CTX_SHADOW_NOT_RUNNING ((NTSTATUS) 0xC00A0036)
|
#define STATUS_CTX_SHADOW_NOT_RUNNING ((NTSTATUS) 0xC00A0036)
|
||||||
|
#define STATUS_CTX_LOGON_DISABLED ((NTSTATUS) 0xC00A0037)
|
||||||
|
#define STATUS_CTX_SECURITY_LAYER_ERROR ((NTSTATUS) 0xC00A0038)
|
||||||
|
|
||||||
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
|
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
|
||||||
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
|
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
|
||||||
|
|
Loading…
Reference in New Issue