Commit 4ccf44bb authored by Mark Harmstone's avatar Mark Harmstone Committed by Alexandre Julliard

ntstatus.h: Add MUI statuses.

parent b5994643
......@@ -1330,6 +1330,14 @@
#define STATUS_TS_INCOMPATIBLE_SESSIONS ((NTSTATUS) 0xC00A0039)
#define STATUS_TS_VIDEO_SUBSYSTEM_ERROR ((NTSTATUS) 0xC00A003A)
#define STATUS_MUI_FILE_NOT_FOUND ((NTSTATUS)0xC00B0001)
#define STATUS_MUI_INVALID_FILE ((NTSTATUS)0xC00B0002)
#define STATUS_MUI_INVALID_RC_CONFIG ((NTSTATUS)0xC00B0003)
#define STATUS_MUI_INVALID_LOCALE_NAME ((NTSTATUS)0xC00B0004)
#define STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME ((NTSTATUS)0xC00B0005)
#define STATUS_MUI_FILE_NOT_LOADED ((NTSTATUS)0xC00B0006)
#define STATUS_RESOURCE_ENUM_USER_STOP ((NTSTATUS)0xC00B0007)
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
#define STATUS_CLUSTER_JOIN_IN_PROGRESS ((NTSTATUS) 0xC0130003)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment