enum WinError
Overview
WinError represents Windows' System Error Codes.
Defined in:
winerror.crEnum Members
- 
        ERROR_SUCCESS = 0_u32
- 
        ERROR_INVALID_FUNCTION = 1_u32
- 
        ERROR_FILE_NOT_FOUND = 2_u32
- 
        ERROR_PATH_NOT_FOUND = 3_u32
- 
        ERROR_TOO_MANY_OPEN_FILES = 4_u32
- 
        ERROR_ACCESS_DENIED = 5_u32
- 
        ERROR_INVALID_HANDLE = 6_u32
- 
        ERROR_ARENA_TRASHED = 7_u32
- 
        ERROR_NOT_ENOUGH_MEMORY = 8_u32
- 
        ERROR_INVALID_BLOCK = 9_u32
- 
        ERROR_BAD_ENVIRONMENT = 10_u32
- 
        ERROR_BAD_FORMAT = 11_u32
- 
        ERROR_INVALID_ACCESS = 12_u32
- 
        ERROR_INVALID_DATA = 13_u32
- 
        ERROR_OUTOFMEMORY = 14_u32
- 
        ERROR_INVALID_DRIVE = 15_u32
- 
        ERROR_CURRENT_DIRECTORY = 16_u32
- 
        ERROR_NOT_SAME_DEVICE = 17_u32
- 
        ERROR_NO_MORE_FILES = 18_u32
- 
        ERROR_WRITE_PROTECT = 19_u32
- 
        ERROR_BAD_UNIT = 20_u32
- 
        ERROR_NOT_READY = 21_u32
- 
        ERROR_BAD_COMMAND = 22_u32
- 
        ERROR_CRC = 23_u32
- 
        ERROR_BAD_LENGTH = 24_u32
- 
        ERROR_SEEK = 25_u32
- 
        ERROR_NOT_DOS_DISK = 26_u32
- 
        ERROR_SECTOR_NOT_FOUND = 27_u32
- 
        ERROR_OUT_OF_PAPER = 28_u32
- 
        ERROR_WRITE_FAULT = 29_u32
- 
        ERROR_READ_FAULT = 30_u32
- 
        ERROR_GEN_FAILURE = 31_u32
- 
        ERROR_SHARING_VIOLATION = 32_u32
- 
        ERROR_LOCK_VIOLATION = 33_u32
- 
        ERROR_WRONG_DISK = 34_u32
- 
        ERROR_SHARING_BUFFER_EXCEEDED = 36_u32
- 
        ERROR_HANDLE_EOF = 38_u32
- 
        ERROR_HANDLE_DISK_FULL = 39_u32
- 
        ERROR_NOT_SUPPORTED = 50_u32
- 
        ERROR_REM_NOT_LIST = 51_u32
- 
        ERROR_DUP_NAME = 52_u32
- 
        ERROR_BAD_NETPATH = 53_u32
- 
        ERROR_NETWORK_BUSY = 54_u32
- 
        ERROR_DEV_NOT_EXIST = 55_u32
- 
        ERROR_TOO_MANY_CMDS = 56_u32
- 
        ERROR_ADAP_HDW_ERR = 57_u32
- 
        ERROR_BAD_NET_RESP = 58_u32
- 
        ERROR_UNEXP_NET_ERR = 59_u32
- 
        ERROR_BAD_REM_ADAP = 60_u32
- 
        ERROR_PRINTQ_FULL = 61_u32
- 
        ERROR_NO_SPOOL_SPACE = 62_u32
- 
        ERROR_PRINT_CANCELLED = 63_u32
- 
        ERROR_NETNAME_DELETED = 64_u32
- 
        ERROR_NETWORK_ACCESS_DENIED = 65_u32
- 
        ERROR_BAD_DEV_TYPE = 66_u32
- 
        ERROR_BAD_NET_NAME = 67_u32
- 
        ERROR_TOO_MANY_NAMES = 68_u32
- 
        ERROR_TOO_MANY_SESS = 69_u32
- 
        ERROR_SHARING_PAUSED = 70_u32
- 
        ERROR_REQ_NOT_ACCEP = 71_u32
- 
        ERROR_REDIR_PAUSED = 72_u32
- 
        ERROR_FILE_EXISTS = 80_u32
- 
        ERROR_CANNOT_MAKE = 82_u32
- 
        ERROR_FAIL_I24 = 83_u32
- 
        ERROR_OUT_OF_STRUCTURES = 84_u32
- 
        ERROR_ALREADY_ASSIGNED = 85_u32
- 
        ERROR_INVALID_PASSWORD = 86_u32
- 
        ERROR_INVALID_PARAMETER = 87_u32
- 
        ERROR_NET_WRITE_FAULT = 88_u32
- 
        ERROR_NO_PROC_SLOTS = 89_u32
- 
        ERROR_TOO_MANY_SEMAPHORES = 100_u32
- 
        ERROR_EXCL_SEM_ALREADY_OWNED = 101_u32
- 
        ERROR_SEM_IS_SET = 102_u32
- 
        ERROR_TOO_MANY_SEM_REQUESTS = 103_u32
- 
        ERROR_INVALID_AT_INTERRUPT_TIME = 104_u32
- 
        ERROR_SEM_OWNER_DIED = 105_u32
- 
        ERROR_SEM_USER_LIMIT = 106_u32
- 
        ERROR_DISK_CHANGE = 107_u32
- 
        ERROR_DRIVE_LOCKED = 108_u32
- 
        ERROR_BROKEN_PIPE = 109_u32
- 
        ERROR_OPEN_FAILED = 110_u32
- 
        ERROR_BUFFER_OVERFLOW = 111_u32
- 
        ERROR_DISK_FULL = 112_u32
- 
        ERROR_NO_MORE_SEARCH_HANDLES = 113_u32
- 
        ERROR_INVALID_TARGET_HANDLE = 114_u32
- 
        ERROR_INVALID_CATEGORY = 117_u32
- 
        ERROR_INVALID_VERIFY_SWITCH = 118_u32
- 
        ERROR_BAD_DRIVER_LEVEL = 119_u32
- 
        ERROR_CALL_NOT_IMPLEMENTED = 120_u32
- 
        ERROR_SEM_TIMEOUT = 121_u32
- 
        ERROR_INSUFFICIENT_BUFFER = 122_u32
- 
        ERROR_INVALID_NAME = 123_u32
- 
        ERROR_INVALID_LEVEL = 124_u32
- 
        ERROR_NO_VOLUME_LABEL = 125_u32
- 
        ERROR_MOD_NOT_FOUND = 126_u32
- 
        ERROR_PROC_NOT_FOUND = 127_u32
- 
        ERROR_WAIT_NO_CHILDREN = 128_u32
- 
        ERROR_CHILD_NOT_COMPLETE = 129_u32
- 
        ERROR_DIRECT_ACCESS_HANDLE = 130_u32
- 
        ERROR_NEGATIVE_SEEK = 131_u32
- 
        ERROR_SEEK_ON_DEVICE = 132_u32
- 
        ERROR_IS_JOIN_TARGET = 133_u32
- 
        ERROR_IS_JOINED = 134_u32
- 
        ERROR_IS_SUBSTED = 135_u32
- 
        ERROR_NOT_JOINED = 136_u32
- 
        ERROR_NOT_SUBSTED = 137_u32
- 
        ERROR_JOIN_TO_JOIN = 138_u32
- 
        ERROR_SUBST_TO_SUBST = 139_u32
- 
        ERROR_JOIN_TO_SUBST = 140_u32
- 
        ERROR_SUBST_TO_JOIN = 141_u32
- 
        ERROR_BUSY_DRIVE = 142_u32
- 
        ERROR_SAME_DRIVE = 143_u32
- 
        ERROR_DIR_NOT_ROOT = 144_u32
- 
        ERROR_DIR_NOT_EMPTY = 145_u32
- 
        ERROR_IS_SUBST_PATH = 146_u32
- 
        ERROR_IS_JOIN_PATH = 147_u32
- 
        ERROR_PATH_BUSY = 148_u32
- 
        ERROR_IS_SUBST_TARGET = 149_u32
- 
        ERROR_SYSTEM_TRACE = 150_u32
- 
        ERROR_INVALID_EVENT_COUNT = 151_u32
- 
        ERROR_TOO_MANY_MUXWAITERS = 152_u32
- 
        ERROR_INVALID_LIST_FORMAT = 153_u32
- 
        ERROR_LABEL_TOO_LONG = 154_u32
- 
        ERROR_TOO_MANY_TCBS = 155_u32
- 
        ERROR_SIGNAL_REFUSED = 156_u32
- 
        ERROR_DISCARDED = 157_u32
- 
        ERROR_NOT_LOCKED = 158_u32
- 
        ERROR_BAD_THREADID_ADDR = 159_u32
- 
        ERROR_BAD_ARGUMENTS = 160_u32
- 
        ERROR_BAD_PATHNAME = 161_u32
- 
        ERROR_SIGNAL_PENDING = 162_u32
- 
        ERROR_MAX_THRDS_REACHED = 164_u32
- 
        ERROR_LOCK_FAILED = 167_u32
- 
        ERROR_BUSY = 170_u32
- 
        ERROR_CANCEL_VIOLATION = 173_u32
- 
        ERROR_ATOMIC_LOCKS_NOT_SUPPORTED = 174_u32
- 
        ERROR_INVALID_SEGMENT_NUMBER = 180_u32
- 
        ERROR_INVALID_ORDINAL = 182_u32
- 
        ERROR_ALREADY_EXISTS = 183_u32
- 
        ERROR_INVALID_FLAG_NUMBER = 186_u32
- 
        ERROR_SEM_NOT_FOUND = 187_u32
- 
        ERROR_INVALID_STARTING_CODESEG = 188_u32
- 
        ERROR_INVALID_STACKSEG = 189_u32
- 
        ERROR_INVALID_MODULETYPE = 190_u32
- 
        ERROR_INVALID_EXE_SIGNATURE = 191_u32
- 
        ERROR_EXE_MARKED_INVALID = 192_u32
- 
        ERROR_BAD_EXE_FORMAT = 193_u32
- 
        ERROR_ITERATED_DATA_EXCEEDS_64k = 194_u32
- 
        ERROR_INVALID_MINALLOCSIZE = 195_u32
- 
        ERROR_DYNLINK_FROM_INVALID_RING = 196_u32
- 
        ERROR_IOPL_NOT_ENABLED = 197_u32
- 
        ERROR_INVALID_SEGDPL = 198_u32
- 
        ERROR_AUTODATASEG_EXCEEDS_64k = 199_u32
- 
        ERROR_RING2SEG_MUST_BE_MOVABLE = 200_u32
- 
        ERROR_RELOC_CHAIN_XEEDS_SEGLIM = 201_u32
- 
        ERROR_INFLOOP_IN_RELOC_CHAIN = 202_u32
- 
        ERROR_ENVVAR_NOT_FOUND = 203_u32
- 
        ERROR_NO_SIGNAL_SENT = 205_u32
- 
        ERROR_FILENAME_EXCED_RANGE = 206_u32
- 
        ERROR_RING2_STACK_IN_USE = 207_u32
- 
        ERROR_META_EXPANSION_TOO_LONG = 208_u32
- 
        ERROR_INVALID_SIGNAL_NUMBER = 209_u32
- 
        ERROR_THREAD_1_INACTIVE = 210_u32
- 
        ERROR_LOCKED = 212_u32
- 
        ERROR_TOO_MANY_MODULES = 214_u32
- 
        ERROR_NESTING_NOT_ALLOWED = 215_u32
- 
        ERROR_EXE_MACHINE_TYPE_MISMATCH = 216_u32
- 
        ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY = 217_u32
- 
        ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY = 218_u32
- 
        ERROR_FILE_CHECKED_OUT = 220_u32
- 
        ERROR_CHECKOUT_REQUIRED = 221_u32
- 
        ERROR_BAD_FILE_TYPE = 222_u32
- 
        ERROR_FILE_TOO_LARGE = 223_u32
- 
        ERROR_FORMS_AUTH_REQUIRED = 224_u32
- 
        ERROR_PIPE_LOCAL = 229_u32
- 
        ERROR_BAD_PIPE = 230_u32
- 
        ERROR_PIPE_BUSY = 231_u32
- 
        ERROR_NO_DATA = 232_u32
- 
        ERROR_PIPE_NOT_CONNECTED = 233_u32
- 
        ERROR_MORE_DATA = 234_u32
- 
        ERROR_VC_DISCONNECTED = 240_u32
- 
        ERROR_INVALID_EA_NAME = 254_u32
- 
        ERROR_EA_LIST_INCONSISTENT = 255_u32
- 
        WAIT_TIMEOUT = 258_u32
- 
        ERROR_NO_MORE_ITEMS = 259_u32
- 
        ERROR_CANNOT_COPY = 266_u32
- 
        ERROR_DIRECTORY = 267_u32
- 
        ERROR_EAS_DIDNT_FIT = 275_u32
- 
        ERROR_EA_FILE_CORRUPT = 276_u32
- 
        ERROR_EA_TABLE_FULL = 277_u32
- 
        ERROR_INVALID_EA_HANDLE = 278_u32
- 
        ERROR_EAS_NOT_SUPPORTED = 282_u32
- 
        ERROR_NOT_OWNER = 288_u32
- 
        ERROR_TOO_MANY_POSTS = 298_u32
- 
        ERROR_PARTIAL_COPY = 299_u32
- 
        ERROR_OPLOCK_NOT_GRANTED = 300_u32
- 
        ERROR_INVALID_OPLOCK_PROTOCOL = 301_u32
- 
        ERROR_DISK_TOO_FRAGMENTED = 302_u32
- 
        ERROR_DELETE_PENDING = 303_u32
- 
        ERROR_MR_MID_NOT_FOUND = 317_u32
- 
        ERROR_SCOPE_NOT_FOUND = 318_u32
- 
        ERROR_INVALID_ADDRESS = 487_u32
- 
        ERROR_ARITHMETIC_OVERFLOW = 534_u32
- 
        ERROR_PIPE_CONNECTED = 535_u32
- 
        ERROR_PIPE_LISTENING = 536_u32
- 
        ERROR_WAKE_SYSTEM = 730_u32
- 
        ERROR_WAIT_1 = 731_u32
- 
        ERROR_WAIT_2 = 732_u32
- 
        ERROR_WAIT_3 = 733_u32
- 
        ERROR_WAIT_63 = 734_u32
- 
        ERROR_ABANDONED_WAIT_0 = 735_u32
- 
        ERROR_ABANDONED_WAIT_63 = 736_u32
- 
        ERROR_USER_APC = 737_u32
- 
        ERROR_KERNEL_APC = 738_u32
- 
        ERROR_ALERTED = 739_u32
- 
        ERROR_EA_ACCESS_DENIED = 994_u32
- 
        ERROR_OPERATION_ABORTED = 995_u32
- 
        ERROR_IO_INCOMPLETE = 996_u32
- 
        ERROR_IO_PENDING = 997_u32
- 
        ERROR_NOACCESS = 998_u32
- 
        ERROR_SWAPERROR = 999_u32
- 
        ERROR_STACK_OVERFLOW = 1001_u32
- 
        ERROR_INVALID_MESSAGE = 1002_u32
- 
        ERROR_CAN_NOT_COMPLETE = 1003_u32
- 
        ERROR_INVALID_FLAGS = 1004_u32
- 
        ERROR_UNRECOGNIZED_VOLUME = 1005_u32
- 
        ERROR_FILE_INVALID = 1006_u32
- 
        ERROR_FULLSCREEN_MODE = 1007_u32
- 
        ERROR_NO_TOKEN = 1008_u32
- 
        ERROR_BADDB = 1009_u32
- 
        ERROR_BADKEY = 1010_u32
- 
        ERROR_CANTOPEN = 1011_u32
- 
        ERROR_CANTREAD = 1012_u32
- 
        ERROR_CANTWRITE = 1013_u32
- 
        ERROR_REGISTRY_RECOVERED = 1014_u32
- 
        ERROR_REGISTRY_CORRUPT = 1015_u32
- 
        ERROR_REGISTRY_IO_FAILED = 1016_u32
- 
        ERROR_NOT_REGISTRY_FILE = 1017_u32
- 
        ERROR_KEY_DELETED = 1018_u32
- 
        ERROR_NO_LOG_SPACE = 1019_u32
- 
        ERROR_KEY_HAS_CHILDREN = 1020_u32
- 
        ERROR_CHILD_MUST_BE_VOLATILE = 1021_u32
- 
        ERROR_NOTIFY_ENUM_DIR = 1022_u32
- 
        ERROR_DEPENDENT_SERVICES_RUNNING = 1051_u32
- 
        ERROR_INVALID_SERVICE_CONTROL = 1052_u32
- 
        ERROR_SERVICE_REQUEST_TIMEOUT = 1053_u32
- 
        ERROR_SERVICE_NO_THREAD = 1054_u32
- 
        ERROR_SERVICE_DATABASE_LOCKED = 1055_u32
- 
        ERROR_SERVICE_ALREADY_RUNNING = 1056_u32
- 
        ERROR_INVALID_SERVICE_ACCOUNT = 1057_u32
- 
        ERROR_SERVICE_DISABLED = 1058_u32
- 
        ERROR_CIRCULAR_DEPENDENCY = 1059_u32
- 
        ERROR_SERVICE_DOES_NOT_EXIST = 1060_u32
- 
        ERROR_SERVICE_CANNOT_ACCEPT_CTRL = 1061_u32
- 
        ERROR_SERVICE_NOT_ACTIVE = 1062_u32
- 
        ERROR_FAILED_SERVICE_CONTROLLER_CONNECT = 1063_u32
- 
        ERROR_EXCEPTION_IN_SERVICE = 1064_u32
- 
        ERROR_DATABASE_DOES_NOT_EXIST = 1065_u32
- 
        ERROR_SERVICE_SPECIFIC_ERROR = 1066_u32
- 
        ERROR_PROCESS_ABORTED = 1067_u32
- 
        ERROR_SERVICE_DEPENDENCY_FAIL = 1068_u32
- 
        ERROR_SERVICE_LOGON_FAILED = 1069_u32
- 
        ERROR_SERVICE_START_HANG = 1070_u32
- 
        ERROR_INVALID_SERVICE_LOCK = 1071_u32
- 
        ERROR_SERVICE_MARKED_FOR_DELETE = 1072_u32
- 
        ERROR_SERVICE_EXISTS = 1073_u32
- 
        ERROR_ALREADY_RUNNING_LKG = 1074_u32
- 
        ERROR_SERVICE_DEPENDENCY_DELETED = 1075_u32
- 
        ERROR_BOOT_ALREADY_ACCEPTED = 1076_u32
- 
        ERROR_SERVICE_NEVER_STARTED = 1077_u32
- 
        ERROR_DUPLICATE_SERVICE_NAME = 1078_u32
- 
        ERROR_DIFFERENT_SERVICE_ACCOUNT = 1079_u32
- 
        ERROR_CANNOT_DETECT_DRIVER_FAILURE = 1080_u32
- 
        ERROR_CANNOT_DETECT_PROCESS_ABORT = 1081_u32
- 
        ERROR_NO_RECOVERY_PROGRAM = 1082_u32
- 
        ERROR_SERVICE_NOT_IN_EXE = 1083_u32
- 
        ERROR_NOT_SAFEBOOT_SERVICE = 1084_u32
- 
        ERROR_END_OF_MEDIA = 1100_u32
- 
        ERROR_FILEMARK_DETECTED = 1101_u32
- 
        ERROR_BEGINNING_OF_MEDIA = 1102_u32
- 
        ERROR_SETMARK_DETECTED = 1103_u32
- 
        ERROR_NO_DATA_DETECTED = 1104_u32
- 
        ERROR_PARTITION_FAILURE = 1105_u32
- 
        ERROR_INVALID_BLOCK_LENGTH = 1106_u32
- 
        ERROR_DEVICE_NOT_PARTITIONED = 1107_u32
- 
        ERROR_UNABLE_TO_LOCK_MEDIA = 1108_u32
- 
        ERROR_UNABLE_TO_UNLOAD_MEDIA = 1109_u32
- 
        ERROR_MEDIA_CHANGED = 1110_u32
- 
        ERROR_BUS_RESET = 1111_u32
- 
        ERROR_NO_MEDIA_IN_DRIVE = 1112_u32
- 
        ERROR_NO_UNICODE_TRANSLATION = 1113_u32
- 
        ERROR_DLL_INIT_FAILED = 1114_u32
- 
        ERROR_SHUTDOWN_IN_PROGRESS = 1115_u32
- 
        ERROR_NO_SHUTDOWN_IN_PROGRESS = 1116_u32
- 
        ERROR_IO_DEVICE = 1117_u32
- 
        ERROR_SERIAL_NO_DEVICE = 1118_u32
- 
        ERROR_IRQ_BUSY = 1119_u32
- 
        ERROR_MORE_WRITES = 1120_u32
- 
        ERROR_COUNTER_TIMEOUT = 1121_u32
- 
        ERROR_FLOPPY_ID_MARK_NOT_FOUND = 1122_u32
- 
        ERROR_FLOPPY_WRONG_CYLINDER = 1123_u32
- 
        ERROR_FLOPPY_UNKNOWN_ERROR = 1124_u32
- 
        ERROR_FLOPPY_BAD_REGISTERS = 1125_u32
- 
        ERROR_DISK_RECALIBRATE_FAILED = 1126_u32
- 
        ERROR_DISK_OPERATION_FAILED = 1127_u32
- 
        ERROR_DISK_RESET_FAILED = 1128_u32
- 
        ERROR_EOM_OVERFLOW = 1129_u32
- 
        ERROR_NOT_ENOUGH_SERVER_MEMORY = 1130_u32
- 
        ERROR_POSSIBLE_DEADLOCK = 1131_u32
- 
        ERROR_MAPPED_ALIGNMENT = 1132_u32
- 
        ERROR_SET_POWER_STATE_VETOED = 1140_u32
- 
        ERROR_SET_POWER_STATE_FAILED = 1141_u32
- 
        ERROR_TOO_MANY_LINKS = 1142_u32
- 
        ERROR_OLD_WIN_VERSION = 1150_u32
- 
        ERROR_APP_WRONG_OS = 1151_u32
- 
        ERROR_SINGLE_INSTANCE_APP = 1152_u32
- 
        ERROR_RMODE_APP = 1153_u32
- 
        ERROR_INVALID_DLL = 1154_u32
- 
        ERROR_NO_ASSOCIATION = 1155_u32
- 
        ERROR_DDE_FAIL = 1156_u32
- 
        ERROR_DLL_NOT_FOUND = 1157_u32
- 
        ERROR_NO_MORE_USER_HANDLES = 1158_u32
- 
        ERROR_MESSAGE_SYNC_ONLY = 1159_u32
- 
        ERROR_SOURCE_ELEMENT_EMPTY = 1160_u32
- 
        ERROR_DESTINATION_ELEMENT_FULL = 1161_u32
- 
        ERROR_ILLEGAL_ELEMENT_ADDRESS = 1162_u32
- 
        ERROR_MAGAZINE_NOT_PRESENT = 1163_u32
- 
        ERROR_DEVICE_REINITIALIZATION_NEEDED = 1164_u32
- 
        ERROR_DEVICE_REQUIRES_CLEANING = 1165_u32
- 
        ERROR_DEVICE_DOOR_OPEN = 1166_u32
- 
        ERROR_DEVICE_NOT_CONNECTED = 1167_u32
- 
        ERROR_NOT_FOUND = 1168_u32
- 
        ERROR_NO_MATCH = 1169_u32
- 
        ERROR_SET_NOT_FOUND = 1170_u32
- 
        ERROR_POINT_NOT_FOUND = 1171_u32
- 
        ERROR_NO_TRACKING_SERVICE = 1172_u32
- 
        ERROR_NO_VOLUME_ID = 1173_u32
- 
        ERROR_UNABLE_TO_REMOVE_REPLACED = 1175_u32
- 
        ERROR_UNABLE_TO_MOVE_REPLACEMENT = 1176_u32
- 
        ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 = 1177_u32
- 
        ERROR_JOURNAL_DELETE_IN_PROGRESS = 1178_u32
- 
        ERROR_JOURNAL_NOT_ACTIVE = 1179_u32
- 
        ERROR_POTENTIAL_FILE_FOUND = 1180_u32
- 
        ERROR_JOURNAL_ENTRY_DELETED = 1181_u32
- 
        ERROR_BAD_DEVICE = 1200_u32
- 
        ERROR_CONNECTION_UNAVAIL = 1201_u32
- 
        ERROR_DEVICE_ALREADY_REMEMBERED = 1202_u32
- 
        ERROR_NO_NET_OR_BAD_PATH = 1203_u32
- 
        ERROR_BAD_PROVIDER = 1204_u32
- 
        ERROR_CANNOT_OPEN_PROFILE = 1205_u32
- 
        ERROR_BAD_PROFILE = 1206_u32
- 
        ERROR_NOT_CONTAINER = 1207_u32
- 
        ERROR_EXTENDED_ERROR = 1208_u32
- 
        ERROR_INVALID_GROUPNAME = 1209_u32
- 
        ERROR_INVALID_COMPUTERNAME = 1210_u32
- 
        ERROR_INVALID_EVENTNAME = 1211_u32
- 
        ERROR_INVALID_DOMAINNAME = 1212_u32
- 
        ERROR_INVALID_SERVICENAME = 1213_u32
- 
        ERROR_INVALID_NETNAME = 1214_u32
- 
        ERROR_INVALID_SHARENAME = 1215_u32
- 
        ERROR_INVALID_PASSWORDNAME = 1216_u32
- 
        ERROR_INVALID_MESSAGENAME = 1217_u32
- 
        ERROR_INVALID_MESSAGEDEST = 1218_u32
- 
        ERROR_SESSION_CREDENTIAL_CONFLICT = 1219_u32
- 
        ERROR_REMOTE_SESSION_LIMIT_EXCEEDED = 1220_u32
- 
        ERROR_DUP_DOMAINNAME = 1221_u32
- 
        ERROR_NO_NETWORK = 1222_u32
- 
        ERROR_CANCELLED = 1223_u32
- 
        ERROR_USER_MAPPED_FILE = 1224_u32
- 
        ERROR_CONNECTION_REFUSED = 1225_u32
- 
        ERROR_GRACEFUL_DISCONNECT = 1226_u32
- 
        ERROR_ADDRESS_ALREADY_ASSOCIATED = 1227_u32
- 
        ERROR_ADDRESS_NOT_ASSOCIATED = 1228_u32
- 
        ERROR_CONNECTION_INVALID = 1229_u32
- 
        ERROR_CONNECTION_ACTIVE = 1230_u32
- 
        ERROR_NETWORK_UNREACHABLE = 1231_u32
- 
        ERROR_HOST_UNREACHABLE = 1232_u32
- 
        ERROR_PROTOCOL_UNREACHABLE = 1233_u32
- 
        ERROR_PORT_UNREACHABLE = 1234_u32
- 
        ERROR_REQUEST_ABORTED = 1235_u32
- 
        ERROR_CONNECTION_ABORTED = 1236_u32
- 
        ERROR_RETRY = 1237_u32
- 
        ERROR_CONNECTION_COUNT_LIMIT = 1238_u32
- 
        ERROR_LOGIN_TIME_RESTRICTION = 1239_u32
- 
        ERROR_LOGIN_WKSTA_RESTRICTION = 1240_u32
- 
        ERROR_INCORRECT_ADDRESS = 1241_u32
- 
        ERROR_ALREADY_REGISTERED = 1242_u32
- 
        ERROR_SERVICE_NOT_FOUND = 1243_u32
- 
        ERROR_NOT_AUTHENTICATED = 1244_u32
- 
        ERROR_NOT_LOGGED_ON = 1245_u32
- 
        ERROR_CONTINUE = 1246_u32
- 
        ERROR_ALREADY_INITIALIZED = 1247_u32
- 
        ERROR_NO_MORE_DEVICES = 1248_u32
- 
        ERROR_NO_SUCH_SITE = 1249_u32
- 
        ERROR_DOMAIN_CONTROLLER_EXISTS = 1250_u32
- 
        ERROR_ONLY_IF_CONNECTED = 1251_u32
- 
        ERROR_OVERRIDE_NOCHANGES = 1252_u32
- 
        ERROR_BAD_USER_PROFILE = 1253_u32
- 
        ERROR_NOT_SUPPORTED_ON_SBS = 1254_u32
- 
        ERROR_SERVER_SHUTDOWN_IN_PROGRESS = 1255_u32
- 
        ERROR_HOST_DOWN = 1256_u32
- 
        ERROR_NON_ACCOUNT_SID = 1257_u32
- 
        ERROR_NON_DOMAIN_SID = 1258_u32
- 
        ERROR_APPHELP_BLOCK = 1259_u32
- 
        ERROR_ACCESS_DISABLED_BY_POLICY = 1260_u32
- 
        ERROR_REG_NAT_CONSUMPTION = 1261_u32
- 
        ERROR_CSCSHARE_OFFLINE = 1262_u32
- 
        ERROR_PKINIT_FAILURE = 1263_u32
- 
        ERROR_SMARTCARD_SUBSYSTEM_FAILURE = 1264_u32
- 
        ERROR_DOWNGRADE_DETECTED = 1265_u32
- 
        ERROR_MACHINE_LOCKED = 1271_u32
- 
        ERROR_CALLBACK_SUPPLIED_INVALID_DATA = 1273_u32
- 
        ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED = 1274_u32
- 
        ERROR_DRIVER_BLOCKED = 1275_u32
- 
        ERROR_INVALID_IMPORT_OF_NON_DLL = 1276_u32
- 
        ERROR_ACCESS_DISABLED_WEBBLADE = 1277_u32
- 
        ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER = 1278_u32
- 
        ERROR_RECOVERY_FAILURE = 1279_u32
- 
        ERROR_ALREADY_FIBER = 1280_u32
- 
        ERROR_ALREADY_THREAD = 1281_u32
- 
        ERROR_STACK_BUFFER_OVERRUN = 1282_u32
- 
        ERROR_PARAMETER_QUOTA_EXCEEDED = 1283_u32
- 
        ERROR_DEBUGGER_INACTIVE = 1284_u32
- 
        ERROR_DELAY_LOAD_FAILED = 1285_u32
- 
        ERROR_VDM_DISALLOWED = 1286_u32
- 
        ERROR_UNIDENTIFIED_ERROR = 1287_u32
- 
        ERROR_NOT_ALL_ASSIGNED = 1300_u32
- 
        ERROR_SOME_NOT_MAPPED = 1301_u32
- 
        ERROR_NO_QUOTAS_FOR_ACCOUNT = 1302_u32
- 
        ERROR_LOCAL_USER_SESSION_KEY = 1303_u32
- 
        ERROR_NULL_LM_PASSWORD = 1304_u32
- 
        ERROR_UNKNOWN_REVISION = 1305_u32
- 
        ERROR_REVISION_MISMATCH = 1306_u32
- 
        ERROR_INVALID_OWNER = 1307_u32
- 
        ERROR_INVALID_PRIMARY_GROUP = 1308_u32
- 
        ERROR_NO_IMPERSONATION_TOKEN = 1309_u32
- 
        ERROR_CANT_DISABLE_MANDATORY = 1310_u32
- 
        ERROR_NO_LOGON_SERVERS = 1311_u32
- 
        ERROR_NO_SUCH_LOGON_SESSION = 1312_u32
- 
        ERROR_NO_SUCH_PRIVILEGE = 1313_u32
- 
        ERROR_PRIVILEGE_NOT_HELD = 1314_u32
- 
        ERROR_INVALID_ACCOUNT_NAME = 1315_u32
- 
        ERROR_USER_EXISTS = 1316_u32
- 
        ERROR_NO_SUCH_USER = 1317_u32
- 
        ERROR_GROUP_EXISTS = 1318_u32
- 
        ERROR_NO_SUCH_GROUP = 1319_u32
- 
        ERROR_MEMBER_IN_GROUP = 1320_u32
- 
        ERROR_MEMBER_NOT_IN_GROUP = 1321_u32
- 
        ERROR_LAST_ADMIN = 1322_u32
- 
        ERROR_WRONG_PASSWORD = 1323_u32
- 
        ERROR_ILL_FORMED_PASSWORD = 1324_u32
- 
        ERROR_PASSWORD_RESTRICTION = 1325_u32
- 
        ERROR_LOGON_FAILURE = 1326_u32
- 
        ERROR_ACCOUNT_RESTRICTION = 1327_u32
- 
        ERROR_INVALID_LOGON_HOURS = 1328_u32
- 
        ERROR_INVALID_WORKSTATION = 1329_u32
- 
        ERROR_PASSWORD_EXPIRED = 1330_u32
- 
        ERROR_ACCOUNT_DISABLED = 1331_u32
- 
        ERROR_NONE_MAPPED = 1332_u32
- 
        ERROR_TOO_MANY_LUIDS_REQUESTED = 1333_u32
- 
        ERROR_LUIDS_EXHAUSTED = 1334_u32
- 
        ERROR_INVALID_SUB_AUTHORITY = 1335_u32
- 
        ERROR_INVALID_ACL = 1336_u32
- 
        ERROR_INVALID_SID = 1337_u32
- 
        ERROR_INVALID_SECURITY_DESCR = 1338_u32
- 
        ERROR_BAD_INHERITANCE_ACL = 1340_u32
- 
        ERROR_SERVER_DISABLED = 1341_u32
- 
        ERROR_SERVER_NOT_DISABLED = 1342_u32
- 
        ERROR_INVALID_ID_AUTHORITY = 1343_u32
- 
        ERROR_ALLOTTED_SPACE_EXCEEDED = 1344_u32
- 
        ERROR_INVALID_GROUP_ATTRIBUTES = 1345_u32
- 
        ERROR_BAD_IMPERSONATION_LEVEL = 1346_u32
- 
        ERROR_CANT_OPEN_ANONYMOUS = 1347_u32
- 
        ERROR_BAD_VALIDATION_CLASS = 1348_u32
- 
        ERROR_BAD_TOKEN_TYPE = 1349_u32
- 
        ERROR_NO_SECURITY_ON_OBJECT = 1350_u32
- 
        ERROR_CANT_ACCESS_DOMAIN_INFO = 1351_u32
- 
        ERROR_INVALID_SERVER_STATE = 1352_u32
- 
        ERROR_INVALID_DOMAIN_STATE = 1353_u32
- 
        ERROR_INVALID_DOMAIN_ROLE = 1354_u32
- 
        ERROR_NO_SUCH_DOMAIN = 1355_u32
- 
        ERROR_DOMAIN_EXISTS = 1356_u32
- 
        ERROR_DOMAIN_LIMIT_EXCEEDED = 1357_u32
- 
        ERROR_INTERNAL_DB_CORRUPTION = 1358_u32
- 
        ERROR_INTERNAL_ERROR = 1359_u32
- 
        ERROR_GENERIC_NOT_MAPPED = 1360_u32
- 
        ERROR_BAD_DESCRIPTOR_FORMAT = 1361_u32
- 
        ERROR_NOT_LOGON_PROCESS = 1362_u32
- 
        ERROR_LOGON_SESSION_EXISTS = 1363_u32
- 
        ERROR_NO_SUCH_PACKAGE = 1364_u32
- 
        ERROR_BAD_LOGON_SESSION_STATE = 1365_u32
- 
        ERROR_LOGON_SESSION_COLLISION = 1366_u32
- 
        ERROR_INVALID_LOGON_TYPE = 1367_u32
- 
        ERROR_CANNOT_IMPERSONATE = 1368_u32
- 
        ERROR_RXACT_INVALID_STATE = 1369_u32
- 
        ERROR_RXACT_COMMIT_FAILURE = 1370_u32
- 
        ERROR_SPECIAL_ACCOUNT = 1371_u32
- 
        ERROR_SPECIAL_GROUP = 1372_u32
- 
        ERROR_SPECIAL_USER = 1373_u32
- 
        ERROR_MEMBERS_PRIMARY_GROUP = 1374_u32
- 
        ERROR_TOKEN_ALREADY_IN_USE = 1375_u32
- 
        ERROR_NO_SUCH_ALIAS = 1376_u32
- 
        ERROR_MEMBER_NOT_IN_ALIAS = 1377_u32
- 
        ERROR_MEMBER_IN_ALIAS = 1378_u32
- 
        ERROR_ALIAS_EXISTS = 1379_u32
- 
        ERROR_LOGON_NOT_GRANTED = 1380_u32
- 
        ERROR_TOO_MANY_SECRETS = 1381_u32
- 
        ERROR_SECRET_TOO_LONG = 1382_u32
- 
        ERROR_INTERNAL_DB_ERROR = 1383_u32
- 
        ERROR_TOO_MANY_CONTEXT_IDS = 1384_u32
- 
        ERROR_LOGON_TYPE_NOT_GRANTED = 1385_u32
- 
        ERROR_NT_CROSS_ENCRYPTION_REQUIRED = 1386_u32
- 
        ERROR_NO_SUCH_MEMBER = 1387_u32
- 
        ERROR_INVALID_MEMBER = 1388_u32
- 
        ERROR_TOO_MANY_SIDS = 1389_u32
- 
        ERROR_LM_CROSS_ENCRYPTION_REQUIRED = 1390_u32
- 
        ERROR_NO_INHERITANCE = 1391_u32
- 
        ERROR_FILE_CORRUPT = 1392_u32
- 
        ERROR_DISK_CORRUPT = 1393_u32
- 
        ERROR_NO_USER_SESSION_KEY = 1394_u32
- 
        ERROR_LICENSE_QUOTA_EXCEEDED = 1395_u32
- 
        ERROR_WRONG_TARGET_NAME = 1396_u32
- 
        ERROR_MUTUAL_AUTH_FAILED = 1397_u32
- 
        ERROR_TIME_SKEW = 1398_u32
- 
        ERROR_CURRENT_DOMAIN_NOT_ALLOWED = 1399_u32
- 
        ERROR_INVALID_WINDOW_HANDLE = 1400_u32
- 
        ERROR_INVALID_MENU_HANDLE = 1401_u32
- 
        ERROR_INVALID_CURSOR_HANDLE = 1402_u32
- 
        ERROR_INVALID_ACCEL_HANDLE = 1403_u32
- 
        ERROR_INVALID_HOOK_HANDLE = 1404_u32
- 
        ERROR_INVALID_DWP_HANDLE = 1405_u32
- 
        ERROR_TLW_WITH_WSCHILD = 1406_u32
- 
        ERROR_CANNOT_FIND_WND_CLASS = 1407_u32
- 
        ERROR_WINDOW_OF_OTHER_THREAD = 1408_u32
- 
        ERROR_HOTKEY_ALREADY_REGISTERED = 1409_u32
- 
        ERROR_CLASS_ALREADY_EXISTS = 1410_u32
- 
        ERROR_CLASS_DOES_NOT_EXIST = 1411_u32
- 
        ERROR_CLASS_HAS_WINDOWS = 1412_u32
- 
        ERROR_INVALID_INDEX = 1413_u32
- 
        ERROR_INVALID_ICON_HANDLE = 1414_u32
- 
        ERROR_PRIVATE_DIALOG_INDEX = 1415_u32
- 
        ERROR_LISTBOX_ID_NOT_FOUND = 1416_u32
- 
        ERROR_NO_WILDCARD_CHARACTERS = 1417_u32
- 
        ERROR_CLIPBOARD_NOT_OPEN = 1418_u32
- 
        ERROR_HOTKEY_NOT_REGISTERED = 1419_u32
- 
        ERROR_WINDOW_NOT_DIALOG = 1420_u32
- 
        ERROR_CONTROL_ID_NOT_FOUND = 1421_u32
- 
        ERROR_INVALID_COMBOBOX_MESSAGE = 1422_u32
- 
        ERROR_WINDOW_NOT_COMBOBOX = 1423_u32
- 
        ERROR_INVALID_EDIT_HEIGHT = 1424_u32
- 
        ERROR_DC_NOT_FOUND = 1425_u32
- 
        ERROR_INVALID_HOOK_FILTER = 1426_u32
- 
        ERROR_INVALID_FILTER_PROC = 1427_u32
- 
        ERROR_HOOK_NEEDS_HMOD = 1428_u32
- 
        ERROR_GLOBAL_ONLY_HOOK = 1429_u32
- 
        ERROR_JOURNAL_HOOK_SET = 1430_u32
- 
        ERROR_HOOK_NOT_INSTALLED = 1431_u32
- 
        ERROR_INVALID_LB_MESSAGE = 1432_u32
- 
        ERROR_SETCOUNT_ON_BAD_LB = 1433_u32
- 
        ERROR_LB_WITHOUT_TABSTOPS = 1434_u32
- 
        ERROR_DESTROY_OBJECT_OF_OTHER_THREAD = 1435_u32
- 
        ERROR_CHILD_WINDOW_MENU = 1436_u32
- 
        ERROR_NO_SYSTEM_MENU = 1437_u32
- 
        ERROR_INVALID_MSGBOX_STYLE = 1438_u32
- 
        ERROR_INVALID_SPI_VALUE = 1439_u32
- 
        ERROR_SCREEN_ALREADY_LOCKED = 1440_u32
- 
        ERROR_HWNDS_HAVE_DIFF_PARENT = 1441_u32
- 
        ERROR_NOT_CHILD_WINDOW = 1442_u32
- 
        ERROR_INVALID_GW_COMMAND = 1443_u32
- 
        ERROR_INVALID_THREAD_ID = 1444_u32
- 
        ERROR_NON_MDICHILD_WINDOW = 1445_u32
- 
        ERROR_POPUP_ALREADY_ACTIVE = 1446_u32
- 
        ERROR_NO_SCROLLBARS = 1447_u32
- 
        ERROR_INVALID_SCROLLBAR_RANGE = 1448_u32
- 
        ERROR_INVALID_SHOWWIN_COMMAND = 1449_u32
- 
        ERROR_NO_SYSTEM_RESOURCES = 1450_u32
- 
        ERROR_NONPAGED_SYSTEM_RESOURCES = 1451_u32
- 
        ERROR_PAGED_SYSTEM_RESOURCES = 1452_u32
- 
        ERROR_WORKING_SET_QUOTA = 1453_u32
- 
        ERROR_PAGEFILE_QUOTA = 1454_u32
- 
        ERROR_COMMITMENT_LIMIT = 1455_u32
- 
        ERROR_MENU_ITEM_NOT_FOUND = 1456_u32
- 
        ERROR_INVALID_KEYBOARD_HANDLE = 1457_u32
- 
        ERROR_HOOK_TYPE_NOT_ALLOWED = 1458_u32
- 
        ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION = 1459_u32
- 
        ERROR_TIMEOUT = 1460_u32
- 
        ERROR_INVALID_MONITOR_HANDLE = 1461_u32
- 
        ERROR_INCORRECT_SIZE = 1462_u32
- 
        ERROR_EVENTLOG_FILE_CORRUPT = 1500_u32
- 
        ERROR_EVENTLOG_CANT_START = 1501_u32
- 
        ERROR_LOG_FILE_FULL = 1502_u32
- 
        ERROR_EVENTLOG_FILE_CHANGED = 1503_u32
- 
        ERROR_INSTALL_SERVICE_FAILURE = 1601_u32
- 
        ERROR_INSTALL_USEREXIT = 1602_u32
- 
        ERROR_INSTALL_FAILURE = 1603_u32
- 
        ERROR_INSTALL_SUSPEND = 1604_u32
- 
        ERROR_UNKNOWN_PRODUCT = 1605_u32
- 
        ERROR_UNKNOWN_FEATURE = 1606_u32
- 
        ERROR_UNKNOWN_COMPONENT = 1607_u32
- 
        ERROR_UNKNOWN_PROPERTY = 1608_u32
- 
        ERROR_INVALID_HANDLE_STATE = 1609_u32
- 
        ERROR_BAD_CONFIGURATION = 1610_u32
- 
        ERROR_INDEX_ABSENT = 1611_u32
- 
        ERROR_INSTALL_SOURCE_ABSENT = 1612_u32
- 
        ERROR_INSTALL_PACKAGE_VERSION = 1613_u32
- 
        ERROR_PRODUCT_UNINSTALLED = 1614_u32
- 
        ERROR_BAD_QUERY_SYNTAX = 1615_u32
- 
        ERROR_INVALID_FIELD = 1616_u32
- 
        ERROR_DEVICE_REMOVED = 1617_u32
- 
        ERROR_INSTALL_ALREADY_RUNNING = 1618_u32
- 
        ERROR_INSTALL_PACKAGE_OPEN_FAILED = 1619_u32
- 
        ERROR_INSTALL_PACKAGE_INVALID = 1620_u32
- 
        ERROR_INSTALL_UI_FAILURE = 1621_u32
- 
        ERROR_INSTALL_LOG_FAILURE = 1622_u32
- 
        ERROR_INSTALL_LANGUAGE_UNSUPPORTED = 1623_u32
- 
        ERROR_INSTALL_TRANSFORM_FAILURE = 1624_u32
- 
        ERROR_INSTALL_PACKAGE_REJECTED = 1625_u32
- 
        ERROR_FUNCTION_NOT_CALLED = 1626_u32
- 
        ERROR_FUNCTION_FAILED = 1627_u32
- 
        ERROR_INVALID_TABLE = 1628_u32
- 
        ERROR_DATATYPE_MISMATCH = 1629_u32
- 
        ERROR_UNSUPPORTED_TYPE = 1630_u32
- 
        ERROR_CREATE_FAILED = 1631_u32
- 
        ERROR_INSTALL_TEMP_UNWRITABLE = 1632_u32
- 
        ERROR_INSTALL_PLATFORM_UNSUPPORTED = 1633_u32
- 
        ERROR_INSTALL_NOTUSED = 1634_u32
- 
        ERROR_PATCH_PACKAGE_OPEN_FAILED = 1635_u32
- 
        ERROR_PATCH_PACKAGE_INVALID = 1636_u32
- 
        ERROR_PATCH_PACKAGE_UNSUPPORTED = 1637_u32
- 
        ERROR_PRODUCT_VERSION = 1638_u32
- 
        ERROR_INVALID_COMMAND_LINE = 1639_u32
- 
        ERROR_INSTALL_REMOTE_DISALLOWED = 1640_u32
- 
        ERROR_SUCCESS_REBOOT_INITIATED = 1641_u32
- 
        ERROR_PATCH_TARGET_NOT_FOUND = 1642_u32
- 
        ERROR_PATCH_PACKAGE_REJECTED = 1643_u32
- 
        ERROR_INSTALL_TRANSFORM_REJECTED = 1644_u32
- 
        ERROR_INSTALL_REMOTE_PROHIBITED = 1645_u32
- 
        RPC_S_INVALID_STRING_BINDING = 1700_u32
- 
        RPC_S_WRONG_KIND_OF_BINDING = 1701_u32
- 
        RPC_S_INVALID_BINDING = 1702_u32
- 
        RPC_S_PROTSEQ_NOT_SUPPORTED = 1703_u32
- 
        RPC_S_INVALID_RPC_PROTSEQ = 1704_u32
- 
        RPC_S_INVALID_STRING_UUID = 1705_u32
- 
        RPC_S_INVALID_ENDPOINT_FORMAT = 1706_u32
- 
        RPC_S_INVALID_NET_ADDR = 1707_u32
- 
        RPC_S_NO_ENDPOINT_FOUND = 1708_u32
- 
        RPC_S_INVALID_TIMEOUT = 1709_u32
- 
        RPC_S_OBJECT_NOT_FOUND = 1710_u32
- 
        RPC_S_ALREADY_REGISTERED = 1711_u32
- 
        RPC_S_TYPE_ALREADY_REGISTERED = 1712_u32
- 
        RPC_S_ALREADY_LISTENING = 1713_u32
- 
        RPC_S_NO_PROTSEQS_REGISTERED = 1714_u32
- 
        RPC_S_NOT_LISTENING = 1715_u32
- 
        RPC_S_UNKNOWN_MGR_TYPE = 1716_u32
- 
        RPC_S_UNKNOWN_IF = 1717_u32
- 
        RPC_S_NO_BINDINGS = 1718_u32
- 
        RPC_S_NO_PROTSEQS = 1719_u32
- 
        RPC_S_CANT_CREATE_ENDPOINT = 1720_u32
- 
        RPC_S_OUT_OF_RESOURCES = 1721_u32
- 
        RPC_S_SERVER_UNAVAILABLE = 1722_u32
- 
        RPC_S_SERVER_TOO_BUSY = 1723_u32
- 
        RPC_S_INVALID_NETWORK_OPTIONS = 1724_u32
- 
        RPC_S_NO_CALL_ACTIVE = 1725_u32
- 
        RPC_S_CALL_FAILED = 1726_u32
- 
        RPC_S_CALL_FAILED_DNE = 1727_u32
- 
        RPC_S_PROTOCOL_ERROR = 1728_u32
- 
        RPC_S_UNSUPPORTED_TRANS_SYN = 1730_u32
- 
        RPC_S_UNSUPPORTED_TYPE = 1732_u32
- 
        RPC_S_INVALID_TAG = 1733_u32
- 
        RPC_S_INVALID_BOUND = 1734_u32
- 
        RPC_S_NO_ENTRY_NAME = 1735_u32
- 
        RPC_S_INVALID_NAME_SYNTAX = 1736_u32
- 
        RPC_S_UNSUPPORTED_NAME_SYNTAX = 1737_u32
- 
        RPC_S_UUID_NO_ADDRESS = 1739_u32
- 
        RPC_S_DUPLICATE_ENDPOINT = 1740_u32
- 
        RPC_S_UNKNOWN_AUTHN_TYPE = 1741_u32
- 
        RPC_S_MAX_CALLS_TOO_SMALL = 1742_u32
- 
        RPC_S_STRING_TOO_LONG = 1743_u32
- 
        RPC_S_PROTSEQ_NOT_FOUND = 1744_u32
- 
        RPC_S_PROCNUM_OUT_OF_RANGE = 1745_u32
- 
        RPC_S_BINDING_HAS_NO_AUTH = 1746_u32
- 
        RPC_S_UNKNOWN_AUTHN_SERVICE = 1747_u32
- 
        RPC_S_UNKNOWN_AUTHN_LEVEL = 1748_u32
- 
        RPC_S_INVALID_AUTH_IDENTITY = 1749_u32
- 
        RPC_S_UNKNOWN_AUTHZ_SERVICE = 1750_u32
- 
        EPT_S_INVALID_ENTRY = 1751_u32
- 
        EPT_S_CANT_PERFORM_OP = 1752_u32
- 
        EPT_S_NOT_REGISTERED = 1753_u32
- 
        RPC_S_NOTHING_TO_EXPORT = 1754_u32
- 
        RPC_S_INCOMPLETE_NAME = 1755_u32
- 
        RPC_S_INVALID_VERS_OPTION = 1756_u32
- 
        RPC_S_NO_MORE_MEMBERS = 1757_u32
- 
        RPC_S_NOT_ALL_OBJS_UNEXPORTED = 1758_u32
- 
        RPC_S_INTERFACE_NOT_FOUND = 1759_u32
- 
        RPC_S_ENTRY_ALREADY_EXISTS = 1760_u32
- 
        RPC_S_ENTRY_NOT_FOUND = 1761_u32
- 
        RPC_S_NAME_SERVICE_UNAVAILABLE = 1762_u32
- 
        RPC_S_INVALID_NAF_ID = 1763_u32
- 
        RPC_S_CANNOT_SUPPORT = 1764_u32
- 
        RPC_S_NO_CONTEXT_AVAILABLE = 1765_u32
- 
        RPC_S_INTERNAL_ERROR = 1766_u32
- 
        RPC_S_ZERO_DIVIDE = 1767_u32
- 
        RPC_S_ADDRESS_ERROR = 1768_u32
- 
        RPC_S_FP_DIV_ZERO = 1769_u32
- 
        RPC_S_FP_UNDERFLOW = 1770_u32
- 
        RPC_S_FP_OVERFLOW = 1771_u32
- 
        RPC_X_NO_MORE_ENTRIES = 1772_u32
- 
        RPC_X_SS_CHAR_TRANS_OPEN_FAIL = 1773_u32
- 
        RPC_X_SS_CHAR_TRANS_SHORT_FILE = 1774_u32
- 
        RPC_X_SS_IN_NULL_CONTEXT = 1775_u32
- 
        RPC_X_SS_CONTEXT_DAMAGED = 1777_u32
- 
        RPC_X_SS_HANDLES_MISMATCH = 1778_u32
- 
        RPC_X_SS_CANNOT_GET_CALL_HANDLE = 1779_u32
- 
        RPC_X_NULL_REF_POINTER = 1780_u32
- 
        RPC_X_ENUM_VALUE_OUT_OF_RANGE = 1781_u32
- 
        RPC_X_BYTE_COUNT_TOO_SMALL = 1782_u32
- 
        RPC_X_BAD_STUB_DATA = 1783_u32
- 
        ERROR_INVALID_USER_BUFFER = 1784_u32
- 
        ERROR_UNRECOGNIZED_MEDIA = 1785_u32
- 
        ERROR_NO_TRUST_LSA_SECRET = 1786_u32
- 
        ERROR_NO_TRUST_SAM_ACCOUNT = 1787_u32
- 
        ERROR_TRUSTED_DOMAIN_FAILURE = 1788_u32
- 
        ERROR_TRUSTED_RELATIONSHIP_FAILURE = 1789_u32
- 
        ERROR_TRUST_FAILURE = 1790_u32
- 
        RPC_S_CALL_IN_PROGRESS = 1791_u32
- 
        ERROR_NETLOGON_NOT_STARTED = 1792_u32
- 
        ERROR_ACCOUNT_EXPIRED = 1793_u32
- 
        ERROR_REDIRECTOR_HAS_OPEN_HANDLES = 1794_u32
- 
        ERROR_PRINTER_DRIVER_ALREADY_INSTALLED = 1795_u32
- 
        ERROR_UNKNOWN_PORT = 1796_u32
- 
        ERROR_UNKNOWN_PRINTER_DRIVER = 1797_u32
- 
        ERROR_UNKNOWN_PRINTPROCESSOR = 1798_u32
- 
        ERROR_INVALID_SEPARATOR_FILE = 1799_u32
- 
        ERROR_INVALID_PRIORITY = 1800_u32
- 
        ERROR_INVALID_PRINTER_NAME = 1801_u32
- 
        ERROR_PRINTER_ALREADY_EXISTS = 1802_u32
- 
        ERROR_INVALID_PRINTER_COMMAND = 1803_u32
- 
        ERROR_INVALID_DATATYPE = 1804_u32
- 
        ERROR_INVALID_ENVIRONMENT = 1805_u32
- 
        RPC_S_NO_MORE_BINDINGS = 1806_u32
- 
        ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT = 1807_u32
- 
        ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT = 1808_u32
- 
        ERROR_NOLOGON_SERVER_TRUST_ACCOUNT = 1809_u32
- 
        ERROR_DOMAIN_TRUST_INCONSISTENT = 1810_u32
- 
        ERROR_SERVER_HAS_OPEN_HANDLES = 1811_u32
- 
        ERROR_RESOURCE_DATA_NOT_FOUND = 1812_u32
- 
        ERROR_RESOURCE_TYPE_NOT_FOUND = 1813_u32
- 
        ERROR_RESOURCE_NAME_NOT_FOUND = 1814_u32
- 
        ERROR_RESOURCE_LANG_NOT_FOUND = 1815_u32
- 
        ERROR_NOT_ENOUGH_QUOTA = 1816_u32
- 
        RPC_S_NO_INTERFACES = 1817_u32
- 
        RPC_S_CALL_CANCELLED = 1818_u32
- 
        RPC_S_BINDING_INCOMPLETE = 1819_u32
- 
        RPC_S_COMM_FAILURE = 1820_u32
- 
        RPC_S_UNSUPPORTED_AUTHN_LEVEL = 1821_u32
- 
        RPC_S_NO_PRINC_NAME = 1822_u32
- 
        RPC_S_NOT_RPC_ERROR = 1823_u32
- 
        RPC_S_UUID_LOCAL_ONLY = 1824_u32
- 
        RPC_S_SEC_PKG_ERROR = 1825_u32
- 
        RPC_S_NOT_CANCELLED = 1826_u32
- 
        RPC_X_INVALID_ES_ACTION = 1827_u32
- 
        RPC_X_WRONG_ES_VERSION = 1828_u32
- 
        RPC_X_WRONG_STUB_VERSION = 1829_u32
- 
        RPC_X_INVALID_PIPE_OBJECT = 1830_u32
- 
        RPC_X_WRONG_PIPE_ORDER = 1831_u32
- 
        RPC_X_WRONG_PIPE_VERSION = 1832_u32
- 
        RPC_S_GROUP_MEMBER_NOT_FOUND = 1898_u32
- 
        EPT_S_CANT_CREATE = 1899_u32
- 
        RPC_S_INVALID_OBJECT = 1900_u32
- 
        ERROR_INVALID_TIME = 1901_u32
- 
        ERROR_INVALID_FORM_NAME = 1902_u32
- 
        ERROR_INVALID_FORM_SIZE = 1903_u32
- 
        ERROR_ALREADY_WAITING = 1904_u32
- 
        ERROR_PRINTER_DELETED = 1905_u32
- 
        ERROR_INVALID_PRINTER_STATE = 1906_u32
- 
        ERROR_PASSWORD_MUST_CHANGE = 1907_u32
- 
        ERROR_DOMAIN_CONTROLLER_NOT_FOUND = 1908_u32
- 
        ERROR_ACCOUNT_LOCKED_OUT = 1909_u32
- 
        OR_INVALID_OXID = 1910_u32
- 
        OR_INVALID_OID = 1911_u32
- 
        OR_INVALID_SET = 1912_u32
- 
        RPC_S_SEND_INCOMPLETE = 1913_u32
- 
        RPC_S_INVALID_ASYNC_HANDLE = 1914_u32
- 
        RPC_S_INVALID_ASYNC_CALL = 1915_u32
- 
        RPC_X_PIPE_CLOSED = 1916_u32
- 
        RPC_X_PIPE_DISCIPLINE_ERROR = 1917_u32
- 
        RPC_X_PIPE_EMPTY = 1918_u32
- 
        ERROR_NO_SITENAME = 1919_u32
- 
        ERROR_CANT_ACCESS_FILE = 1920_u32
- 
        ERROR_CANT_RESOLVE_FILENAME = 1921_u32
- 
        RPC_S_ENTRY_TYPE_MISMATCH = 1922_u32
- 
        RPC_S_NOT_ALL_OBJS_EXPORTED = 1923_u32
- 
        RPC_S_INTERFACE_NOT_EXPORTED = 1924_u32
- 
        RPC_S_PROFILE_NOT_ADDED = 1925_u32
- 
        RPC_S_PRF_ELT_NOT_ADDED = 1926_u32
- 
        RPC_S_PRF_ELT_NOT_REMOVED = 1927_u32
- 
        RPC_S_GRP_ELT_NOT_ADDED = 1928_u32
- 
        RPC_S_GRP_ELT_NOT_REMOVED = 1929_u32
- 
        ERROR_KM_DRIVER_BLOCKED = 1930_u32
- 
        ERROR_CONTEXT_EXPIRED = 1931_u32
- 
        ERROR_PER_USER_TRUST_QUOTA_EXCEEDED = 1932_u32
- 
        ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED = 1933_u32
- 
        ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED = 1934_u32
- 
        ERROR_AUTHENTICATION_FIREWALL_FAILED = 1935_u32
- 
        ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED = 1936_u32
- 
        ERROR_INVALID_PIXEL_FORMAT = 2000_u32
- 
        ERROR_BAD_DRIVER = 2001_u32
- 
        ERROR_INVALID_WINDOW_STYLE = 2002_u32
- 
        ERROR_METAFILE_NOT_SUPPORTED = 2003_u32
- 
        ERROR_TRANSFORM_NOT_SUPPORTED = 2004_u32
- 
        ERROR_CLIPPING_NOT_SUPPORTED = 2005_u32
- 
        ERROR_INVALID_CMM = 2010_u32
- 
        ERROR_INVALID_PROFILE = 2011_u32
- 
        ERROR_TAG_NOT_FOUND = 2012_u32
- 
        ERROR_TAG_NOT_PRESENT = 2013_u32
- 
        ERROR_DUPLICATE_TAG = 2014_u32
- 
        ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE = 2015_u32
- 
        ERROR_PROFILE_NOT_FOUND = 2016_u32
- 
        ERROR_INVALID_COLORSPACE = 2017_u32
- 
        ERROR_ICM_NOT_ENABLED = 2018_u32
- 
        ERROR_DELETING_ICM_XFORM = 2019_u32
- 
        ERROR_INVALID_TRANSFORM = 2020_u32
- 
        ERROR_COLORSPACE_MISMATCH = 2021_u32
- 
        ERROR_INVALID_COLORINDEX = 2022_u32
- 
        ERROR_CONNECTED_OTHER_PASSWORD = 2108_u32
- 
        ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT = 2109_u32
- 
        ERROR_BAD_USERNAME = 2202_u32
- 
        ERROR_NOT_CONNECTED = 2250_u32
- 
        ERROR_OPEN_FILES = 2401_u32
- 
        ERROR_ACTIVE_CONNECTIONS = 2402_u32
- 
        ERROR_DEVICE_IN_USE = 2404_u32
- 
        ERROR_UNKNOWN_PRINT_MONITOR = 3000_u32
- 
        ERROR_PRINTER_DRIVER_IN_USE = 3001_u32
- 
        ERROR_SPOOL_FILE_NOT_FOUND = 3002_u32
- 
        ERROR_SPL_NO_STARTDOC = 3003_u32
- 
        ERROR_SPL_NO_ADDJOB = 3004_u32
- 
        ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED = 3005_u32
- 
        ERROR_PRINT_MONITOR_ALREADY_INSTALLED = 3006_u32
- 
        ERROR_INVALID_PRINT_MONITOR = 3007_u32
- 
        ERROR_PRINT_MONITOR_IN_USE = 3008_u32
- 
        ERROR_PRINTER_HAS_JOBS_QUEUED = 3009_u32
- 
        ERROR_SUCCESS_REBOOT_REQUIRED = 3010_u32
- 
        ERROR_SUCCESS_RESTART_REQUIRED = 3011_u32
- 
        ERROR_PRINTER_NOT_FOUND = 3012_u32
- 
        ERROR_PRINTER_DRIVER_WARNED = 3013_u32
- 
        ERROR_PRINTER_DRIVER_BLOCKED = 3014_u32
- 
        ERROR_WINS_INTERNAL = 4000_u32
- 
        ERROR_CAN_NOT_DEL_LOCAL_WINS = 4001_u32
- 
        ERROR_STATIC_INIT = 4002_u32
- 
        ERROR_INC_BACKUP = 4003_u32
- 
        ERROR_FULL_BACKUP = 4004_u32
- 
        ERROR_REC_NON_EXISTENT = 4005_u32
- 
        ERROR_RPL_NOT_ALLOWED = 4006_u32
- 
        ERROR_DHCP_ADDRESS_CONFLICT = 4100_u32
- 
        ERROR_WMI_GUID_NOT_FOUND = 4200_u32
- 
        ERROR_WMI_INSTANCE_NOT_FOUND = 4201_u32
- 
        ERROR_WMI_ITEMID_NOT_FOUND = 4202_u32
- 
        ERROR_WMI_TRY_AGAIN = 4203_u32
- 
        ERROR_WMI_DP_NOT_FOUND = 4204_u32
- 
        ERROR_WMI_UNRESOLVED_INSTANCE_REF = 4205_u32
- 
        ERROR_WMI_ALREADY_ENABLED = 4206_u32
- 
        ERROR_WMI_GUID_DISCONNECTED = 4207_u32
- 
        ERROR_WMI_SERVER_UNAVAILABLE = 4208_u32
- 
        ERROR_WMI_DP_FAILED = 4209_u32
- 
        ERROR_WMI_INVALID_MOF = 4210_u32
- 
        ERROR_WMI_INVALID_REGINFO = 4211_u32
- 
        ERROR_WMI_ALREADY_DISABLED = 4212_u32
- 
        ERROR_WMI_READ_ONLY = 4213_u32
- 
        ERROR_WMI_SET_FAILURE = 4214_u32
- 
        ERROR_INVALID_MEDIA = 4300_u32
- 
        ERROR_INVALID_LIBRARY = 4301_u32
- 
        ERROR_INVALID_MEDIA_POOL = 4302_u32
- 
        ERROR_DRIVE_MEDIA_MISMATCH = 4303_u32
- 
        ERROR_MEDIA_OFFLINE = 4304_u32
- 
        ERROR_LIBRARY_OFFLINE = 4305_u32
- 
        ERROR_EMPTY = 4306_u32
- 
        ERROR_NOT_EMPTY = 4307_u32
- 
        ERROR_MEDIA_UNAVAILABLE = 4308_u32
- 
        ERROR_RESOURCE_DISABLED = 4309_u32
- 
        ERROR_INVALID_CLEANER = 4310_u32
- 
        ERROR_UNABLE_TO_CLEAN = 4311_u32
- 
        ERROR_OBJECT_NOT_FOUND = 4312_u32
- 
        ERROR_DATABASE_FAILURE = 4313_u32
- 
        ERROR_DATABASE_FULL = 4314_u32
- 
        ERROR_MEDIA_INCOMPATIBLE = 4315_u32
- 
        ERROR_RESOURCE_NOT_PRESENT = 4316_u32
- 
        ERROR_INVALID_OPERATION = 4317_u32
- 
        ERROR_MEDIA_NOT_AVAILABLE = 4318_u32
- 
        ERROR_DEVICE_NOT_AVAILABLE = 4319_u32
- 
        ERROR_REQUEST_REFUSED = 4320_u32
- 
        ERROR_INVALID_DRIVE_OBJECT = 4321_u32
- 
        ERROR_LIBRARY_FULL = 4322_u32
- 
        ERROR_MEDIUM_NOT_ACCESSIBLE = 4323_u32
- 
        ERROR_UNABLE_TO_LOAD_MEDIUM = 4324_u32
- 
        ERROR_UNABLE_TO_INVENTORY_DRIVE = 4325_u32
- 
        ERROR_UNABLE_TO_INVENTORY_SLOT = 4326_u32
- 
        ERROR_UNABLE_TO_INVENTORY_TRANSPORT = 4327_u32
- 
        ERROR_TRANSPORT_FULL = 4328_u32
- 
        ERROR_CONTROLLING_IEPORT = 4329_u32
- 
        ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA = 4330_u32
- 
        ERROR_CLEANER_SLOT_SET = 4331_u32
- 
        ERROR_CLEANER_SLOT_NOT_SET = 4332_u32
- 
        ERROR_CLEANER_CARTRIDGE_SPENT = 4333_u32
- 
        ERROR_UNEXPECTED_OMID = 4334_u32
- 
        ERROR_CANT_DELETE_LAST_ITEM = 4335_u32
- 
        ERROR_MESSAGE_EXCEEDS_MAX_SIZE = 4336_u32
- 
        ERROR_VOLUME_CONTAINS_SYS_FILES = 4337_u32
- 
        ERROR_INDIGENOUS_TYPE = 4338_u32
- 
        ERROR_NO_SUPPORTING_DRIVES = 4339_u32
- 
        ERROR_CLEANER_CARTRIDGE_INSTALLED = 4340_u32
- 
        ERROR_IEPORT_FULL = 4341_u32
- 
        ERROR_FILE_OFFLINE = 4350_u32
- 
        ERROR_REMOTE_STORAGE_NOT_ACTIVE = 4351_u32
- 
        ERROR_REMOTE_STORAGE_MEDIA_ERROR = 4352_u32
- 
        ERROR_NOT_A_REPARSE_POINT = 4390_u32
- 
        ERROR_REPARSE_ATTRIBUTE_CONFLICT = 4391_u32
- 
        ERROR_INVALID_REPARSE_DATA = 4392_u32
- 
        ERROR_REPARSE_TAG_INVALID = 4393_u32
- 
        ERROR_REPARSE_TAG_MISMATCH = 4394_u32
- 
        ERROR_VOLUME_NOT_SIS_ENABLED = 4500_u32
- 
        ERROR_DEPENDENT_RESOURCE_EXISTS = 5001_u32
- 
        ERROR_DEPENDENCY_NOT_FOUND = 5002_u32
- 
        ERROR_DEPENDENCY_ALREADY_EXISTS = 5003_u32
- 
        ERROR_RESOURCE_NOT_ONLINE = 5004_u32
- 
        ERROR_HOST_NODE_NOT_AVAILABLE = 5005_u32
- 
        ERROR_RESOURCE_NOT_AVAILABLE = 5006_u32
- 
        ERROR_RESOURCE_NOT_FOUND = 5007_u32
- 
        ERROR_SHUTDOWN_CLUSTER = 5008_u32
- 
        ERROR_CANT_EVICT_ACTIVE_NODE = 5009_u32
- 
        ERROR_OBJECT_ALREADY_EXISTS = 5010_u32
- 
        ERROR_OBJECT_IN_LIST = 5011_u32
- 
        ERROR_GROUP_NOT_AVAILABLE = 5012_u32
- 
        ERROR_GROUP_NOT_FOUND = 5013_u32
- 
        ERROR_GROUP_NOT_ONLINE = 5014_u32
- 
        ERROR_HOST_NODE_NOT_RESOURCE_OWNER = 5015_u32
- 
        ERROR_HOST_NODE_NOT_GROUP_OWNER = 5016_u32
- 
        ERROR_RESMON_CREATE_FAILED = 5017_u32
- 
        ERROR_RESMON_ONLINE_FAILED = 5018_u32
- 
        ERROR_RESOURCE_ONLINE = 5019_u32
- 
        ERROR_QUORUM_RESOURCE = 5020_u32
- 
        ERROR_NOT_QUORUM_CAPABLE = 5021_u32
- 
        ERROR_CLUSTER_SHUTTING_DOWN = 5022_u32
- 
        ERROR_INVALID_STATE = 5023_u32
- 
        ERROR_RESOURCE_PROPERTIES_STORED = 5024_u32
- 
        ERROR_NOT_QUORUM_CLASS = 5025_u32
- 
        ERROR_CORE_RESOURCE = 5026_u32
- 
        ERROR_QUORUM_RESOURCE_ONLINE_FAILED = 5027_u32
- 
        ERROR_QUORUMLOG_OPEN_FAILED = 5028_u32
- 
        ERROR_CLUSTERLOG_CORRUPT = 5029_u32
- 
        ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE = 5030_u32
- 
        ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE = 5031_u32
- 
        ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND = 5032_u32
- 
        ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE = 5033_u32
- 
        ERROR_QUORUM_OWNER_ALIVE = 5034_u32
- 
        ERROR_NETWORK_NOT_AVAILABLE = 5035_u32
- 
        ERROR_NODE_NOT_AVAILABLE = 5036_u32
- 
        ERROR_ALL_NODES_NOT_AVAILABLE = 5037_u32
- 
        ERROR_RESOURCE_FAILED = 5038_u32
- 
        ERROR_CLUSTER_INVALID_NODE = 5039_u32
- 
        ERROR_CLUSTER_NODE_EXISTS = 5040_u32
- 
        ERROR_CLUSTER_JOIN_IN_PROGRESS = 5041_u32
- 
        ERROR_CLUSTER_NODE_NOT_FOUND = 5042_u32
- 
        ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND = 5043_u32
- 
        ERROR_CLUSTER_NETWORK_EXISTS = 5044_u32
- 
        ERROR_CLUSTER_NETWORK_NOT_FOUND = 5045_u32
- 
        ERROR_CLUSTER_NETINTERFACE_EXISTS = 5046_u32
- 
        ERROR_CLUSTER_NETINTERFACE_NOT_FOUND = 5047_u32
- 
        ERROR_CLUSTER_INVALID_REQUEST = 5048_u32
- 
        ERROR_CLUSTER_INVALID_NETWORK_PROVIDER = 5049_u32
- 
        ERROR_CLUSTER_NODE_DOWN = 5050_u32
- 
        ERROR_CLUSTER_NODE_UNREACHABLE = 5051_u32
- 
        ERROR_CLUSTER_NODE_NOT_MEMBER = 5052_u32
- 
        ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS = 5053_u32
- 
        ERROR_CLUSTER_INVALID_NETWORK = 5054_u32
- 
        ERROR_CLUSTER_NODE_UP = 5056_u32
- 
        ERROR_CLUSTER_IPADDR_IN_USE = 5057_u32
- 
        ERROR_CLUSTER_NODE_NOT_PAUSED = 5058_u32
- 
        ERROR_CLUSTER_NO_SECURITY_CONTEXT = 5059_u32
- 
        ERROR_CLUSTER_NETWORK_NOT_INTERNAL = 5060_u32
- 
        ERROR_CLUSTER_NODE_ALREADY_UP = 5061_u32
- 
        ERROR_CLUSTER_NODE_ALREADY_DOWN = 5062_u32
- 
        ERROR_CLUSTER_NETWORK_ALREADY_ONLINE = 5063_u32
- 
        ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE = 5064_u32
- 
        ERROR_CLUSTER_NODE_ALREADY_MEMBER = 5065_u32
- 
        ERROR_CLUSTER_LAST_INTERNAL_NETWORK = 5066_u32
- 
        ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS = 5067_u32
- 
        ERROR_INVALID_OPERATION_ON_QUORUM = 5068_u32
- 
        ERROR_DEPENDENCY_NOT_ALLOWED = 5069_u32
- 
        ERROR_CLUSTER_NODE_PAUSED = 5070_u32
- 
        ERROR_NODE_CANT_HOST_RESOURCE = 5071_u32
- 
        ERROR_CLUSTER_NODE_NOT_READY = 5072_u32
- 
        ERROR_CLUSTER_NODE_SHUTTING_DOWN = 5073_u32
- 
        ERROR_CLUSTER_JOIN_ABORTED = 5074_u32
- 
        ERROR_CLUSTER_INCOMPATIBLE_VERSIONS = 5075_u32
- 
        ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED = 5076_u32
- 
        ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED = 5077_u32
- 
        ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND = 5078_u32
- 
        ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED = 5079_u32
- 
        ERROR_CLUSTER_RESNAME_NOT_FOUND = 5080_u32
- 
        ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED = 5081_u32
- 
        ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST = 5082_u32
- 
        ERROR_CLUSTER_DATABASE_SEQMISMATCH = 5083_u32
- 
        ERROR_RESMON_INVALID_STATE = 5084_u32
- 
        ERROR_CLUSTER_GUM_NOT_LOCKER = 5085_u32
- 
        ERROR_QUORUM_DISK_NOT_FOUND = 5086_u32
- 
        ERROR_DATABASE_BACKUP_CORRUPT = 5087_u32
- 
        ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT = 5088_u32
- 
        ERROR_RESOURCE_PROPERTY_UNCHANGEABLE = 5089_u32
- 
        ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE = 5890_u32
- 
        ERROR_CLUSTER_QUORUMLOG_NOT_FOUND = 5891_u32
- 
        ERROR_CLUSTER_MEMBERSHIP_HALT = 5892_u32
- 
        ERROR_CLUSTER_INSTANCE_ID_MISMATCH = 5893_u32
- 
        ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP = 5894_u32
- 
        ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH = 5895_u32
- 
        ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP = 5896_u32
- 
        ERROR_CLUSTER_PARAMETER_MISMATCH = 5897_u32
- 
        ERROR_NODE_CANNOT_BE_CLUSTERED = 5898_u32
- 
        ERROR_CLUSTER_WRONG_OS_VERSION = 5899_u32
- 
        ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME = 5900_u32
- 
        ERROR_CLUSCFG_ALREADY_COMMITTED = 5901_u32
- 
        ERROR_CLUSCFG_ROLLBACK_FAILED = 5902_u32
- 
        ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT = 5903_u32
- 
        ERROR_CLUSTER_OLD_VERSION = 5904_u32
- 
        ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME = 5905_u32
- 
        ERROR_ENCRYPTION_FAILED = 6000_u32
- 
        ERROR_DECRYPTION_FAILED = 6001_u32
- 
        ERROR_FILE_ENCRYPTED = 6002_u32
- 
        ERROR_NO_RECOVERY_POLICY = 6003_u32
- 
        ERROR_NO_EFS = 6004_u32
- 
        ERROR_WRONG_EFS = 6005_u32
- 
        ERROR_NO_USER_KEYS = 6006_u32
- 
        ERROR_FILE_NOT_ENCRYPTED = 6007_u32
- 
        ERROR_NOT_EXPORT_FORMAT = 6008_u32
- 
        ERROR_FILE_READ_ONLY = 6009_u32
- 
        ERROR_DIR_EFS_DISALLOWED = 6010_u32
- 
        ERROR_EFS_SERVER_NOT_TRUSTED = 6011_u32
- 
        ERROR_BAD_RECOVERY_POLICY = 6012_u32
- 
        ERROR_EFS_ALG_BLOB_TOO_BIG = 6013_u32
- 
        ERROR_VOLUME_NOT_SUPPORT_EFS = 6014_u32
- 
        ERROR_EFS_DISABLED = 6015_u32
- 
        ERROR_EFS_VERSION_NOT_SUPPORT = 6016_u32
- 
        ERROR_NO_BROWSER_SERVERS_FOUND = 6118_u32
- 
        SCHED_E_SERVICE_NOT_LOCALSYSTEM = 6200_u32
- 
        ERROR_CTX_WINSTATION_NAME_INVALID = 7001_u32
- 
        ERROR_CTX_INVALID_PD = 7002_u32
- 
        ERROR_CTX_PD_NOT_FOUND = 7003_u32
- 
        ERROR_CTX_WD_NOT_FOUND = 7004_u32
- 
        ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY = 7005_u32
- 
        ERROR_CTX_SERVICE_NAME_COLLISION = 7006_u32
- 
        ERROR_CTX_CLOSE_PENDING = 7007_u32
- 
        ERROR_CTX_NO_OUTBUF = 7008_u32
- 
        ERROR_CTX_MODEM_INF_NOT_FOUND = 7009_u32
- 
        ERROR_CTX_INVALID_MODEMNAME = 7010_u32
- 
        ERROR_CTX_MODEM_RESPONSE_ERROR = 7011_u32
- 
        ERROR_CTX_MODEM_RESPONSE_TIMEOUT = 7012_u32
- 
        ERROR_CTX_MODEM_RESPONSE_NO_CARRIER = 7013_u32
- 
        ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE = 7014_u32
- 
        ERROR_CTX_MODEM_RESPONSE_BUSY = 7015_u32
- 
        ERROR_CTX_MODEM_RESPONSE_VOICE = 7016_u32
- 
        ERROR_CTX_TD_ERROR = 7017_u32
- 
        ERROR_CTX_WINSTATION_NOT_FOUND = 7022_u32
- 
        ERROR_CTX_WINSTATION_ALREADY_EXISTS = 7023_u32
- 
        ERROR_CTX_WINSTATION_BUSY = 7024_u32
- 
        ERROR_CTX_BAD_VIDEO_MODE = 7025_u32
- 
        ERROR_CTX_GRAPHICS_INVALID = 7035_u32
- 
        ERROR_CTX_LOGON_DISABLED = 7037_u32
- 
        ERROR_CTX_NOT_CONSOLE = 7038_u32
- 
        ERROR_CTX_CLIENT_QUERY_TIMEOUT = 7040_u32
- 
        ERROR_CTX_CONSOLE_DISCONNECT = 7041_u32
- 
        ERROR_CTX_CONSOLE_CONNECT = 7042_u32
- 
        ERROR_CTX_SHADOW_DENIED = 7044_u32
- 
        ERROR_CTX_WINSTATION_ACCESS_DENIED = 7045_u32
- 
        ERROR_CTX_INVALID_WD = 7049_u32
- 
        ERROR_CTX_SHADOW_INVALID = 7050_u32
- 
        ERROR_CTX_SHADOW_DISABLED = 7051_u32
- 
        ERROR_CTX_CLIENT_LICENSE_IN_USE = 7052_u32
- 
        ERROR_CTX_CLIENT_LICENSE_NOT_SET = 7053_u32
- 
        ERROR_CTX_LICENSE_NOT_AVAILABLE = 7054_u32
- 
        ERROR_CTX_LICENSE_CLIENT_INVALID = 7055_u32
- 
        ERROR_CTX_LICENSE_EXPIRED = 7056_u32
- 
        ERROR_CTX_SHADOW_NOT_RUNNING = 7057_u32
- 
        ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE = 7058_u32
- 
        ERROR_ACTIVATION_COUNT_EXCEEDED = 7059_u32
- 
        FRS_ERR_INVALID_API_SEQUENCE = 8001_u32
- 
        FRS_ERR_STARTING_SERVICE = 8002_u32
- 
        FRS_ERR_STOPPING_SERVICE = 8003_u32
- 
        FRS_ERR_INTERNAL_API = 8004_u32
- 
        FRS_ERR_INTERNAL = 8005_u32
- 
        FRS_ERR_SERVICE_COMM = 8006_u32
- 
        FRS_ERR_INSUFFICIENT_PRIV = 8007_u32
- 
        FRS_ERR_AUTHENTICATION = 8008_u32
- 
        FRS_ERR_PARENT_INSUFFICIENT_PRIV = 8009_u32
- 
        FRS_ERR_PARENT_AUTHENTICATION = 8010_u32
- 
        FRS_ERR_CHILD_TO_PARENT_COMM = 8011_u32
- 
        FRS_ERR_PARENT_TO_CHILD_COMM = 8012_u32
- 
        FRS_ERR_SYSVOL_POPULATE = 8013_u32
- 
        FRS_ERR_SYSVOL_POPULATE_TIMEOUT = 8014_u32
- 
        FRS_ERR_SYSVOL_IS_BUSY = 8015_u32
- 
        FRS_ERR_SYSVOL_DEMOTE = 8016_u32
- 
        FRS_ERR_INVALID_SERVICE_PARAMETER = 8017_u32
- 
        ERROR_DS_NOT_INSTALLED = 8200_u32
- 
        ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY = 8201_u32
- 
        ERROR_DS_NO_ATTRIBUTE_OR_VALUE = 8202_u32
- 
        ERROR_DS_INVALID_ATTRIBUTE_SYNTAX = 8203_u32
- 
        ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED = 8204_u32
- 
        ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS = 8205_u32
- 
        ERROR_DS_BUSY = 8206_u32
- 
        ERROR_DS_UNAVAILABLE = 8207_u32
- 
        ERROR_DS_NO_RIDS_ALLOCATED = 8208_u32
- 
        ERROR_DS_NO_MORE_RIDS = 8209_u32
- 
        ERROR_DS_INCORRECT_ROLE_OWNER = 8210_u32
- 
        ERROR_DS_RIDMGR_INIT_ERROR = 8211_u32
- 
        ERROR_DS_OBJ_CLASS_VIOLATION = 8212_u32
- 
        ERROR_DS_CANT_ON_NON_LEAF = 8213_u32
- 
        ERROR_DS_CANT_ON_RDN = 8214_u32
- 
        ERROR_DS_CANT_MOD_OBJ_CLASS = 8215_u32
- 
        ERROR_DS_CROSS_DOM_MOVE_ERROR = 8216_u32
- 
        ERROR_DS_GC_NOT_AVAILABLE = 8217_u32
- 
        ERROR_SHARED_POLICY = 8218_u32
- 
        ERROR_POLICY_OBJECT_NOT_FOUND = 8219_u32
- 
        ERROR_POLICY_ONLY_IN_DS = 8220_u32
- 
        ERROR_PROMOTION_ACTIVE = 8221_u32
- 
        ERROR_NO_PROMOTION_ACTIVE = 8222_u32
- 
        ERROR_DS_OPERATIONS_ERROR = 8224_u32
- 
        ERROR_DS_PROTOCOL_ERROR = 8225_u32
- 
        ERROR_DS_TIMELIMIT_EXCEEDED = 8226_u32
- 
        ERROR_DS_SIZELIMIT_EXCEEDED = 8227_u32
- 
        ERROR_DS_ADMIN_LIMIT_EXCEEDED = 8228_u32
- 
        ERROR_DS_COMPARE_FALSE = 8229_u32
- 
        ERROR_DS_COMPARE_TRUE = 8230_u32
- 
        ERROR_DS_AUTH_METHOD_NOT_SUPPORTED = 8231_u32
- 
        ERROR_DS_STRONG_AUTH_REQUIRED = 8232_u32
- 
        ERROR_DS_INAPPROPRIATE_AUTH = 8233_u32
- 
        ERROR_DS_AUTH_UNKNOWN = 8234_u32
- 
        ERROR_DS_REFERRAL = 8235_u32
- 
        ERROR_DS_UNAVAILABLE_CRIT_EXTENSION = 8236_u32
- 
        ERROR_DS_CONFIDENTIALITY_REQUIRED = 8237_u32
- 
        ERROR_DS_INAPPROPRIATE_MATCHING = 8238_u32
- 
        ERROR_DS_CONSTRAINT_VIOLATION = 8239_u32
- 
        ERROR_DS_NO_SUCH_OBJECT = 8240_u32
- 
        ERROR_DS_ALIAS_PROBLEM = 8241_u32
- 
        ERROR_DS_INVALID_DN_SYNTAX = 8242_u32
- 
        ERROR_DS_IS_LEAF = 8243_u32
- 
        ERROR_DS_ALIAS_DEREF_PROBLEM = 8244_u32
- 
        ERROR_DS_UNWILLING_TO_PERFORM = 8245_u32
- 
        ERROR_DS_LOOP_DETECT = 8246_u32
- 
        ERROR_DS_NAMING_VIOLATION = 8247_u32
- 
        ERROR_DS_OBJECT_RESULTS_TOO_LARGE = 8248_u32
- 
        ERROR_DS_AFFECTS_MULTIPLE_DSAS = 8249_u32
- 
        ERROR_DS_SERVER_DOWN = 8250_u32
- 
        ERROR_DS_LOCAL_ERROR = 8251_u32
- 
        ERROR_DS_ENCODING_ERROR = 8252_u32
- 
        ERROR_DS_DECODING_ERROR = 8253_u32
- 
        ERROR_DS_FILTER_UNKNOWN = 8254_u32
- 
        ERROR_DS_PARAM_ERROR = 8255_u32
- 
        ERROR_DS_NOT_SUPPORTED = 8256_u32
- 
        ERROR_DS_NO_RESULTS_RETURNED = 8257_u32
- 
        ERROR_DS_CONTROL_NOT_FOUND = 8258_u32
- 
        ERROR_DS_CLIENT_LOOP = 8259_u32
- 
        ERROR_DS_REFERRAL_LIMIT_EXCEEDED = 8260_u32
- 
        ERROR_DS_SORT_CONTROL_MISSING = 8261_u32
- 
        ERROR_DS_OFFSET_RANGE_ERROR = 8262_u32
- 
        ERROR_DS_ROOT_MUST_BE_NC = 8301_u32
- 
        ERROR_DS_ADD_REPLICA_INHIBITED = 8302_u32
- 
        ERROR_DS_ATT_NOT_DEF_IN_SCHEMA = 8303_u32
- 
        ERROR_DS_MAX_OBJ_SIZE_EXCEEDED = 8304_u32
- 
        ERROR_DS_OBJ_STRING_NAME_EXISTS = 8305_u32
- 
        ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA = 8306_u32
- 
        ERROR_DS_RDN_DOESNT_MATCH_SCHEMA = 8307_u32
- 
        ERROR_DS_NO_REQUESTED_ATTS_FOUND = 8308_u32
- 
        ERROR_DS_USER_BUFFER_TO_SMALL = 8309_u32
- 
        ERROR_DS_ATT_IS_NOT_ON_OBJ = 8310_u32
- 
        ERROR_DS_ILLEGAL_MOD_OPERATION = 8311_u32
- 
        ERROR_DS_OBJ_TOO_LARGE = 8312_u32
- 
        ERROR_DS_BAD_INSTANCE_TYPE = 8313_u32
- 
        ERROR_DS_MASTERDSA_REQUIRED = 8314_u32
- 
        ERROR_DS_OBJECT_CLASS_REQUIRED = 8315_u32
- 
        ERROR_DS_MISSING_REQUIRED_ATT = 8316_u32
- 
        ERROR_DS_ATT_NOT_DEF_FOR_CLASS = 8317_u32
- 
        ERROR_DS_ATT_ALREADY_EXISTS = 8318_u32
- 
        ERROR_DS_CANT_ADD_ATT_VALUES = 8320_u32
- 
        ERROR_DS_SINGLE_VALUE_CONSTRAINT = 8321_u32
- 
        ERROR_DS_RANGE_CONSTRAINT = 8322_u32
- 
        ERROR_DS_ATT_VAL_ALREADY_EXISTS = 8323_u32
- 
        ERROR_DS_CANT_REM_MISSING_ATT = 8324_u32
- 
        ERROR_DS_CANT_REM_MISSING_ATT_VAL = 8325_u32
- 
        ERROR_DS_ROOT_CANT_BE_SUBREF = 8326_u32
- 
        ERROR_DS_NO_CHAINING = 8327_u32
- 
        ERROR_DS_NO_CHAINED_EVAL = 8328_u32
- 
        ERROR_DS_NO_PARENT_OBJECT = 8329_u32
- 
        ERROR_DS_PARENT_IS_AN_ALIAS = 8330_u32
- 
        ERROR_DS_CANT_MIX_MASTER_AND_REPS = 8331_u32
- 
        ERROR_DS_CHILDREN_EXIST = 8332_u32
- 
        ERROR_DS_OBJ_NOT_FOUND = 8333_u32
- 
        ERROR_DS_ALIASED_OBJ_MISSING = 8334_u32
- 
        ERROR_DS_BAD_NAME_SYNTAX = 8335_u32
- 
        ERROR_DS_ALIAS_POINTS_TO_ALIAS = 8336_u32
- 
        ERROR_DS_CANT_DEREF_ALIAS = 8337_u32
- 
        ERROR_DS_OUT_OF_SCOPE = 8338_u32
- 
        ERROR_DS_OBJECT_BEING_REMOVED = 8339_u32
- 
        ERROR_DS_CANT_DELETE_DSA_OBJ = 8340_u32
- 
        ERROR_DS_GENERIC_ERROR = 8341_u32
- 
        ERROR_DS_DSA_MUST_BE_INT_MASTER = 8342_u32
- 
        ERROR_DS_CLASS_NOT_DSA = 8343_u32
- 
        ERROR_DS_INSUFF_ACCESS_RIGHTS = 8344_u32
- 
        ERROR_DS_ILLEGAL_SUPERIOR = 8345_u32
- 
        ERROR_DS_ATTRIBUTE_OWNED_BY_SAM = 8346_u32
- 
        ERROR_DS_NAME_TOO_MANY_PARTS = 8347_u32
- 
        ERROR_DS_NAME_TOO_LONG = 8348_u32
- 
        ERROR_DS_NAME_VALUE_TOO_LONG = 8349_u32
- 
        ERROR_DS_NAME_UNPARSEABLE = 8350_u32
- 
        ERROR_DS_NAME_TYPE_UNKNOWN = 8351_u32
- 
        ERROR_DS_NOT_AN_OBJECT = 8352_u32
- 
        ERROR_DS_SEC_DESC_TOO_SHORT = 8353_u32
- 
        ERROR_DS_SEC_DESC_INVALID = 8354_u32
- 
        ERROR_DS_NO_DELETED_NAME = 8355_u32
- 
        ERROR_DS_SUBREF_MUST_HAVE_PARENT = 8356_u32
- 
        ERROR_DS_NCNAME_MUST_BE_NC = 8357_u32
- 
        ERROR_DS_CANT_ADD_SYSTEM_ONLY = 8358_u32
- 
        ERROR_DS_CLASS_MUST_BE_CONCRETE = 8359_u32
- 
        ERROR_DS_INVALID_DMD = 8360_u32
- 
        ERROR_DS_OBJ_GUID_EXISTS = 8361_u32
- 
        ERROR_DS_NOT_ON_BACKLINK = 8362_u32
- 
        ERROR_DS_NO_CROSSREF_FOR_NC = 8363_u32
- 
        ERROR_DS_SHUTTING_DOWN = 8364_u32
- 
        ERROR_DS_UNKNOWN_OPERATION = 8365_u32
- 
        ERROR_DS_INVALID_ROLE_OWNER = 8366_u32
- 
        ERROR_DS_COULDNT_CONTACT_FSMO = 8367_u32
- 
        ERROR_DS_CROSS_NC_DN_RENAME = 8368_u32
- 
        ERROR_DS_CANT_MOD_SYSTEM_ONLY = 8369_u32
- 
        ERROR_DS_REPLICATOR_ONLY = 8370_u32
- 
        ERROR_DS_OBJ_CLASS_NOT_DEFINED = 8371_u32
- 
        ERROR_DS_OBJ_CLASS_NOT_SUBCLASS = 8372_u32
- 
        ERROR_DS_NAME_REFERENCE_INVALID = 8373_u32
- 
        ERROR_DS_CROSS_REF_EXISTS = 8374_u32
- 
        ERROR_DS_CANT_DEL_MASTER_CROSSREF = 8375_u32
- 
        ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD = 8376_u32
- 
        ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX = 8377_u32
- 
        ERROR_DS_DUP_RDN = 8378_u32
- 
        ERROR_DS_DUP_OID = 8379_u32
- 
        ERROR_DS_DUP_MAPI_ID = 8380_u32
- 
        ERROR_DS_DUP_SCHEMA_ID_GUID = 8381_u32
- 
        ERROR_DS_DUP_LDAP_DISPLAY_NAME = 8382_u32
- 
        ERROR_DS_SEMANTIC_ATT_TEST = 8383_u32
- 
        ERROR_DS_SYNTAX_MISMATCH = 8384_u32
- 
        ERROR_DS_EXISTS_IN_MUST_HAVE = 8385_u32
- 
        ERROR_DS_EXISTS_IN_MAY_HAVE = 8386_u32
- 
        ERROR_DS_NONEXISTENT_MAY_HAVE = 8387_u32
- 
        ERROR_DS_NONEXISTENT_MUST_HAVE = 8388_u32
- 
        ERROR_DS_AUX_CLS_TEST_FAIL = 8389_u32
- 
        ERROR_DS_NONEXISTENT_POSS_SUP = 8390_u32
- 
        ERROR_DS_SUB_CLS_TEST_FAIL = 8391_u32
- 
        ERROR_DS_BAD_RDN_ATT_ID_SYNTAX = 8392_u32
- 
        ERROR_DS_EXISTS_IN_AUX_CLS = 8393_u32
- 
        ERROR_DS_EXISTS_IN_SUB_CLS = 8394_u32
- 
        ERROR_DS_EXISTS_IN_POSS_SUP = 8395_u32
- 
        ERROR_DS_RECALCSCHEMA_FAILED = 8396_u32
- 
        ERROR_DS_TREE_DELETE_NOT_FINISHED = 8397_u32
- 
        ERROR_DS_CANT_DELETE = 8398_u32
- 
        ERROR_DS_ATT_SCHEMA_REQ_ID = 8399_u32
- 
        ERROR_DS_BAD_ATT_SCHEMA_SYNTAX = 8400_u32
- 
        ERROR_DS_CANT_CACHE_ATT = 8401_u32
- 
        ERROR_DS_CANT_CACHE_CLASS = 8402_u32
- 
        ERROR_DS_CANT_REMOVE_ATT_CACHE = 8403_u32
- 
        ERROR_DS_CANT_REMOVE_CLASS_CACHE = 8404_u32
- 
        ERROR_DS_CANT_RETRIEVE_DN = 8405_u32
- 
        ERROR_DS_MISSING_SUPREF = 8406_u32
- 
        ERROR_DS_CANT_RETRIEVE_INSTANCE = 8407_u32
- 
        ERROR_DS_CODE_INCONSISTENCY = 8408_u32
- 
        ERROR_DS_DATABASE_ERROR = 8409_u32
- 
        ERROR_DS_GOVERNSID_MISSING = 8410_u32
- 
        ERROR_DS_MISSING_EXPECTED_ATT = 8411_u32
- 
        ERROR_DS_NCNAME_MISSING_CR_REF = 8412_u32
- 
        ERROR_DS_SECURITY_CHECKING_ERROR = 8413_u32
- 
        ERROR_DS_SCHEMA_NOT_LOADED = 8414_u32
- 
        ERROR_DS_SCHEMA_ALLOC_FAILED = 8415_u32
- 
        ERROR_DS_ATT_SCHEMA_REQ_SYNTAX = 8416_u32
- 
        ERROR_DS_GCVERIFY_ERROR = 8417_u32
- 
        ERROR_DS_DRA_SCHEMA_MISMATCH = 8418_u32
- 
        ERROR_DS_CANT_FIND_DSA_OBJ = 8419_u32
- 
        ERROR_DS_CANT_FIND_EXPECTED_NC = 8420_u32
- 
        ERROR_DS_CANT_FIND_NC_IN_CACHE = 8421_u32
- 
        ERROR_DS_CANT_RETRIEVE_CHILD = 8422_u32
- 
        ERROR_DS_SECURITY_ILLEGAL_MODIFY = 8423_u32
- 
        ERROR_DS_CANT_REPLACE_HIDDEN_REC = 8424_u32
- 
        ERROR_DS_BAD_HIERARCHY_FILE = 8425_u32
- 
        ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED = 8426_u32
- 
        ERROR_DS_CONFIG_PARAM_MISSING = 8427_u32
- 
        ERROR_DS_COUNTING_AB_INDICES_FAILED = 8428_u32
- 
        ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED = 8429_u32
- 
        ERROR_DS_INTERNAL_FAILURE = 8430_u32
- 
        ERROR_DS_UNKNOWN_ERROR = 8431_u32
- 
        ERROR_DS_ROOT_REQUIRES_CLASS_TOP = 8432_u32
- 
        ERROR_DS_REFUSING_FSMO_ROLES = 8433_u32
- 
        ERROR_DS_MISSING_FSMO_SETTINGS = 8434_u32
- 
        ERROR_DS_UNABLE_TO_SURRENDER_ROLES = 8435_u32
- 
        ERROR_DS_DRA_GENERIC = 8436_u32
- 
        ERROR_DS_DRA_INVALID_PARAMETER = 8437_u32
- 
        ERROR_DS_DRA_BUSY = 8438_u32
- 
        ERROR_DS_DRA_BAD_DN = 8439_u32
- 
        ERROR_DS_DRA_BAD_NC = 8440_u32
- 
        ERROR_DS_DRA_DN_EXISTS = 8441_u32
- 
        ERROR_DS_DRA_INTERNAL_ERROR = 8442_u32
- 
        ERROR_DS_DRA_INCONSISTENT_DIT = 8443_u32
- 
        ERROR_DS_DRA_CONNECTION_FAILED = 8444_u32
- 
        ERROR_DS_DRA_BAD_INSTANCE_TYPE = 8445_u32
- 
        ERROR_DS_DRA_OUT_OF_MEM = 8446_u32
- 
        ERROR_DS_DRA_MAIL_PROBLEM = 8447_u32
- 
        ERROR_DS_DRA_REF_ALREADY_EXISTS = 8448_u32
- 
        ERROR_DS_DRA_REF_NOT_FOUND = 8449_u32
- 
        ERROR_DS_DRA_OBJ_IS_REP_SOURCE = 8450_u32
- 
        ERROR_DS_DRA_DB_ERROR = 8451_u32
- 
        ERROR_DS_DRA_NO_REPLICA = 8452_u32
- 
        ERROR_DS_DRA_ACCESS_DENIED = 8453_u32
- 
        ERROR_DS_DRA_NOT_SUPPORTED = 8454_u32
- 
        ERROR_DS_DRA_RPC_CANCELLED = 8455_u32
- 
        ERROR_DS_DRA_SOURCE_DISABLED = 8456_u32
- 
        ERROR_DS_DRA_SINK_DISABLED = 8457_u32
- 
        ERROR_DS_DRA_NAME_COLLISION = 8458_u32
- 
        ERROR_DS_DRA_SOURCE_REINSTALLED = 8459_u32
- 
        ERROR_DS_DRA_MISSING_PARENT = 8460_u32
- 
        ERROR_DS_DRA_PREEMPTED = 8461_u32
- 
        ERROR_DS_DRA_ABANDON_SYNC = 8462_u32
- 
        ERROR_DS_DRA_SHUTDOWN = 8463_u32
- 
        ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET = 8464_u32
- 
        ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA = 8465_u32
- 
        ERROR_DS_DRA_EXTN_CONNECTION_FAILED = 8466_u32
- 
        ERROR_DS_INSTALL_SCHEMA_MISMATCH = 8467_u32
- 
        ERROR_DS_DUP_LINK_ID = 8468_u32
- 
        ERROR_DS_NAME_ERROR_RESOLVING = 8469_u32
- 
        ERROR_DS_NAME_ERROR_NOT_FOUND = 8470_u32
- 
        ERROR_DS_NAME_ERROR_NOT_UNIQUE = 8471_u32
- 
        ERROR_DS_NAME_ERROR_NO_MAPPING = 8472_u32
- 
        ERROR_DS_NAME_ERROR_DOMAIN_ONLY = 8473_u32
- 
        ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING = 8474_u32
- 
        ERROR_DS_CONSTRUCTED_ATT_MOD = 8475_u32
- 
        ERROR_DS_WRONG_OM_OBJ_CLASS = 8476_u32
- 
        ERROR_DS_DRA_REPL_PENDING = 8477_u32
- 
        ERROR_DS_DS_REQUIRED = 8478_u32
- 
        ERROR_DS_INVALID_LDAP_DISPLAY_NAME = 8479_u32
- 
        ERROR_DS_NON_BASE_SEARCH = 8480_u32
- 
        ERROR_DS_CANT_RETRIEVE_ATTS = 8481_u32
- 
        ERROR_DS_BACKLINK_WITHOUT_LINK = 8482_u32
- 
        ERROR_DS_EPOCH_MISMATCH = 8483_u32
- 
        ERROR_DS_SRC_NAME_MISMATCH = 8484_u32
- 
        ERROR_DS_SRC_AND_DST_NC_IDENTICAL = 8485_u32
- 
        ERROR_DS_DST_NC_MISMATCH = 8486_u32
- 
        ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC = 8487_u32
- 
        ERROR_DS_SRC_GUID_MISMATCH = 8488_u32
- 
        ERROR_DS_CANT_MOVE_DELETED_OBJECT = 8489_u32
- 
        ERROR_DS_PDC_OPERATION_IN_PROGRESS = 8490_u32
- 
        ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD = 8491_u32
- 
        ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION = 8492_u32
- 
        ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS = 8493_u32
- 
        ERROR_DS_NC_MUST_HAVE_NC_PARENT = 8494_u32
- 
        ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE = 8495_u32
- 
        ERROR_DS_DST_DOMAIN_NOT_NATIVE = 8496_u32
- 
        ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER = 8497_u32
- 
        ERROR_DS_CANT_MOVE_ACCOUNT_GROUP = 8498_u32
- 
        ERROR_DS_CANT_MOVE_RESOURCE_GROUP = 8499_u32
- 
        ERROR_DS_INVALID_SEARCH_FLAG = 8500_u32
- 
        ERROR_DS_NO_TREE_DELETE_ABOVE_NC = 8501_u32
- 
        ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE = 8502_u32
- 
        ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE = 8503_u32
- 
        ERROR_DS_SAM_INIT_FAILURE = 8504_u32
- 
        ERROR_DS_SENSITIVE_GROUP_VIOLATION = 8505_u32
- 
        ERROR_DS_CANT_MOD_PRIMARYGROUPID = 8506_u32
- 
        ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD = 8507_u32
- 
        ERROR_DS_NONSAFE_SCHEMA_CHANGE = 8508_u32
- 
        ERROR_DS_SCHEMA_UPDATE_DISALLOWED = 8509_u32
- 
        ERROR_DS_CANT_CREATE_UNDER_SCHEMA = 8510_u32
- 
        ERROR_DS_INSTALL_NO_SRC_SCH_VERSION = 8511_u32
- 
        ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE = 8512_u32
- 
        ERROR_DS_INVALID_GROUP_TYPE = 8513_u32
- 
        ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN = 8514_u32
- 
        ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN = 8515_u32
- 
        ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER = 8516_u32
- 
        ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER = 8517_u32
- 
        ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER = 8518_u32
- 
        ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER = 8519_u32
- 
        ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER = 8520_u32
- 
        ERROR_DS_HAVE_PRIMARY_MEMBERS = 8521_u32
- 
        ERROR_DS_STRING_SD_CONVERSION_FAILED = 8522_u32
- 
        ERROR_DS_NAMING_MASTER_GC = 8523_u32
- 
        ERROR_DS_DNS_LOOKUP_FAILURE = 8524_u32
- 
        ERROR_DS_COULDNT_UPDATE_SPNS = 8525_u32
- 
        ERROR_DS_CANT_RETRIEVE_SD = 8526_u32
- 
        ERROR_DS_KEY_NOT_UNIQUE = 8527_u32
- 
        ERROR_DS_WRONG_LINKED_ATT_SYNTAX = 8528_u32
- 
        ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD = 8529_u32
- 
        ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY = 8530_u32
- 
        ERROR_DS_CANT_START = 8531_u32
- 
        ERROR_DS_INIT_FAILURE = 8532_u32
- 
        ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION = 8533_u32
- 
        ERROR_DS_SOURCE_DOMAIN_IN_FOREST = 8534_u32
- 
        ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST = 8535_u32
- 
        ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED = 8536_u32
- 
        ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN = 8537_u32
- 
        ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER = 8538_u32
- 
        ERROR_DS_SRC_SID_EXISTS_IN_FOREST = 8539_u32
- 
        ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH = 8540_u32
- 
        ERROR_SAM_INIT_FAILURE = 8541_u32
- 
        ERROR_DS_DRA_SCHEMA_INFO_SHIP = 8542_u32
- 
        ERROR_DS_DRA_SCHEMA_CONFLICT = 8543_u32
- 
        ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT = 8544_u32
- 
        ERROR_DS_DRA_OBJ_NC_MISMATCH = 8545_u32
- 
        ERROR_DS_NC_STILL_HAS_DSAS = 8546_u32
- 
        ERROR_DS_GC_REQUIRED = 8547_u32
- 
        ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY = 8548_u32
- 
        ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS = 8549_u32
- 
        ERROR_DS_CANT_ADD_TO_GC = 8550_u32
- 
        ERROR_DS_NO_CHECKPOINT_WITH_PDC = 8551_u32
- 
        ERROR_DS_SOURCE_AUDITING_NOT_ENABLED = 8552_u32
- 
        ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC = 8553_u32
- 
        ERROR_DS_INVALID_NAME_FOR_SPN = 8554_u32
- 
        ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS = 8555_u32
- 
        ERROR_DS_UNICODEPWD_NOT_IN_QUOTES = 8556_u32
- 
        ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = 8557_u32
- 
        ERROR_DS_MUST_BE_RUN_ON_DST_DC = 8558_u32
- 
        ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER = 8559_u32
- 
        ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ = 8560_u32
- 
        ERROR_DS_INIT_FAILURE_CONSOLE = 8561_u32
- 
        ERROR_DS_SAM_INIT_FAILURE_CONSOLE = 8562_u32
- 
        ERROR_DS_FOREST_VERSION_TOO_HIGH = 8563_u32
- 
        ERROR_DS_DOMAIN_VERSION_TOO_HIGH = 8564_u32
- 
        ERROR_DS_FOREST_VERSION_TOO_LOW = 8565_u32
- 
        ERROR_DS_DOMAIN_VERSION_TOO_LOW = 8566_u32
- 
        ERROR_DS_INCOMPATIBLE_VERSION = 8567_u32
- 
        ERROR_DS_LOW_DSA_VERSION = 8568_u32
- 
        ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN = 8569_u32
- 
        ERROR_DS_NOT_SUPPORTED_SORT_ORDER = 8570_u32
- 
        ERROR_DS_NAME_NOT_UNIQUE = 8571_u32
- 
        ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 = 8572_u32
- 
        ERROR_DS_OUT_OF_VERSION_STORE = 8573_u32
- 
        ERROR_DS_INCOMPATIBLE_CONTROLS_USED = 8574_u32
- 
        ERROR_DS_NO_REF_DOMAIN = 8575_u32
- 
        ERROR_DS_RESERVED_LINK_ID = 8576_u32
- 
        ERROR_DS_LINK_ID_NOT_AVAILABLE = 8577_u32
- 
        ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER = 8578_u32
- 
        ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE = 8579_u32
- 
        ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC = 8580_u32
- 
        ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG = 8581_u32
- 
        ERROR_DS_MODIFYDN_WRONG_GRANDPARENT = 8582_u32
- 
        ERROR_DS_NAME_ERROR_TRUST_REFERRAL = 8583_u32
- 
        ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER = 8584_u32
- 
        ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD = 8585_u32
- 
        ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 = 8586_u32
- 
        ERROR_DS_THREAD_LIMIT_EXCEEDED = 8587_u32
- 
        ERROR_DS_NOT_CLOSEST = 8588_u32
- 
        ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF = 8589_u32
- 
        ERROR_DS_SINGLE_USER_MODE_FAILED = 8590_u32
- 
        ERROR_DS_NTDSCRIPT_SYNTAX_ERROR = 8591_u32
- 
        ERROR_DS_NTDSCRIPT_PROCESS_ERROR = 8592_u32
- 
        ERROR_DS_DIFFERENT_REPL_EPOCHS = 8593_u32
- 
        ERROR_DS_DRS_EXTENSIONS_CHANGED = 8594_u32
- 
        ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR = 8595_u32
- 
        ERROR_DS_NO_MSDS_INTID = 8596_u32
- 
        ERROR_DS_DUP_MSDS_INTID = 8597_u32
- 
        ERROR_DS_EXISTS_IN_RDNATTID = 8598_u32
- 
        ERROR_DS_AUTHORIZATION_FAILED = 8599_u32
- 
        ERROR_DS_INVALID_SCRIPT = 8600_u32
- 
        ERROR_DS_REMOTE_CROSSREF_OP_FAILED = 8601_u32
- 
        ERROR_DS_CROSS_REF_BUSY = 8602_u32
- 
        ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN = 8603_u32
- 
        ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC = 8604_u32
- 
        ERROR_DS_DUPLICATE_ID_FOUND = 8605_u32
- 
        ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT = 8606_u32
- 
        ERROR_DS_GROUP_CONVERSION_ERROR = 8607_u32
- 
        ERROR_DS_CANT_MOVE_APP_BASIC_GROUP = 8608_u32
- 
        ERROR_DS_CANT_MOVE_APP_QUERY_GROUP = 8609_u32
- 
        ERROR_DS_ROLE_NOT_VERIFIED = 8610_u32
- 
        ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL = 8611_u32
- 
        ERROR_DS_DOMAIN_RENAME_IN_PROGRESS = 8612_u32
- 
        ERROR_DS_EXISTING_AD_CHILD_NC = 8613_u32
- 
        ERROR_DS_REPL_LIFETIME_EXCEEDED = 8614_u32
- 
        ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER = 8615_u32
- 
        ERROR_DS_LDAP_SEND_QUEUE_FULL = 8616_u32
- 
        ERROR_DS_DRA_OUT_SCHEDULE_WINDOW = 8617_u32
- 
        DNS_ERROR_RESPONSE_CODES_BASE = 9000_u32
- 
        DNS_ERROR_MASK = 9000_u32
- 
        DNS_ERROR_RCODE_FORMAT_ERROR = 9001_u32
- 
        DNS_ERROR_RCODE_SERVER_FAILURE = 9002_u32
- 
        DNS_ERROR_RCODE_NAME_ERROR = 9003_u32
- 
        DNS_ERROR_RCODE_NOT_IMPLEMENTED = 9004_u32
- 
        DNS_ERROR_RCODE_REFUSED = 9005_u32
- 
        DNS_ERROR_RCODE_YXDOMAIN = 9006_u32
- 
        DNS_ERROR_RCODE_YXRRSET = 9007_u32
- 
        DNS_ERROR_RCODE_NXRRSET = 9008_u32
- 
        DNS_ERROR_RCODE_NOTAUTH = 9009_u32
- 
        DNS_ERROR_RCODE_NOTZONE = 9010_u32
- 
        DNS_ERROR_RCODE_BADSIG = 9016_u32
- 
        DNS_ERROR_RCODE_BADKEY = 9017_u32
- 
        DNS_ERROR_RCODE_BADTIME = 9018_u32
- 
        DNS_ERROR_RCODE_LAST = 9018_u32
- 
        DNS_ERROR_PACKET_FMT_BASE = 9500_u32
- 
        DNS_INFO_NO_RECORDS = 9501_u32
- 
        DNS_ERROR_BAD_PACKET = 9502_u32
- 
        DNS_ERROR_NO_PACKET = 9503_u32
- 
        DNS_ERROR_RCODE = 9504_u32
- 
        DNS_ERROR_UNSECURE_PACKET = 9505_u32
- 
        DNS_STATUS_PACKET_UNSECURE = 9505_u32
- 
        DNS_ERROR_NO_MEMORY = 14_u32
- 
        DNS_ERROR_INVALID_NAME = 123_u32
- 
        DNS_ERROR_INVALID_DATA = 13_u32
- 
        DNS_ERROR_GENERAL_API_BASE = 9550_u32
- 
        DNS_ERROR_INVALID_TYPE = 9551_u32
- 
        DNS_ERROR_INVALID_IP_ADDRESS = 9552_u32
- 
        DNS_ERROR_INVALID_PROPERTY = 9553_u32
- 
        DNS_ERROR_TRY_AGAIN_LATER = 9554_u32
- 
        DNS_ERROR_NOT_UNIQUE = 9555_u32
- 
        DNS_ERROR_NON_RFC_NAME = 9556_u32
- 
        DNS_STATUS_FQDN = 9557_u32
- 
        DNS_STATUS_DOTTED_NAME = 9558_u32
- 
        DNS_STATUS_SINGLE_PART_NAME = 9559_u32
- 
        DNS_ERROR_INVALID_NAME_CHAR = 9560_u32
- 
        DNS_ERROR_NUMERIC_NAME = 9561_u32
- 
        DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER = 9562_u32
- 
        DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION = 9563_u32
- 
        DNS_ERROR_CANNOT_FIND_ROOT_HINTS = 9564_u32
- 
        DNS_ERROR_INCONSISTENT_ROOT_HINTS = 9565_u32
- 
        DNS_ERROR_ZONE_BASE = 9600_u32
- 
        DNS_ERROR_ZONE_DOES_NOT_EXIST = 9601_u32
- 
        DNS_ERROR_NO_ZONE_INFO = 9602_u32
- 
        DNS_ERROR_INVALID_ZONE_OPERATION = 9603_u32
- 
        DNS_ERROR_ZONE_CONFIGURATION_ERROR = 9604_u32
- 
        DNS_ERROR_ZONE_HAS_NO_SOA_RECORD = 9605_u32
- 
        DNS_ERROR_ZONE_HAS_NO_NS_RECORDS = 9606_u32
- 
        DNS_ERROR_ZONE_LOCKED = 9607_u32
- 
        DNS_ERROR_ZONE_CREATION_FAILED = 9608_u32
- 
        DNS_ERROR_ZONE_ALREADY_EXISTS = 9609_u32
- 
        DNS_ERROR_AUTOZONE_ALREADY_EXISTS = 9610_u32
- 
        DNS_ERROR_INVALID_ZONE_TYPE = 9611_u32
- 
        DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP = 9612_u32
- 
        DNS_ERROR_ZONE_NOT_SECONDARY = 9613_u32
- 
        DNS_ERROR_NEED_SECONDARY_ADDRESSES = 9614_u32
- 
        DNS_ERROR_WINS_INIT_FAILED = 9615_u32
- 
        DNS_ERROR_NEED_WINS_SERVERS = 9616_u32
- 
        DNS_ERROR_NBSTAT_INIT_FAILED = 9617_u32
- 
        DNS_ERROR_SOA_DELETE_INVALID = 9618_u32
- 
        DNS_ERROR_FORWARDER_ALREADY_EXISTS = 9619_u32
- 
        DNS_ERROR_ZONE_REQUIRES_MASTER_IP = 9620_u32
- 
        DNS_ERROR_ZONE_IS_SHUTDOWN = 9621_u32
- 
        DNS_ERROR_DATAFILE_BASE = 9650_u32
- 
        DNS_ERROR_PRIMARY_REQUIRES_DATAFILE = 9651_u32
- 
        DNS_ERROR_INVALID_DATAFILE_NAME = 9652_u32
- 
        DNS_ERROR_DATAFILE_OPEN_FAILURE = 9653_u32
- 
        DNS_ERROR_FILE_WRITEBACK_FAILED = 9654_u32
- 
        DNS_ERROR_DATAFILE_PARSING = 9655_u32
- 
        DNS_ERROR_DATABASE_BASE = 9700_u32
- 
        DNS_ERROR_RECORD_DOES_NOT_EXIST = 9701_u32
- 
        DNS_ERROR_RECORD_FORMAT = 9702_u32
- 
        DNS_ERROR_NODE_CREATION_FAILED = 9703_u32
- 
        DNS_ERROR_UNKNOWN_RECORD_TYPE = 9704_u32
- 
        DNS_ERROR_RECORD_TIMED_OUT = 9705_u32
- 
        DNS_ERROR_NAME_NOT_IN_ZONE = 9706_u32
- 
        DNS_ERROR_CNAME_LOOP = 9707_u32
- 
        DNS_ERROR_NODE_IS_CNAME = 9708_u32
- 
        DNS_ERROR_CNAME_COLLISION = 9709_u32
- 
        DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT = 9710_u32
- 
        DNS_ERROR_RECORD_ALREADY_EXISTS = 9711_u32
- 
        DNS_ERROR_SECONDARY_DATA = 9712_u32
- 
        DNS_ERROR_NO_CREATE_CACHE_DATA = 9713_u32
- 
        DNS_ERROR_NAME_DOES_NOT_EXIST = 9714_u32
- 
        DNS_WARNING_PTR_CREATE_FAILED = 9715_u32
- 
        DNS_WARNING_DOMAIN_UNDELETED = 9716_u32
- 
        DNS_ERROR_DS_UNAVAILABLE = 9717_u32
- 
        DNS_ERROR_DS_ZONE_ALREADY_EXISTS = 9718_u32
- 
        DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE = 9719_u32
- 
        DNS_ERROR_OPERATION_BASE = 9750_u32
- 
        DNS_INFO_AXFR_COMPLETE = 9751_u32
- 
        DNS_ERROR_AXFR = 9752_u32
- 
        DNS_INFO_ADDED_LOCAL_WINS = 9753_u32
- 
        DNS_ERROR_SECURE_BASE = 9800_u32
- 
        DNS_STATUS_CONTINUE_NEEDED = 9801_u32
- 
        DNS_ERROR_SETUP_BASE = 9850_u32
- 
        DNS_ERROR_NO_TCPIP = 9851_u32
- 
        DNS_ERROR_NO_DNS_SERVERS = 9852_u32
- 
        DNS_ERROR_DP_BASE = 9900_u32
- 
        DNS_ERROR_DP_DOES_NOT_EXIST = 9901_u32
- 
        DNS_ERROR_DP_ALREADY_EXISTS = 9902_u32
- 
        DNS_ERROR_DP_NOT_ENLISTED = 9903_u32
- 
        DNS_ERROR_DP_ALREADY_ENLISTED = 9904_u32
- 
        DNS_ERROR_DP_NOT_AVAILABLE = 9905_u32
- 
        DNS_ERROR_DP_FSMO_ERROR = 9906_u32
- 
        WSABASEERR = 10000_u32
- 
        WSAEINTR = 10004_u32
- 
        WSAEBADF = 10009_u32
- 
        WSAEACCES = 10013_u32
- 
        WSAEFAULT = 10014_u32
- 
        WSAEINVAL = 10022_u32
- 
        WSAEMFILE = 10024_u32
- 
        WSAEWOULDBLOCK = 10035_u32
- 
        WSAEINPROGRESS = 10036_u32
- 
        WSAEALREADY = 10037_u32
- 
        WSAENOTSOCK = 10038_u32
- 
        WSAEDESTADDRREQ = 10039_u32
- 
        WSAEMSGSIZE = 10040_u32
- 
        WSAEPROTOTYPE = 10041_u32
- 
        WSAENOPROTOOPT = 10042_u32
- 
        WSAEPROTONOSUPPORT = 10043_u32
- 
        WSAESOCKTNOSUPPORT = 10044_u32
- 
        WSAEOPNOTSUPP = 10045_u32
- 
        WSAEPFNOSUPPORT = 10046_u32
- 
        WSAEAFNOSUPPORT = 10047_u32
- 
        WSAEADDRINUSE = 10048_u32
- 
        WSAEADDRNOTAVAIL = 10049_u32
- 
        WSAENETDOWN = 10050_u32
- 
        WSAENETUNREACH = 10051_u32
- 
        WSAENETRESET = 10052_u32
- 
        WSAECONNABORTED = 10053_u32
- 
        WSAECONNRESET = 10054_u32
- 
        WSAENOBUFS = 10055_u32
- 
        WSAEISCONN = 10056_u32
- 
        WSAENOTCONN = 10057_u32
- 
        WSAESHUTDOWN = 10058_u32
- 
        WSAETOOMANYREFS = 10059_u32
- 
        WSAETIMEDOUT = 10060_u32
- 
        WSAECONNREFUSED = 10061_u32
- 
        WSAELOOP = 10062_u32
- 
        WSAENAMETOOLONG = 10063_u32
- 
        WSAEHOSTDOWN = 10064_u32
- 
        WSAEHOSTUNREACH = 10065_u32
- 
        WSAENOTEMPTY = 10066_u32
- 
        WSAEPROCLIM = 10067_u32
- 
        WSAEUSERS = 10068_u32
- 
        WSAEDQUOT = 10069_u32
- 
        WSAESTALE = 10070_u32
- 
        WSAEREMOTE = 10071_u32
- 
        WSASYSNOTREADY = 10091_u32
- 
        WSAVERNOTSUPPORTED = 10092_u32
- 
        WSANOTINITIALISED = 10093_u32
- 
        WSAEDISCON = 10101_u32
- 
        WSAENOMORE = 10102_u32
- 
        WSAECANCELLED = 10103_u32
- 
        WSAEINVALIDPROCTABLE = 10104_u32
- 
        WSAEINVALIDPROVIDER = 10105_u32
- 
        WSAEPROVIDERFAILEDINIT = 10106_u32
- 
        WSASYSCALLFAILURE = 10107_u32
- 
        WSASERVICE_NOT_FOUND = 10108_u32
- 
        WSATYPE_NOT_FOUND = 10109_u32
- 
        WSA_E_NO_MORE = 10110_u32
- 
        WSA_E_CANCELLED = 10111_u32
- 
        WSAEREFUSED = 10112_u32
- 
        WSAHOST_NOT_FOUND = 11001_u32
- 
        WSATRY_AGAIN = 11002_u32
- 
        WSANO_RECOVERY = 11003_u32
- 
        WSANO_DATA = 11004_u32
- 
        WSA_QOS_RECEIVERS = 11005_u32
- 
        WSA_QOS_SENDERS = 11006_u32
- 
        WSA_QOS_NO_SENDERS = 11007_u32
- 
        WSA_QOS_NO_RECEIVERS = 11008_u32
- 
        WSA_QOS_REQUEST_CONFIRMED = 11009_u32
- 
        WSA_QOS_ADMISSION_FAILURE = 11010_u32
- 
        WSA_QOS_POLICY_FAILURE = 11011_u32
- 
        WSA_QOS_BAD_STYLE = 11012_u32
- 
        WSA_QOS_BAD_OBJECT = 11013_u32
- 
        WSA_QOS_TRAFFIC_CTRL_ERROR = 11014_u32
- 
        WSA_QOS_GENERIC_ERROR = 11015_u32
- 
        WSA_QOS_ESERVICETYPE = 11016_u32
- 
        WSA_QOS_EFLOWSPEC = 11017_u32
- 
        WSA_QOS_EPROVSPECBUF = 11018_u32
- 
        WSA_QOS_EFILTERSTYLE = 11019_u32
- 
        WSA_QOS_EFILTERTYPE = 11020_u32
- 
        WSA_QOS_EFILTERCOUNT = 11021_u32
- 
        WSA_QOS_EOBJLENGTH = 11022_u32
- 
        WSA_QOS_EFLOWCOUNT = 11023_u32
- 
        WSA_QOS_EUNKNOWNPSOBJ = 11024_u32
- 
        WSA_QOS_EUNKOWNPSOBJ = 11024_u32
- 
        WSA_QOS_EPOLICYOBJ = 11025_u32
- 
        WSA_QOS_EFLOWDESC = 11026_u32
- 
        WSA_QOS_EPSFLOWSPEC = 11027_u32
- 
        WSA_QOS_EPSFILTERSPEC = 11028_u32
- 
        WSA_QOS_ESDMODEOBJ = 11029_u32
- 
        WSA_QOS_ESHAPERATEOBJ = 11030_u32
- 
        WSA_QOS_RESERVED_PETYPE = 11031_u32
- 
        ERROR_SXS_SECTION_NOT_FOUND = 14000_u32
- 
        ERROR_SXS_CANT_GEN_ACTCTX = 14001_u32
- 
        ERROR_SXS_INVALID_ACTCTXDATA_FORMAT = 14002_u32
- 
        ERROR_SXS_ASSEMBLY_NOT_FOUND = 14003_u32
- 
        ERROR_SXS_MANIFEST_FORMAT_ERROR = 14004_u32
- 
        ERROR_SXS_MANIFEST_PARSE_ERROR = 14005_u32
- 
        ERROR_SXS_ACTIVATION_CONTEXT_DISABLED = 14006_u32
- 
        ERROR_SXS_KEY_NOT_FOUND = 14007_u32
- 
        ERROR_SXS_VERSION_CONFLICT = 14008_u32
- 
        ERROR_SXS_WRONG_SECTION_TYPE = 14009_u32
- 
        ERROR_SXS_THREAD_QUERIES_DISABLED = 14010_u32
- 
        ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET = 14011_u32
- 
        ERROR_SXS_UNKNOWN_ENCODING_GROUP = 14012_u32
- 
        ERROR_SXS_UNKNOWN_ENCODING = 14013_u32
- 
        ERROR_SXS_INVALID_XML_NAMESPACE_URI = 14014_u32
- 
        ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED = 14015_u32
- 
        ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED = 14016_u32
- 
        ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE = 14017_u32
- 
        ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE = 14018_u32
- 
        ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE = 14019_u32
- 
        ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT = 14020_u32
- 
        ERROR_SXS_DUPLICATE_DLL_NAME = 14021_u32
- 
        ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME = 14022_u32
- 
        ERROR_SXS_DUPLICATE_CLSID = 14023_u32
- 
        ERROR_SXS_DUPLICATE_IID = 14024_u32
- 
        ERROR_SXS_DUPLICATE_TLBID = 14025_u32
- 
        ERROR_SXS_DUPLICATE_PROGID = 14026_u32
- 
        ERROR_SXS_DUPLICATE_ASSEMBLY_NAME = 14027_u32
- 
        ERROR_SXS_FILE_HASH_MISMATCH = 14028_u32
- 
        ERROR_SXS_POLICY_PARSE_ERROR = 14029_u32
- 
        ERROR_SXS_XML_E_MISSINGQUOTE = 14030_u32
- 
        ERROR_SXS_XML_E_COMMENTSYNTAX = 14031_u32
- 
        ERROR_SXS_XML_E_BADSTARTNAMECHAR = 14032_u32
- 
        ERROR_SXS_XML_E_BADNAMECHAR = 14033_u32
- 
        ERROR_SXS_XML_E_BADCHARINSTRING = 14034_u32
- 
        ERROR_SXS_XML_E_XMLDECLSYNTAX = 14035_u32
- 
        ERROR_SXS_XML_E_BADCHARDATA = 14036_u32
- 
        ERROR_SXS_XML_E_MISSINGWHITESPACE = 14037_u32
- 
        ERROR_SXS_XML_E_EXPECTINGTAGEND = 14038_u32
- 
        ERROR_SXS_XML_E_MISSINGSEMICOLON = 14039_u32
- 
        ERROR_SXS_XML_E_UNBALANCEDPAREN = 14040_u32
- 
        ERROR_SXS_XML_E_INTERNALERROR = 14041_u32
- 
        ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE = 14042_u32
- 
        ERROR_SXS_XML_E_INCOMPLETE_ENCODING = 14043_u32
- 
        ERROR_SXS_XML_E_MISSING_PAREN = 14044_u32
- 
        ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE = 14045_u32
- 
        ERROR_SXS_XML_E_MULTIPLE_COLONS = 14046_u32
- 
        ERROR_SXS_XML_E_INVALID_DECIMAL = 14047_u32
- 
        ERROR_SXS_XML_E_INVALID_HEXIDECIMAL = 14048_u32
- 
        ERROR_SXS_XML_E_INVALID_UNICODE = 14049_u32
- 
        ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK = 14050_u32
- 
        ERROR_SXS_XML_E_UNEXPECTEDENDTAG = 14051_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDTAG = 14052_u32
- 
        ERROR_SXS_XML_E_DUPLICATEATTRIBUTE = 14053_u32
- 
        ERROR_SXS_XML_E_MULTIPLEROOTS = 14054_u32
- 
        ERROR_SXS_XML_E_INVALIDATROOTLEVEL = 14055_u32
- 
        ERROR_SXS_XML_E_BADXMLDECL = 14056_u32
- 
        ERROR_SXS_XML_E_MISSINGROOT = 14057_u32
- 
        ERROR_SXS_XML_E_UNEXPECTEDEOF = 14058_u32
- 
        ERROR_SXS_XML_E_BADPEREFINSUBSET = 14059_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDSTARTTAG = 14060_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDENDTAG = 14061_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDSTRING = 14062_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDCOMMENT = 14063_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDDECL = 14064_u32
- 
        ERROR_SXS_XML_E_UNCLOSEDCDATA = 14065_u32
- 
        ERROR_SXS_XML_E_RESERVEDNAMESPACE = 14066_u32
- 
        ERROR_SXS_XML_E_INVALIDENCODING = 14067_u32
- 
        ERROR_SXS_XML_E_INVALIDSWITCH = 14068_u32
- 
        ERROR_SXS_XML_E_BADXMLCASE = 14069_u32
- 
        ERROR_SXS_XML_E_INVALID_STANDALONE = 14070_u32
- 
        ERROR_SXS_XML_E_UNEXPECTED_STANDALONE = 14071_u32
- 
        ERROR_SXS_XML_E_INVALID_VERSION = 14072_u32
- 
        ERROR_SXS_XML_E_MISSINGEQUALS = 14073_u32
- 
        ERROR_SXS_PROTECTION_RECOVERY_FAILED = 14074_u32
- 
        ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT = 14075_u32
- 
        ERROR_SXS_PROTECTION_CATALOG_NOT_VALID = 14076_u32
- 
        ERROR_SXS_UNTRANSLATABLE_HRESULT = 14077_u32
- 
        ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING = 14078_u32
- 
        ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE = 14079_u32
- 
        ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME = 14080_u32
- 
        ERROR_SXS_ASSEMBLY_MISSING = 14081_u32
- 
        ERROR_SXS_CORRUPT_ACTIVATION_STACK = 14082_u32
- 
        ERROR_SXS_CORRUPTION = 14083_u32
- 
        ERROR_SXS_EARLY_DEACTIVATION = 14084_u32
- 
        ERROR_SXS_INVALID_DEACTIVATION = 14085_u32
- 
        ERROR_SXS_MULTIPLE_DEACTIVATION = 14086_u32
- 
        ERROR_SXS_PROCESS_TERMINATION_REQUESTED = 14087_u32
- 
        ERROR_SXS_RELEASE_ACTIVATION_CONTEXT = 14088_u32
- 
        ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY = 14089_u32
- 
        ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE = 14090_u32
- 
        ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME = 14091_u32
- 
        ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE = 14092_u32
- 
        ERROR_SXS_IDENTITY_PARSE_ERROR = 14093_u32
- 
        ERROR_MALFORMED_SUBSTITUTION_STRING = 14094_u32
- 
        ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN = 14095_u32
- 
        ERROR_UNMAPPED_SUBSTITUTION_STRING = 14096_u32
- 
        ERROR_SXS_ASSEMBLY_NOT_LOCKED = 14097_u32
- 
        ERROR_SXS_COMPONENT_STORE_CORRUPT = 14098_u32
- 
        ERROR_ADVANCED_INSTALLER_FAILED = 14099_u32
- 
        ERROR_XML_ENCODING_MISMATCH = 14100_u32
- 
        ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT = 14101_u32
- 
        ERROR_SXS_IDENTITIES_DIFFERENT = 14102_u32
- 
        ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT = 14103_u32
- 
        ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY = 14104_u32
- 
        ERROR_SXS_MANIFEST_TOO_BIG = 14105_u32
- 
        ERROR_SXS_SETTING_NOT_REGISTERED = 14106_u32
- 
        ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE = 14107_u32
- 
        ERROR_SMI_PRIMITIVE_INSTALLER_FAILED = 14108_u32
- 
        ERROR_GENERIC_COMMAND_FAILED = 14109_u32
- 
        ERROR_SXS_FILE_HASH_MISSING = 14110_u32
- 
        ERROR_IPSEC_QM_POLICY_EXISTS = 13000_u32
- 
        ERROR_IPSEC_QM_POLICY_NOT_FOUND = 13001_u32
- 
        ERROR_IPSEC_QM_POLICY_IN_USE = 13002_u32
- 
        ERROR_IPSEC_MM_POLICY_EXISTS = 13003_u32
- 
        ERROR_IPSEC_MM_POLICY_NOT_FOUND = 13004_u32
- 
        ERROR_IPSEC_MM_POLICY_IN_USE = 13005_u32
- 
        ERROR_IPSEC_MM_FILTER_EXISTS = 13006_u32
- 
        ERROR_IPSEC_MM_FILTER_NOT_FOUND = 13007_u32
- 
        ERROR_IPSEC_TRANSPORT_FILTER_EXISTS = 13008_u32
- 
        ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND = 13009_u32
- 
        ERROR_IPSEC_MM_AUTH_EXISTS = 13010_u32
- 
        ERROR_IPSEC_MM_AUTH_NOT_FOUND = 13011_u32
- 
        ERROR_IPSEC_MM_AUTH_IN_USE = 13012_u32
- 
        ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND = 13013_u32
- 
        ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND = 13014_u32
- 
        ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND = 13015_u32
- 
        ERROR_IPSEC_TUNNEL_FILTER_EXISTS = 13016_u32
- 
        ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND = 13017_u32
- 
        ERROR_IPSEC_MM_FILTER_PENDING_DELETION = 13018_u32
- 
        ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION = 13019_u32
- 
        ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION = 13020_u32
- 
        ERROR_IPSEC_MM_POLICY_PENDING_DELETION = 13021_u32
- 
        ERROR_IPSEC_MM_AUTH_PENDING_DELETION = 13022_u32
- 
        ERROR_IPSEC_QM_POLICY_PENDING_DELETION = 13023_u32
- 
        WARNING_IPSEC_MM_POLICY_PRUNED = 13024_u32
- 
        WARNING_IPSEC_QM_POLICY_PRUNED = 13025_u32
- 
        ERROR_IPSEC_IKE_NEG_STATUS_BEGIN = 13800_u32
- 
        ERROR_IPSEC_IKE_AUTH_FAIL = 13801_u32
- 
        ERROR_IPSEC_IKE_ATTRIB_FAIL = 13802_u32
- 
        ERROR_IPSEC_IKE_NEGOTIATION_PENDING = 13803_u32
- 
        ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR = 13804_u32
- 
        ERROR_IPSEC_IKE_TIMED_OUT = 13805_u32
- 
        ERROR_IPSEC_IKE_NO_CERT = 13806_u32
- 
        ERROR_IPSEC_IKE_SA_DELETED = 13807_u32
- 
        ERROR_IPSEC_IKE_SA_REAPED = 13808_u32
- 
        ERROR_IPSEC_IKE_MM_ACQUIRE_DROP = 13809_u32
- 
        ERROR_IPSEC_IKE_QM_ACQUIRE_DROP = 13810_u32
- 
        ERROR_IPSEC_IKE_QUEUE_DROP_MM = 13811_u32
- 
        ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM = 13812_u32
- 
        ERROR_IPSEC_IKE_DROP_NO_RESPONSE = 13813_u32
- 
        ERROR_IPSEC_IKE_MM_DELAY_DROP = 13814_u32
- 
        ERROR_IPSEC_IKE_QM_DELAY_DROP = 13815_u32
- 
        ERROR_IPSEC_IKE_ERROR = 13816_u32
- 
        ERROR_IPSEC_IKE_CRL_FAILED = 13817_u32
- 
        ERROR_IPSEC_IKE_INVALID_KEY_USAGE = 13818_u32
- 
        ERROR_IPSEC_IKE_INVALID_CERT_TYPE = 13819_u32
- 
        ERROR_IPSEC_IKE_NO_PRIVATE_KEY = 13820_u32
- 
        ERROR_IPSEC_IKE_DH_FAIL = 13822_u32
- 
        ERROR_IPSEC_IKE_INVALID_HEADER = 13824_u32
- 
        ERROR_IPSEC_IKE_NO_POLICY = 13825_u32
- 
        ERROR_IPSEC_IKE_INVALID_SIGNATURE = 13826_u32
- 
        ERROR_IPSEC_IKE_KERBEROS_ERROR = 13827_u32
- 
        ERROR_IPSEC_IKE_NO_PUBLIC_KEY = 13828_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR = 13829_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_SA = 13830_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_PROP = 13831_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_TRANS = 13832_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_KE = 13833_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_ID = 13834_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_CERT = 13835_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ = 13836_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_HASH = 13837_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_SIG = 13838_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_NONCE = 13839_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY = 13840_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_DELETE = 13841_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR = 13842_u32
- 
        ERROR_IPSEC_IKE_INVALID_PAYLOAD = 13843_u32
- 
        ERROR_IPSEC_IKE_LOAD_SOFT_SA = 13844_u32
- 
        ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN = 13845_u32
- 
        ERROR_IPSEC_IKE_INVALID_COOKIE = 13846_u32
- 
        ERROR_IPSEC_IKE_NO_PEER_CERT = 13847_u32
- 
        ERROR_IPSEC_IKE_PEER_CRL_FAILED = 13848_u32
- 
        ERROR_IPSEC_IKE_POLICY_CHANGE = 13849_u32
- 
        ERROR_IPSEC_IKE_NO_MM_POLICY = 13850_u32
- 
        ERROR_IPSEC_IKE_NOTCBPRIV = 13851_u32
- 
        ERROR_IPSEC_IKE_SECLOADFAIL = 13852_u32
- 
        ERROR_IPSEC_IKE_FAILSSPINIT = 13853_u32
- 
        ERROR_IPSEC_IKE_FAILQUERYSSP = 13854_u32
- 
        ERROR_IPSEC_IKE_SRVACQFAIL = 13855_u32
- 
        ERROR_IPSEC_IKE_SRVQUERYCRED = 13856_u32
- 
        ERROR_IPSEC_IKE_GETSPIFAIL = 13857_u32
- 
        ERROR_IPSEC_IKE_INVALID_FILTER = 13858_u32
- 
        ERROR_IPSEC_IKE_OUT_OF_MEMORY = 13859_u32
- 
        ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED = 13860_u32
- 
        ERROR_IPSEC_IKE_INVALID_POLICY = 13861_u32
- 
        ERROR_IPSEC_IKE_UNKNOWN_DOI = 13862_u32
- 
        ERROR_IPSEC_IKE_INVALID_SITUATION = 13863_u32
- 
        ERROR_IPSEC_IKE_DH_FAILURE = 13864_u32
- 
        ERROR_IPSEC_IKE_INVALID_GROUP = 13865_u32
- 
        ERROR_IPSEC_IKE_ENCRYPT = 13866_u32
- 
        ERROR_IPSEC_IKE_DECRYPT = 13867_u32
- 
        ERROR_IPSEC_IKE_POLICY_MATCH = 13868_u32
- 
        ERROR_IPSEC_IKE_UNSUPPORTED_ID = 13869_u32
- 
        ERROR_IPSEC_IKE_INVALID_HASH = 13870_u32
- 
        ERROR_IPSEC_IKE_INVALID_HASH_ALG = 13871_u32
- 
        ERROR_IPSEC_IKE_INVALID_HASH_SIZE = 13872_u32
- 
        ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG = 13873_u32
- 
        ERROR_IPSEC_IKE_INVALID_AUTH_ALG = 13874_u32
- 
        ERROR_IPSEC_IKE_INVALID_SIG = 13875_u32
- 
        ERROR_IPSEC_IKE_LOAD_FAILED = 13876_u32
- 
        ERROR_IPSEC_IKE_RPC_DELETE = 13877_u32
- 
        ERROR_IPSEC_IKE_BENIGN_REINIT = 13878_u32
- 
        ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY = 13879_u32
- 
        ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN = 13881_u32
- 
        ERROR_IPSEC_IKE_MM_LIMIT = 13882_u32
- 
        ERROR_IPSEC_IKE_NEGOTIATION_DISABLED = 13883_u32
- 
        ERROR_IPSEC_IKE_QM_LIMIT = 13884_u32
- 
        ERROR_IPSEC_IKE_MM_EXPIRED = 13885_u32
- 
        ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID = 13886_u32
- 
        ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH = 13887_u32
- 
        ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID = 13888_u32
- 
        ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD = 13889_u32
- 
        ERROR_IPSEC_IKE_DOS_COOKIE_SENT = 13890_u32
- 
        ERROR_IPSEC_IKE_SHUTTING_DOWN = 13891_u32
- 
        ERROR_IPSEC_IKE_CGA_AUTH_FAILED = 13892_u32
- 
        ERROR_IPSEC_IKE_PROCESS_ERR_NATOA = 13893_u32
- 
        ERROR_IPSEC_IKE_INVALID_MM_FOR_QM = 13894_u32
- 
        ERROR_IPSEC_IKE_QM_EXPIRED = 13895_u32
- 
        ERROR_IPSEC_IKE_TOO_MANY_FILTERS = 13896_u32
- 
        ERROR_IPSEC_IKE_NEG_STATUS_END = 13897_u32
- 
        ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL = 13898_u32
- 
        ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE = 13899_u32
- 
        ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING = 13900_u32
- 
        ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING = 13901_u32
- 
        ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS = 13902_u32
- 
        ERROR_IPSEC_IKE_RATELIMIT_DROP = 13903_u32
- 
        ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE = 13904_u32
- 
        ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE = 13905_u32
- 
        ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE = 13906_u32
- 
        ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY = 13907_u32
- 
        ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE = 13908_u32
- 
        ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END = 13909_u32
- 
        ERROR_IPSEC_BAD_SPI = 13910_u32
- 
        ERROR_IPSEC_SA_LIFETIME_EXPIRED = 13911_u32
- 
        ERROR_IPSEC_WRONG_SA = 13912_u32
- 
        ERROR_IPSEC_REPLAY_CHECK_FAILED = 13913_u32
- 
        ERROR_IPSEC_INVALID_PACKET = 13914_u32
- 
        ERROR_IPSEC_INTEGRITY_CHECK_FAILED = 13915_u32
- 
        ERROR_IPSEC_CLEAR_TEXT_DROP = 13916_u32
- 
        ERROR_IPSEC_AUTH_FIREWALL_DROP = 13917_u32
- 
        ERROR_IPSEC_THROTTLE_DROP = 13918_u32
- 
        ERROR_IPSEC_DOSP_BLOCK = 13925_u32
- 
        ERROR_IPSEC_DOSP_RECEIVED_MULTICAST = 13926_u32
- 
        ERROR_IPSEC_DOSP_INVALID_PACKET = 13927_u32
- 
        ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED = 13928_u32
- 
        ERROR_IPSEC_DOSP_MAX_ENTRIES = 13929_u32
- 
        ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED = 13930_u32
- 
        ERROR_IPSEC_DOSP_NOT_INSTALLED = 13931_u32
- 
        ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES = 13932_u32
- 
        ERROR_EVT_INVALID_CHANNEL_PATH = 15000_u32
- 
        ERROR_EVT_INVALID_QUERY = 15001_u32
- 
        ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND = 15002_u32
- 
        ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND = 15003_u32
- 
        ERROR_EVT_INVALID_PUBLISHER_NAME = 15004_u32
- 
        ERROR_EVT_INVALID_EVENT_DATA = 15005_u32
- 
        ERROR_EVT_CHANNEL_NOT_FOUND = 15007_u32
- 
        ERROR_EVT_MALFORMED_XML_TEXT = 15008_u32
- 
        ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL = 15009_u32
- 
        ERROR_EVT_CONFIGURATION_ERROR = 15010_u32
- 
        ERROR_EVT_QUERY_RESULT_STALE = 15011_u32
- 
        ERROR_EVT_QUERY_RESULT_INVALID_POSITION = 15012_u32
- 
        ERROR_EVT_NON_VALIDATING_MSXML = 15013_u32
- 
        ERROR_EVT_FILTER_ALREADYSCOPED = 15014_u32
- 
        ERROR_EVT_FILTER_NOTELTSET = 15015_u32
- 
        ERROR_EVT_FILTER_INVARG = 15016_u32
- 
        ERROR_EVT_FILTER_INVTEST = 15017_u32
- 
        ERROR_EVT_FILTER_INVTYPE = 15018_u32
- 
        ERROR_EVT_FILTER_PARSEERR = 15019_u32
- 
        ERROR_EVT_FILTER_UNSUPPORTEDOP = 15020_u32
- 
        ERROR_EVT_FILTER_UNEXPECTEDTOKEN = 15021_u32
- 
        ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL = 15022_u32
- 
        ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE = 15023_u32
- 
        ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE = 15024_u32
- 
        ERROR_EVT_CHANNEL_CANNOT_ACTIVATE = 15025_u32
- 
        ERROR_EVT_FILTER_TOO_COMPLEX = 15026_u32
- 
        ERROR_EVT_MESSAGE_NOT_FOUND = 15027_u32
- 
        ERROR_EVT_MESSAGE_ID_NOT_FOUND = 15028_u32
- 
        ERROR_EVT_UNRESOLVED_VALUE_INSERT = 15029_u32
- 
        ERROR_EVT_UNRESOLVED_PARAMETER_INSERT = 15030_u32
- 
        ERROR_EVT_MAX_INSERTS_REACHED = 15031_u32
- 
        ERROR_EVT_EVENT_DEFINITION_NOT_FOUND = 15032_u32
- 
        ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND = 15033_u32
- 
        ERROR_EVT_VERSION_TOO_OLD = 15034_u32
- 
        ERROR_EVT_VERSION_TOO_NEW = 15035_u32
- 
        ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY = 15036_u32
- 
        ERROR_EVT_PUBLISHER_DISABLED = 15037_u32
- 
        ERROR_EVT_FILTER_OUT_OF_RANGE = 15038_u32
- 
        ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE = 15080_u32
- 
        ERROR_EC_LOG_DISABLED = 15081_u32
- 
        ERROR_EC_CIRCULAR_FORWARDING = 15082_u32
- 
        ERROR_EC_CREDSTORE_FULL = 15083_u32
- 
        ERROR_EC_CRED_NOT_FOUND = 15084_u32
- 
        ERROR_EC_NO_ACTIVE_CHANNEL = 15085_u32
- 
        ERROR_MUI_FILE_NOT_FOUND = 15100_u32
- 
        ERROR_MUI_INVALID_FILE = 15101_u32
- 
        ERROR_MUI_INVALID_RC_CONFIG = 15102_u32
- 
        ERROR_MUI_INVALID_LOCALE_NAME = 15103_u32
- 
        ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME = 15104_u32
- 
        ERROR_MUI_FILE_NOT_LOADED = 15105_u32
- 
        ERROR_RESOURCE_ENUM_USER_STOP = 15106_u32
- 
        ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED = 15107_u32
- 
        ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME = 15108_u32
- 
        ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE = 15110_u32
- 
        ERROR_MRM_INVALID_PRICONFIG = 15111_u32
- 
        ERROR_MRM_INVALID_FILE_TYPE = 15112_u32
- 
        ERROR_MRM_UNKNOWN_QUALIFIER = 15113_u32
- 
        ERROR_MRM_INVALID_QUALIFIER_VALUE = 15114_u32
- 
        ERROR_MRM_NO_CANDIDATE = 15115_u32
- 
        ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE = 15116_u32
- 
        ERROR_MRM_RESOURCE_TYPE_MISMATCH = 15117_u32
- 
        ERROR_MRM_DUPLICATE_MAP_NAME = 15118_u32
- 
        ERROR_MRM_DUPLICATE_ENTRY = 15119_u32
- 
        ERROR_MRM_INVALID_RESOURCE_IDENTIFIER = 15120_u32
- 
        ERROR_MRM_FILEPATH_TOO_LONG = 15121_u32
- 
        ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE = 15122_u32
- 
        ERROR_MRM_INVALID_PRI_FILE = 15126_u32
- 
        ERROR_MRM_NAMED_RESOURCE_NOT_FOUND = 15127_u32
- 
        ERROR_MRM_MAP_NOT_FOUND = 15135_u32
- 
        ERROR_MRM_UNSUPPORTED_PROFILE_TYPE = 15136_u32
- 
        ERROR_MRM_INVALID_QUALIFIER_OPERATOR = 15137_u32
- 
        ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE = 15138_u32
- 
        ERROR_MRM_AUTOMERGE_ENABLED = 15139_u32
- 
        ERROR_MRM_TOO_MANY_RESOURCES = 15140_u32
- 
        ERROR_MCA_INVALID_CAPABILITIES_STRING = 15200_u32
- 
        ERROR_MCA_INVALID_VCP_VERSION = 15201_u32
- 
        ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION = 15202_u32
- 
        ERROR_MCA_MCCS_VERSION_MISMATCH = 15203_u32
- 
        ERROR_MCA_UNSUPPORTED_MCCS_VERSION = 15204_u32
- 
        ERROR_MCA_INTERNAL_ERROR = 15205_u32
- 
        ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED = 15206_u32
- 
        ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE = 15207_u32
- 
        ERROR_AMBIGUOUS_SYSTEM_DEVICE = 15250_u32
- 
        ERROR_SYSTEM_DEVICE_NOT_FOUND = 15299_u32
- 
        ERROR_HASH_NOT_SUPPORTED = 15300_u32
- 
        ERROR_HASH_NOT_PRESENT = 15301_u32
- 
        ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED = 15321_u32
- 
        ERROR_GPIO_CLIENT_INFORMATION_INVALID = 15322_u32
- 
        ERROR_GPIO_VERSION_NOT_SUPPORTED = 15323_u32
- 
        ERROR_GPIO_INVALID_REGISTRATION_PACKET = 15324_u32
- 
        ERROR_GPIO_OPERATION_DENIED = 15325_u32
- 
        ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE = 15326_u32
- 
        ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED = 15327_u32
- 
        ERROR_CANNOT_SWITCH_RUNLEVEL = 15400_u32
- 
        ERROR_INVALID_RUNLEVEL_SETTING = 15401_u32
- 
        ERROR_RUNLEVEL_SWITCH_TIMEOUT = 15402_u32
- 
        ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT = 15403_u32
- 
        ERROR_RUNLEVEL_SWITCH_IN_PROGRESS = 15404_u32
- 
        ERROR_SERVICES_FAILED_AUTOSTART = 15405_u32
- 
        ERROR_COM_TASK_STOP_PENDING = 15501_u32
- 
        ERROR_INSTALL_OPEN_PACKAGE_FAILED = 15600_u32
- 
        ERROR_INSTALL_PACKAGE_NOT_FOUND = 15601_u32
- 
        ERROR_INSTALL_INVALID_PACKAGE = 15602_u32
- 
        ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED = 15603_u32
- 
        ERROR_INSTALL_OUT_OF_DISK_SPACE = 15604_u32
- 
        ERROR_INSTALL_NETWORK_FAILURE = 15605_u32
- 
        ERROR_INSTALL_REGISTRATION_FAILURE = 15606_u32
- 
        ERROR_INSTALL_DEREGISTRATION_FAILURE = 15607_u32
- 
        ERROR_INSTALL_CANCEL = 15608_u32
- 
        ERROR_INSTALL_FAILED = 15609_u32
- 
        ERROR_REMOVE_FAILED = 15610_u32
- 
        ERROR_PACKAGE_ALREADY_EXISTS = 15611_u32
- 
        ERROR_NEEDS_REMEDIATION = 15612_u32
- 
        ERROR_INSTALL_PREREQUISITE_FAILED = 15613_u32
- 
        ERROR_PACKAGE_REPOSITORY_CORRUPTED = 15614_u32
- 
        ERROR_INSTALL_POLICY_FAILURE = 15615_u32
- 
        ERROR_PACKAGE_UPDATING = 15616_u32
- 
        ERROR_DEPLOYMENT_BLOCKED_BY_POLICY = 15617_u32
- 
        ERROR_PACKAGES_IN_USE = 15618_u32
- 
        ERROR_RECOVERY_FILE_CORRUPT = 15619_u32
- 
        ERROR_INVALID_STAGED_SIGNATURE = 15620_u32
- 
        ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED = 15621_u32
- 
        ERROR_INSTALL_PACKAGE_DOWNGRADE = 15622_u32
- 
        ERROR_SYSTEM_NEEDS_REMEDIATION = 15623_u32
- 
        ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN = 15624_u32
- 
        ERROR_RESILIENCY_FILE_CORRUPT = 15625_u32
- 
        ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING = 15626_u32
- 
        APPMODEL_ERROR_NO_PACKAGE = 15700_u32
- 
        APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT = 15701_u32
- 
        APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT = 15702_u32
- 
        APPMODEL_ERROR_NO_APPLICATION = 15703_u32
- 
        ERROR_STATE_LOAD_STORE_FAILED = 15800_u32
- 
        ERROR_STATE_GET_VERSION_FAILED = 15801_u32
- 
        ERROR_STATE_SET_VERSION_FAILED = 15802_u32
- 
        ERROR_STATE_STRUCTURED_RESET_FAILED = 15803_u32
- 
        ERROR_STATE_OPEN_CONTAINER_FAILED = 15804_u32
- 
        ERROR_STATE_CREATE_CONTAINER_FAILED = 15805_u32
- 
        ERROR_STATE_DELETE_CONTAINER_FAILED = 15806_u32
- 
        ERROR_STATE_READ_SETTING_FAILED = 15807_u32
- 
        ERROR_STATE_WRITE_SETTING_FAILED = 15808_u32
- 
        ERROR_STATE_DELETE_SETTING_FAILED = 15809_u32
- 
        ERROR_STATE_QUERY_SETTING_FAILED = 15810_u32
- 
        ERROR_STATE_READ_COMPOSITE_SETTING_FAILED = 15811_u32
- 
        ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED = 15812_u32
- 
        ERROR_STATE_ENUMERATE_CONTAINER_FAILED = 15813_u32
- 
        ERROR_STATE_ENUMERATE_SETTINGS_FAILED = 15814_u32
- 
        ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED = 15815_u32
- 
        ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED = 15816_u32
- 
        ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED = 15817_u32
- 
        ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED = 15818_u32
- 
        ERROR_API_UNAVAILABLE = 15841_u32
- 
        WSA_IO_PENDING = 997_u32
- 
        WSA_IO_INCOMPLETE = 996_u32
- 
        WSA_INVALID_HANDLE = 6_u32
Constructors
- .from_ntstatus(status) : self
- 
        .value : self
        
          Returns the value of GetLastErrorwhich is used to retrieve the error code of the previously called win32 function.
Class Method Summary
- 
        .value=(winerror : self)
        
          Sets the value of SetLastErrorwhich signifies the error code of the previously called win32 function.
- 
        .wsa_value
        
          Returns the value of WSAGetLastErrorwhich is used to retrieve the error code of the previously called Windows Socket API function.
- 
        .wsa_value=(winerror : self)
        
          Sets the value of WSASetLastErrorwhich signifies the error code of the previously called Windows Socket API function.
Instance Method Summary
- 
        #appmodel_error_no_application?
        
          Returns trueif this enum value equalsAPPMODEL_ERROR_NO_APPLICATION
- 
        #appmodel_error_no_package?
        
          Returns trueif this enum value equalsAPPMODEL_ERROR_NO_PACKAGE
- 
        #appmodel_error_package_identity_corrupt?
        
          Returns trueif this enum value equalsAPPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT
- 
        #appmodel_error_package_runtime_corrupt?
        
          Returns trueif this enum value equalsAPPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT
- 
        #dns_error_autozone_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_AUTOZONE_ALREADY_EXISTS
- 
        #dns_error_axfr?
        
          Returns trueif this enum value equalsDNS_ERROR_AXFR
- 
        #dns_error_bad_packet?
        
          Returns trueif this enum value equalsDNS_ERROR_BAD_PACKET
- 
        #dns_error_cannot_find_root_hints?
        
          Returns trueif this enum value equalsDNS_ERROR_CANNOT_FIND_ROOT_HINTS
- 
        #dns_error_cname_collision?
        
          Returns trueif this enum value equalsDNS_ERROR_CNAME_COLLISION
- 
        #dns_error_cname_loop?
        
          Returns trueif this enum value equalsDNS_ERROR_CNAME_LOOP
- 
        #dns_error_database_base?
        
          Returns trueif this enum value equalsDNS_ERROR_DATABASE_BASE
- 
        #dns_error_datafile_base?
        
          Returns trueif this enum value equalsDNS_ERROR_DATAFILE_BASE
- 
        #dns_error_datafile_open_failure?
        
          Returns trueif this enum value equalsDNS_ERROR_DATAFILE_OPEN_FAILURE
- 
        #dns_error_datafile_parsing?
        
          Returns trueif this enum value equalsDNS_ERROR_DATAFILE_PARSING
- 
        #dns_error_dp_already_enlisted?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_ALREADY_ENLISTED
- 
        #dns_error_dp_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_ALREADY_EXISTS
- 
        #dns_error_dp_base?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_BASE
- 
        #dns_error_dp_does_not_exist?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_DOES_NOT_EXIST
- 
        #dns_error_dp_fsmo_error?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_FSMO_ERROR
- 
        #dns_error_dp_not_available?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_NOT_AVAILABLE
- 
        #dns_error_dp_not_enlisted?
        
          Returns trueif this enum value equalsDNS_ERROR_DP_NOT_ENLISTED
- 
        #dns_error_ds_unavailable?
        
          Returns trueif this enum value equalsDNS_ERROR_DS_UNAVAILABLE
- 
        #dns_error_ds_zone_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_DS_ZONE_ALREADY_EXISTS
- 
        #dns_error_file_writeback_failed?
        
          Returns trueif this enum value equalsDNS_ERROR_FILE_WRITEBACK_FAILED
- 
        #dns_error_forwarder_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_FORWARDER_ALREADY_EXISTS
- 
        #dns_error_general_api_base?
        
          Returns trueif this enum value equalsDNS_ERROR_GENERAL_API_BASE
- 
        #dns_error_inconsistent_root_hints?
        
          Returns trueif this enum value equalsDNS_ERROR_INCONSISTENT_ROOT_HINTS
- 
        #dns_error_invalid_data?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_DATA
- 
        #dns_error_invalid_datafile_name?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_DATAFILE_NAME
- 
        #dns_error_invalid_ip_address?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_IP_ADDRESS
- 
        #dns_error_invalid_name?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_NAME
- 
        #dns_error_invalid_name_char?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_NAME_CHAR
- 
        #dns_error_invalid_property?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_PROPERTY
- 
        #dns_error_invalid_type?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_TYPE
- 
        #dns_error_invalid_zone_operation?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_ZONE_OPERATION
- 
        #dns_error_invalid_zone_type?
        
          Returns trueif this enum value equalsDNS_ERROR_INVALID_ZONE_TYPE
- 
        #dns_error_mask?
        
          Returns trueif this enum value equalsDNS_ERROR_MASK
- 
        #dns_error_name_does_not_exist?
        
          Returns trueif this enum value equalsDNS_ERROR_NAME_DOES_NOT_EXIST
- 
        #dns_error_name_not_in_zone?
        
          Returns trueif this enum value equalsDNS_ERROR_NAME_NOT_IN_ZONE
- 
        #dns_error_nbstat_init_failed?
        
          Returns trueif this enum value equalsDNS_ERROR_NBSTAT_INIT_FAILED
- 
        #dns_error_need_secondary_addresses?
        
          Returns trueif this enum value equalsDNS_ERROR_NEED_SECONDARY_ADDRESSES
- 
        #dns_error_need_wins_servers?
        
          Returns trueif this enum value equalsDNS_ERROR_NEED_WINS_SERVERS
- 
        #dns_error_no_bootfile_if_ds_zone?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
- 
        #dns_error_no_create_cache_data?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_CREATE_CACHE_DATA
- 
        #dns_error_no_dns_servers?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_DNS_SERVERS
- 
        #dns_error_no_memory?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_MEMORY
- 
        #dns_error_no_packet?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_PACKET
- 
        #dns_error_no_tcpip?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_TCPIP
- 
        #dns_error_no_zone_info?
        
          Returns trueif this enum value equalsDNS_ERROR_NO_ZONE_INFO
- 
        #dns_error_node_creation_failed?
        
          Returns trueif this enum value equalsDNS_ERROR_NODE_CREATION_FAILED
- 
        #dns_error_node_is_cname?
        
          Returns trueif this enum value equalsDNS_ERROR_NODE_IS_CNAME
- 
        #dns_error_non_rfc_name?
        
          Returns trueif this enum value equalsDNS_ERROR_NON_RFC_NAME
- 
        #dns_error_not_allowed_on_root_server?
        
          Returns trueif this enum value equalsDNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
- 
        #dns_error_not_allowed_under_delegation?
        
          Returns trueif this enum value equalsDNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
- 
        #dns_error_not_unique?
        
          Returns trueif this enum value equalsDNS_ERROR_NOT_UNIQUE
- 
        #dns_error_numeric_name?
        
          Returns trueif this enum value equalsDNS_ERROR_NUMERIC_NAME
- 
        #dns_error_operation_base?
        
          Returns trueif this enum value equalsDNS_ERROR_OPERATION_BASE
- 
        #dns_error_packet_fmt_base?
        
          Returns trueif this enum value equalsDNS_ERROR_PACKET_FMT_BASE
- 
        #dns_error_primary_requires_datafile?
        
          Returns trueif this enum value equalsDNS_ERROR_PRIMARY_REQUIRES_DATAFILE
- 
        #dns_error_rcode?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE
- 
        #dns_error_rcode_badkey?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_BADKEY
- 
        #dns_error_rcode_badsig?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_BADSIG
- 
        #dns_error_rcode_badtime?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_BADTIME
- 
        #dns_error_rcode_format_error?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_FORMAT_ERROR
- 
        #dns_error_rcode_last?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_LAST
- 
        #dns_error_rcode_name_error?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_NAME_ERROR
- 
        #dns_error_rcode_not_implemented?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_NOT_IMPLEMENTED
- 
        #dns_error_rcode_notauth?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_NOTAUTH
- 
        #dns_error_rcode_notzone?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_NOTZONE
- 
        #dns_error_rcode_nxrrset?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_NXRRSET
- 
        #dns_error_rcode_refused?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_REFUSED
- 
        #dns_error_rcode_server_failure?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_SERVER_FAILURE
- 
        #dns_error_rcode_yxdomain?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_YXDOMAIN
- 
        #dns_error_rcode_yxrrset?
        
          Returns trueif this enum value equalsDNS_ERROR_RCODE_YXRRSET
- 
        #dns_error_record_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_RECORD_ALREADY_EXISTS
- 
        #dns_error_record_does_not_exist?
        
          Returns trueif this enum value equalsDNS_ERROR_RECORD_DOES_NOT_EXIST
- 
        #dns_error_record_format?
        
          Returns trueif this enum value equalsDNS_ERROR_RECORD_FORMAT
- 
        #dns_error_record_only_at_zone_root?
        
          Returns trueif this enum value equalsDNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
- 
        #dns_error_record_timed_out?
        
          Returns trueif this enum value equalsDNS_ERROR_RECORD_TIMED_OUT
- 
        #dns_error_response_codes_base?
        
          Returns trueif this enum value equalsDNS_ERROR_RESPONSE_CODES_BASE
- 
        #dns_error_secondary_data?
        
          Returns trueif this enum value equalsDNS_ERROR_SECONDARY_DATA
- 
        #dns_error_secondary_requires_master_ip?
        
          Returns trueif this enum value equalsDNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
- 
        #dns_error_secure_base?
        
          Returns trueif this enum value equalsDNS_ERROR_SECURE_BASE
- 
        #dns_error_setup_base?
        
          Returns trueif this enum value equalsDNS_ERROR_SETUP_BASE
- 
        #dns_error_soa_delete_invalid?
        
          Returns trueif this enum value equalsDNS_ERROR_SOA_DELETE_INVALID
- 
        #dns_error_try_again_later?
        
          Returns trueif this enum value equalsDNS_ERROR_TRY_AGAIN_LATER
- 
        #dns_error_unknown_record_type?
        
          Returns trueif this enum value equalsDNS_ERROR_UNKNOWN_RECORD_TYPE
- 
        #dns_error_unsecure_packet?
        
          Returns trueif this enum value equalsDNS_ERROR_UNSECURE_PACKET
- 
        #dns_error_wins_init_failed?
        
          Returns trueif this enum value equalsDNS_ERROR_WINS_INIT_FAILED
- 
        #dns_error_zone_already_exists?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_ALREADY_EXISTS
- 
        #dns_error_zone_base?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_BASE
- 
        #dns_error_zone_configuration_error?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_CONFIGURATION_ERROR
- 
        #dns_error_zone_creation_failed?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_CREATION_FAILED
- 
        #dns_error_zone_does_not_exist?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_DOES_NOT_EXIST
- 
        #dns_error_zone_has_no_ns_records?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_HAS_NO_NS_RECORDS
- 
        #dns_error_zone_has_no_soa_record?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_HAS_NO_SOA_RECORD
- 
        #dns_error_zone_is_shutdown?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_IS_SHUTDOWN
- 
        #dns_error_zone_locked?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_LOCKED
- 
        #dns_error_zone_not_secondary?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_NOT_SECONDARY
- 
        #dns_error_zone_requires_master_ip?
        
          Returns trueif this enum value equalsDNS_ERROR_ZONE_REQUIRES_MASTER_IP
- 
        #dns_info_added_local_wins?
        
          Returns trueif this enum value equalsDNS_INFO_ADDED_LOCAL_WINS
- 
        #dns_info_axfr_complete?
        
          Returns trueif this enum value equalsDNS_INFO_AXFR_COMPLETE
- 
        #dns_info_no_records?
        
          Returns trueif this enum value equalsDNS_INFO_NO_RECORDS
- 
        #dns_status_continue_needed?
        
          Returns trueif this enum value equalsDNS_STATUS_CONTINUE_NEEDED
- 
        #dns_status_dotted_name?
        
          Returns trueif this enum value equalsDNS_STATUS_DOTTED_NAME
- 
        #dns_status_fqdn?
        
          Returns trueif this enum value equalsDNS_STATUS_FQDN
- 
        #dns_status_packet_unsecure?
        
          Returns trueif this enum value equalsDNS_STATUS_PACKET_UNSECURE
- 
        #dns_status_single_part_name?
        
          Returns trueif this enum value equalsDNS_STATUS_SINGLE_PART_NAME
- 
        #dns_warning_domain_undeleted?
        
          Returns trueif this enum value equalsDNS_WARNING_DOMAIN_UNDELETED
- 
        #dns_warning_ptr_create_failed?
        
          Returns trueif this enum value equalsDNS_WARNING_PTR_CREATE_FAILED
- 
        #ept_s_cant_create?
        
          Returns trueif this enum value equalsEPT_S_CANT_CREATE
- 
        #ept_s_cant_perform_op?
        
          Returns trueif this enum value equalsEPT_S_CANT_PERFORM_OP
- 
        #ept_s_invalid_entry?
        
          Returns trueif this enum value equalsEPT_S_INVALID_ENTRY
- 
        #ept_s_not_registered?
        
          Returns trueif this enum value equalsEPT_S_NOT_REGISTERED
- 
        #error_abandoned_wait_0?
        
          Returns trueif this enum value equalsERROR_ABANDONED_WAIT_0
- 
        #error_abandoned_wait_63?
        
          Returns trueif this enum value equalsERROR_ABANDONED_WAIT_63
- 
        #error_access_denied?
        
          Returns trueif this enum value equalsERROR_ACCESS_DENIED
- 
        #error_access_disabled_by_policy?
        
          Returns trueif this enum value equalsERROR_ACCESS_DISABLED_BY_POLICY
- 
        #error_access_disabled_webblade?
        
          Returns trueif this enum value equalsERROR_ACCESS_DISABLED_WEBBLADE
- 
        #error_access_disabled_webblade_tamper?
        
          Returns trueif this enum value equalsERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
- 
        #error_account_disabled?
        
          Returns trueif this enum value equalsERROR_ACCOUNT_DISABLED
- 
        #error_account_expired?
        
          Returns trueif this enum value equalsERROR_ACCOUNT_EXPIRED
- 
        #error_account_locked_out?
        
          Returns trueif this enum value equalsERROR_ACCOUNT_LOCKED_OUT
- 
        #error_account_restriction?
        
          Returns trueif this enum value equalsERROR_ACCOUNT_RESTRICTION
- 
        #error_activation_count_exceeded?
        
          Returns trueif this enum value equalsERROR_ACTIVATION_COUNT_EXCEEDED
- 
        #error_active_connections?
        
          Returns trueif this enum value equalsERROR_ACTIVE_CONNECTIONS
- 
        #error_adap_hdw_err?
        
          Returns trueif this enum value equalsERROR_ADAP_HDW_ERR
- 
        #error_address_already_associated?
        
          Returns trueif this enum value equalsERROR_ADDRESS_ALREADY_ASSOCIATED
- 
        #error_address_not_associated?
        
          Returns trueif this enum value equalsERROR_ADDRESS_NOT_ASSOCIATED
- 
        #error_advanced_installer_failed?
        
          Returns trueif this enum value equalsERROR_ADVANCED_INSTALLER_FAILED
- 
        #error_alerted?
        
          Returns trueif this enum value equalsERROR_ALERTED
- 
        #error_alias_exists?
        
          Returns trueif this enum value equalsERROR_ALIAS_EXISTS
- 
        #error_all_nodes_not_available?
        
          Returns trueif this enum value equalsERROR_ALL_NODES_NOT_AVAILABLE
- 
        #error_all_user_trust_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
- 
        #error_allotted_space_exceeded?
        
          Returns trueif this enum value equalsERROR_ALLOTTED_SPACE_EXCEEDED
- 
        #error_already_assigned?
        
          Returns trueif this enum value equalsERROR_ALREADY_ASSIGNED
- 
        #error_already_exists?
        
          Returns trueif this enum value equalsERROR_ALREADY_EXISTS
- 
        #error_already_fiber?
        
          Returns trueif this enum value equalsERROR_ALREADY_FIBER
- 
        #error_already_initialized?
        
          Returns trueif this enum value equalsERROR_ALREADY_INITIALIZED
- 
        #error_already_registered?
        
          Returns trueif this enum value equalsERROR_ALREADY_REGISTERED
- 
        #error_already_running_lkg?
        
          Returns trueif this enum value equalsERROR_ALREADY_RUNNING_LKG
- 
        #error_already_thread?
        
          Returns trueif this enum value equalsERROR_ALREADY_THREAD
- 
        #error_already_waiting?
        
          Returns trueif this enum value equalsERROR_ALREADY_WAITING
- 
        #error_ambiguous_system_device?
        
          Returns trueif this enum value equalsERROR_AMBIGUOUS_SYSTEM_DEVICE
- 
        #error_api_unavailable?
        
          Returns trueif this enum value equalsERROR_API_UNAVAILABLE
- 
        #error_app_wrong_os?
        
          Returns trueif this enum value equalsERROR_APP_WRONG_OS
- 
        #error_apphelp_block?
        
          Returns trueif this enum value equalsERROR_APPHELP_BLOCK
- 
        #error_appx_integrity_failure_clr_ngen?
        
          Returns trueif this enum value equalsERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN
- 
        #error_arena_trashed?
        
          Returns trueif this enum value equalsERROR_ARENA_TRASHED
- 
        #error_arithmetic_overflow?
        
          Returns trueif this enum value equalsERROR_ARITHMETIC_OVERFLOW
- 
        #error_atomic_locks_not_supported?
        
          Returns trueif this enum value equalsERROR_ATOMIC_LOCKS_NOT_SUPPORTED
- 
        #error_authentication_firewall_failed?
        
          Returns trueif this enum value equalsERROR_AUTHENTICATION_FIREWALL_FAILED
- 
        #error_autodataseg_exceeds_64k?
        
          Returns trueif this enum value equalsERROR_AUTODATASEG_EXCEEDS_64k
- 
        #error_bad_arguments?
        
          Returns trueif this enum value equalsERROR_BAD_ARGUMENTS
- 
        #error_bad_command?
        
          Returns trueif this enum value equalsERROR_BAD_COMMAND
- 
        #error_bad_configuration?
        
          Returns trueif this enum value equalsERROR_BAD_CONFIGURATION
- 
        #error_bad_descriptor_format?
        
          Returns trueif this enum value equalsERROR_BAD_DESCRIPTOR_FORMAT
- 
        #error_bad_dev_type?
        
          Returns trueif this enum value equalsERROR_BAD_DEV_TYPE
- 
        #error_bad_device?
        
          Returns trueif this enum value equalsERROR_BAD_DEVICE
- 
        #error_bad_driver?
        
          Returns trueif this enum value equalsERROR_BAD_DRIVER
- 
        #error_bad_driver_level?
        
          Returns trueif this enum value equalsERROR_BAD_DRIVER_LEVEL
- 
        #error_bad_environment?
        
          Returns trueif this enum value equalsERROR_BAD_ENVIRONMENT
- 
        #error_bad_exe_format?
        
          Returns trueif this enum value equalsERROR_BAD_EXE_FORMAT
- 
        #error_bad_file_type?
        
          Returns trueif this enum value equalsERROR_BAD_FILE_TYPE
- 
        #error_bad_format?
        
          Returns trueif this enum value equalsERROR_BAD_FORMAT
- 
        #error_bad_impersonation_level?
        
          Returns trueif this enum value equalsERROR_BAD_IMPERSONATION_LEVEL
- 
        #error_bad_inheritance_acl?
        
          Returns trueif this enum value equalsERROR_BAD_INHERITANCE_ACL
- 
        #error_bad_length?
        
          Returns trueif this enum value equalsERROR_BAD_LENGTH
- 
        #error_bad_logon_session_state?
        
          Returns trueif this enum value equalsERROR_BAD_LOGON_SESSION_STATE
- 
        #error_bad_net_name?
        
          Returns trueif this enum value equalsERROR_BAD_NET_NAME
- 
        #error_bad_net_resp?
        
          Returns trueif this enum value equalsERROR_BAD_NET_RESP
- 
        #error_bad_netpath?
        
          Returns trueif this enum value equalsERROR_BAD_NETPATH
- 
        #error_bad_pathname?
        
          Returns trueif this enum value equalsERROR_BAD_PATHNAME
- 
        #error_bad_pipe?
        
          Returns trueif this enum value equalsERROR_BAD_PIPE
- 
        #error_bad_profile?
        
          Returns trueif this enum value equalsERROR_BAD_PROFILE
- 
        #error_bad_provider?
        
          Returns trueif this enum value equalsERROR_BAD_PROVIDER
- 
        #error_bad_query_syntax?
        
          Returns trueif this enum value equalsERROR_BAD_QUERY_SYNTAX
- 
        #error_bad_recovery_policy?
        
          Returns trueif this enum value equalsERROR_BAD_RECOVERY_POLICY
- 
        #error_bad_rem_adap?
        
          Returns trueif this enum value equalsERROR_BAD_REM_ADAP
- 
        #error_bad_threadid_addr?
        
          Returns trueif this enum value equalsERROR_BAD_THREADID_ADDR
- 
        #error_bad_token_type?
        
          Returns trueif this enum value equalsERROR_BAD_TOKEN_TYPE
- 
        #error_bad_unit?
        
          Returns trueif this enum value equalsERROR_BAD_UNIT
- 
        #error_bad_user_profile?
        
          Returns trueif this enum value equalsERROR_BAD_USER_PROFILE
- 
        #error_bad_username?
        
          Returns trueif this enum value equalsERROR_BAD_USERNAME
- 
        #error_bad_validation_class?
        
          Returns trueif this enum value equalsERROR_BAD_VALIDATION_CLASS
- 
        #error_baddb?
        
          Returns trueif this enum value equalsERROR_BADDB
- 
        #error_badkey?
        
          Returns trueif this enum value equalsERROR_BADKEY
- 
        #error_beginning_of_media?
        
          Returns trueif this enum value equalsERROR_BEGINNING_OF_MEDIA
- 
        #error_boot_already_accepted?
        
          Returns trueif this enum value equalsERROR_BOOT_ALREADY_ACCEPTED
- 
        #error_broken_pipe?
        
          Returns trueif this enum value equalsERROR_BROKEN_PIPE
- 
        #error_buffer_overflow?
        
          Returns trueif this enum value equalsERROR_BUFFER_OVERFLOW
- 
        #error_bus_reset?
        
          Returns trueif this enum value equalsERROR_BUS_RESET
- 
        #error_busy?
        
          Returns trueif this enum value equalsERROR_BUSY
- 
        #error_busy_drive?
        
          Returns trueif this enum value equalsERROR_BUSY_DRIVE
- 
        #error_call_not_implemented?
        
          Returns trueif this enum value equalsERROR_CALL_NOT_IMPLEMENTED
- 
        #error_callback_supplied_invalid_data?
        
          Returns trueif this enum value equalsERROR_CALLBACK_SUPPLIED_INVALID_DATA
- 
        #error_can_not_complete?
        
          Returns trueif this enum value equalsERROR_CAN_NOT_COMPLETE
- 
        #error_can_not_del_local_wins?
        
          Returns trueif this enum value equalsERROR_CAN_NOT_DEL_LOCAL_WINS
- 
        #error_cancel_violation?
        
          Returns trueif this enum value equalsERROR_CANCEL_VIOLATION
- 
        #error_cancelled?
        
          Returns trueif this enum value equalsERROR_CANCELLED
- 
        #error_cannot_copy?
        
          Returns trueif this enum value equalsERROR_CANNOT_COPY
- 
        #error_cannot_detect_driver_failure?
        
          Returns trueif this enum value equalsERROR_CANNOT_DETECT_DRIVER_FAILURE
- 
        #error_cannot_detect_process_abort?
        
          Returns trueif this enum value equalsERROR_CANNOT_DETECT_PROCESS_ABORT
- 
        #error_cannot_find_wnd_class?
        
          Returns trueif this enum value equalsERROR_CANNOT_FIND_WND_CLASS
- 
        #error_cannot_impersonate?
        
          Returns trueif this enum value equalsERROR_CANNOT_IMPERSONATE
- 
        #error_cannot_make?
        
          Returns trueif this enum value equalsERROR_CANNOT_MAKE
- 
        #error_cannot_open_profile?
        
          Returns trueif this enum value equalsERROR_CANNOT_OPEN_PROFILE
- 
        #error_cannot_switch_runlevel?
        
          Returns trueif this enum value equalsERROR_CANNOT_SWITCH_RUNLEVEL
- 
        #error_cant_access_domain_info?
        
          Returns trueif this enum value equalsERROR_CANT_ACCESS_DOMAIN_INFO
- 
        #error_cant_access_file?
        
          Returns trueif this enum value equalsERROR_CANT_ACCESS_FILE
- 
        #error_cant_delete_last_item?
        
          Returns trueif this enum value equalsERROR_CANT_DELETE_LAST_ITEM
- 
        #error_cant_disable_mandatory?
        
          Returns trueif this enum value equalsERROR_CANT_DISABLE_MANDATORY
- 
        #error_cant_evict_active_node?
        
          Returns trueif this enum value equalsERROR_CANT_EVICT_ACTIVE_NODE
- 
        #error_cant_open_anonymous?
        
          Returns trueif this enum value equalsERROR_CANT_OPEN_ANONYMOUS
- 
        #error_cant_resolve_filename?
        
          Returns trueif this enum value equalsERROR_CANT_RESOLVE_FILENAME
- 
        #error_cantopen?
        
          Returns trueif this enum value equalsERROR_CANTOPEN
- 
        #error_cantread?
        
          Returns trueif this enum value equalsERROR_CANTREAD
- 
        #error_cantwrite?
        
          Returns trueif this enum value equalsERROR_CANTWRITE
- 
        #error_checkout_required?
        
          Returns trueif this enum value equalsERROR_CHECKOUT_REQUIRED
- 
        #error_child_must_be_volatile?
        
          Returns trueif this enum value equalsERROR_CHILD_MUST_BE_VOLATILE
- 
        #error_child_not_complete?
        
          Returns trueif this enum value equalsERROR_CHILD_NOT_COMPLETE
- 
        #error_child_window_menu?
        
          Returns trueif this enum value equalsERROR_CHILD_WINDOW_MENU
- 
        #error_circular_dependency?
        
          Returns trueif this enum value equalsERROR_CIRCULAR_DEPENDENCY
- 
        #error_class_already_exists?
        
          Returns trueif this enum value equalsERROR_CLASS_ALREADY_EXISTS
- 
        #error_class_does_not_exist?
        
          Returns trueif this enum value equalsERROR_CLASS_DOES_NOT_EXIST
- 
        #error_class_has_windows?
        
          Returns trueif this enum value equalsERROR_CLASS_HAS_WINDOWS
- 
        #error_cleaner_cartridge_installed?
        
          Returns trueif this enum value equalsERROR_CLEANER_CARTRIDGE_INSTALLED
- 
        #error_cleaner_cartridge_spent?
        
          Returns trueif this enum value equalsERROR_CLEANER_CARTRIDGE_SPENT
- 
        #error_cleaner_slot_not_set?
        
          Returns trueif this enum value equalsERROR_CLEANER_SLOT_NOT_SET
- 
        #error_cleaner_slot_set?
        
          Returns trueif this enum value equalsERROR_CLEANER_SLOT_SET
- 
        #error_clipboard_not_open?
        
          Returns trueif this enum value equalsERROR_CLIPBOARD_NOT_OPEN
- 
        #error_clipping_not_supported?
        
          Returns trueif this enum value equalsERROR_CLIPPING_NOT_SUPPORTED
- 
        #error_cluscfg_already_committed?
        
          Returns trueif this enum value equalsERROR_CLUSCFG_ALREADY_COMMITTED
- 
        #error_cluscfg_rollback_failed?
        
          Returns trueif this enum value equalsERROR_CLUSCFG_ROLLBACK_FAILED
- 
        #error_cluscfg_system_disk_drive_letter_conflict?
        
          Returns trueif this enum value equalsERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
- 
        #error_cluster_cant_create_dup_cluster_name?
        
          Returns trueif this enum value equalsERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
- 
        #error_cluster_database_seqmismatch?
        
          Returns trueif this enum value equalsERROR_CLUSTER_DATABASE_SEQMISMATCH
- 
        #error_cluster_evict_without_cleanup?
        
          Returns trueif this enum value equalsERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
- 
        #error_cluster_gum_not_locker?
        
          Returns trueif this enum value equalsERROR_CLUSTER_GUM_NOT_LOCKER
- 
        #error_cluster_incompatible_versions?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INCOMPATIBLE_VERSIONS
- 
        #error_cluster_instance_id_mismatch?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INSTANCE_ID_MISMATCH
- 
        #error_cluster_invalid_network?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INVALID_NETWORK
- 
        #error_cluster_invalid_network_provider?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INVALID_NETWORK_PROVIDER
- 
        #error_cluster_invalid_node?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INVALID_NODE
- 
        #error_cluster_invalid_request?
        
          Returns trueif this enum value equalsERROR_CLUSTER_INVALID_REQUEST
- 
        #error_cluster_ipaddr_in_use?
        
          Returns trueif this enum value equalsERROR_CLUSTER_IPADDR_IN_USE
- 
        #error_cluster_join_aborted?
        
          Returns trueif this enum value equalsERROR_CLUSTER_JOIN_ABORTED
- 
        #error_cluster_join_in_progress?
        
          Returns trueif this enum value equalsERROR_CLUSTER_JOIN_IN_PROGRESS
- 
        #error_cluster_join_not_in_progress?
        
          Returns trueif this enum value equalsERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
- 
        #error_cluster_last_internal_network?
        
          Returns trueif this enum value equalsERROR_CLUSTER_LAST_INTERNAL_NETWORK
- 
        #error_cluster_local_node_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
- 
        #error_cluster_maxnum_of_resources_exceeded?
        
          Returns trueif this enum value equalsERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
- 
        #error_cluster_membership_halt?
        
          Returns trueif this enum value equalsERROR_CLUSTER_MEMBERSHIP_HALT
- 
        #error_cluster_membership_invalid_state?
        
          Returns trueif this enum value equalsERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
- 
        #error_cluster_mismatched_computer_acct_name?
        
          Returns trueif this enum value equalsERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
- 
        #error_cluster_netinterface_exists?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETINTERFACE_EXISTS
- 
        #error_cluster_netinterface_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETINTERFACE_NOT_FOUND
- 
        #error_cluster_network_already_offline?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
- 
        #error_cluster_network_already_online?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_ALREADY_ONLINE
- 
        #error_cluster_network_exists?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_EXISTS
- 
        #error_cluster_network_has_dependents?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
- 
        #error_cluster_network_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_NOT_FOUND
- 
        #error_cluster_network_not_found_for_ip?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
- 
        #error_cluster_network_not_internal?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NETWORK_NOT_INTERNAL
- 
        #error_cluster_no_rpc_packages_registered?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
- 
        #error_cluster_no_security_context?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NO_SECURITY_CONTEXT
- 
        #error_cluster_node_already_down?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_ALREADY_DOWN
- 
        #error_cluster_node_already_has_dfs_root?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
- 
        #error_cluster_node_already_member?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_ALREADY_MEMBER
- 
        #error_cluster_node_already_up?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_ALREADY_UP
- 
        #error_cluster_node_down?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_DOWN
- 
        #error_cluster_node_exists?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_EXISTS
- 
        #error_cluster_node_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_NOT_FOUND
- 
        #error_cluster_node_not_member?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_NOT_MEMBER
- 
        #error_cluster_node_not_paused?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_NOT_PAUSED
- 
        #error_cluster_node_not_ready?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_NOT_READY
- 
        #error_cluster_node_paused?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_PAUSED
- 
        #error_cluster_node_shutting_down?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_SHUTTING_DOWN
- 
        #error_cluster_node_unreachable?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_UNREACHABLE
- 
        #error_cluster_node_up?
        
          Returns trueif this enum value equalsERROR_CLUSTER_NODE_UP
- 
        #error_cluster_old_version?
        
          Returns trueif this enum value equalsERROR_CLUSTER_OLD_VERSION
- 
        #error_cluster_owner_not_in_preflist?
        
          Returns trueif this enum value equalsERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
- 
        #error_cluster_parameter_mismatch?
        
          Returns trueif this enum value equalsERROR_CLUSTER_PARAMETER_MISMATCH
- 
        #error_cluster_property_data_type_mismatch?
        
          Returns trueif this enum value equalsERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
- 
        #error_cluster_quorumlog_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_QUORUMLOG_NOT_FOUND
- 
        #error_cluster_resname_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_RESNAME_NOT_FOUND
- 
        #error_cluster_resource_type_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
- 
        #error_cluster_restype_not_supported?
        
          Returns trueif this enum value equalsERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
- 
        #error_cluster_shutting_down?
        
          Returns trueif this enum value equalsERROR_CLUSTER_SHUTTING_DOWN
- 
        #error_cluster_system_config_changed?
        
          Returns trueif this enum value equalsERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
- 
        #error_cluster_wrong_os_version?
        
          Returns trueif this enum value equalsERROR_CLUSTER_WRONG_OS_VERSION
- 
        #error_clusterlog_chkpoint_not_found?
        
          Returns trueif this enum value equalsERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
- 
        #error_clusterlog_corrupt?
        
          Returns trueif this enum value equalsERROR_CLUSTERLOG_CORRUPT
- 
        #error_clusterlog_exceeds_maxsize?
        
          Returns trueif this enum value equalsERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
- 
        #error_clusterlog_not_enough_space?
        
          Returns trueif this enum value equalsERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
- 
        #error_clusterlog_record_exceeds_maxsize?
        
          Returns trueif this enum value equalsERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
- 
        #error_colorspace_mismatch?
        
          Returns trueif this enum value equalsERROR_COLORSPACE_MISMATCH
- 
        #error_com_task_stop_pending?
        
          Returns trueif this enum value equalsERROR_COM_TASK_STOP_PENDING
- 
        #error_commitment_limit?
        
          Returns trueif this enum value equalsERROR_COMMITMENT_LIMIT
- 
        #error_connected_other_password?
        
          Returns trueif this enum value equalsERROR_CONNECTED_OTHER_PASSWORD
- 
        #error_connected_other_password_default?
        
          Returns trueif this enum value equalsERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
- 
        #error_connection_aborted?
        
          Returns trueif this enum value equalsERROR_CONNECTION_ABORTED
- 
        #error_connection_active?
        
          Returns trueif this enum value equalsERROR_CONNECTION_ACTIVE
- 
        #error_connection_count_limit?
        
          Returns trueif this enum value equalsERROR_CONNECTION_COUNT_LIMIT
- 
        #error_connection_invalid?
        
          Returns trueif this enum value equalsERROR_CONNECTION_INVALID
- 
        #error_connection_refused?
        
          Returns trueif this enum value equalsERROR_CONNECTION_REFUSED
- 
        #error_connection_unavail?
        
          Returns trueif this enum value equalsERROR_CONNECTION_UNAVAIL
- 
        #error_context_expired?
        
          Returns trueif this enum value equalsERROR_CONTEXT_EXPIRED
- 
        #error_continue?
        
          Returns trueif this enum value equalsERROR_CONTINUE
- 
        #error_control_id_not_found?
        
          Returns trueif this enum value equalsERROR_CONTROL_ID_NOT_FOUND
- 
        #error_controlling_ieport?
        
          Returns trueif this enum value equalsERROR_CONTROLLING_IEPORT
- 
        #error_core_resource?
        
          Returns trueif this enum value equalsERROR_CORE_RESOURCE
- 
        #error_counter_timeout?
        
          Returns trueif this enum value equalsERROR_COUNTER_TIMEOUT
- 
        #error_crc?
        
          Returns trueif this enum value equalsERROR_CRC
- 
        #error_create_failed?
        
          Returns trueif this enum value equalsERROR_CREATE_FAILED
- 
        #error_cscshare_offline?
        
          Returns trueif this enum value equalsERROR_CSCSHARE_OFFLINE
- 
        #error_ctx_bad_video_mode?
        
          Returns trueif this enum value equalsERROR_CTX_BAD_VIDEO_MODE
- 
        #error_ctx_cannot_make_eventlog_entry?
        
          Returns trueif this enum value equalsERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
- 
        #error_ctx_client_license_in_use?
        
          Returns trueif this enum value equalsERROR_CTX_CLIENT_LICENSE_IN_USE
- 
        #error_ctx_client_license_not_set?
        
          Returns trueif this enum value equalsERROR_CTX_CLIENT_LICENSE_NOT_SET
- 
        #error_ctx_client_query_timeout?
        
          Returns trueif this enum value equalsERROR_CTX_CLIENT_QUERY_TIMEOUT
- 
        #error_ctx_close_pending?
        
          Returns trueif this enum value equalsERROR_CTX_CLOSE_PENDING
- 
        #error_ctx_console_connect?
        
          Returns trueif this enum value equalsERROR_CTX_CONSOLE_CONNECT
- 
        #error_ctx_console_disconnect?
        
          Returns trueif this enum value equalsERROR_CTX_CONSOLE_DISCONNECT
- 
        #error_ctx_graphics_invalid?
        
          Returns trueif this enum value equalsERROR_CTX_GRAPHICS_INVALID
- 
        #error_ctx_invalid_modemname?
        
          Returns trueif this enum value equalsERROR_CTX_INVALID_MODEMNAME
- 
        #error_ctx_invalid_pd?
        
          Returns trueif this enum value equalsERROR_CTX_INVALID_PD
- 
        #error_ctx_invalid_wd?
        
          Returns trueif this enum value equalsERROR_CTX_INVALID_WD
- 
        #error_ctx_license_client_invalid?
        
          Returns trueif this enum value equalsERROR_CTX_LICENSE_CLIENT_INVALID
- 
        #error_ctx_license_expired?
        
          Returns trueif this enum value equalsERROR_CTX_LICENSE_EXPIRED
- 
        #error_ctx_license_not_available?
        
          Returns trueif this enum value equalsERROR_CTX_LICENSE_NOT_AVAILABLE
- 
        #error_ctx_logon_disabled?
        
          Returns trueif this enum value equalsERROR_CTX_LOGON_DISABLED
- 
        #error_ctx_modem_inf_not_found?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_INF_NOT_FOUND
- 
        #error_ctx_modem_response_busy?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_BUSY
- 
        #error_ctx_modem_response_error?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_ERROR
- 
        #error_ctx_modem_response_no_carrier?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_NO_CARRIER
- 
        #error_ctx_modem_response_no_dialtone?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
- 
        #error_ctx_modem_response_timeout?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_TIMEOUT
- 
        #error_ctx_modem_response_voice?
        
          Returns trueif this enum value equalsERROR_CTX_MODEM_RESPONSE_VOICE
- 
        #error_ctx_no_outbuf?
        
          Returns trueif this enum value equalsERROR_CTX_NO_OUTBUF
- 
        #error_ctx_not_console?
        
          Returns trueif this enum value equalsERROR_CTX_NOT_CONSOLE
- 
        #error_ctx_pd_not_found?
        
          Returns trueif this enum value equalsERROR_CTX_PD_NOT_FOUND
- 
        #error_ctx_service_name_collision?
        
          Returns trueif this enum value equalsERROR_CTX_SERVICE_NAME_COLLISION
- 
        #error_ctx_shadow_denied?
        
          Returns trueif this enum value equalsERROR_CTX_SHADOW_DENIED
- 
        #error_ctx_shadow_disabled?
        
          Returns trueif this enum value equalsERROR_CTX_SHADOW_DISABLED
- 
        #error_ctx_shadow_ended_by_mode_change?
        
          Returns trueif this enum value equalsERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
- 
        #error_ctx_shadow_invalid?
        
          Returns trueif this enum value equalsERROR_CTX_SHADOW_INVALID
- 
        #error_ctx_shadow_not_running?
        
          Returns trueif this enum value equalsERROR_CTX_SHADOW_NOT_RUNNING
- 
        #error_ctx_td_error?
        
          Returns trueif this enum value equalsERROR_CTX_TD_ERROR
- 
        #error_ctx_wd_not_found?
        
          Returns trueif this enum value equalsERROR_CTX_WD_NOT_FOUND
- 
        #error_ctx_winstation_access_denied?
        
          Returns trueif this enum value equalsERROR_CTX_WINSTATION_ACCESS_DENIED
- 
        #error_ctx_winstation_already_exists?
        
          Returns trueif this enum value equalsERROR_CTX_WINSTATION_ALREADY_EXISTS
- 
        #error_ctx_winstation_busy?
        
          Returns trueif this enum value equalsERROR_CTX_WINSTATION_BUSY
- 
        #error_ctx_winstation_name_invalid?
        
          Returns trueif this enum value equalsERROR_CTX_WINSTATION_NAME_INVALID
- 
        #error_ctx_winstation_not_found?
        
          Returns trueif this enum value equalsERROR_CTX_WINSTATION_NOT_FOUND
- 
        #error_current_directory?
        
          Returns trueif this enum value equalsERROR_CURRENT_DIRECTORY
- 
        #error_current_domain_not_allowed?
        
          Returns trueif this enum value equalsERROR_CURRENT_DOMAIN_NOT_ALLOWED
- 
        #error_database_backup_corrupt?
        
          Returns trueif this enum value equalsERROR_DATABASE_BACKUP_CORRUPT
- 
        #error_database_does_not_exist?
        
          Returns trueif this enum value equalsERROR_DATABASE_DOES_NOT_EXIST
- 
        #error_database_failure?
        
          Returns trueif this enum value equalsERROR_DATABASE_FAILURE
- 
        #error_database_full?
        
          Returns trueif this enum value equalsERROR_DATABASE_FULL
- 
        #error_datatype_mismatch?
        
          Returns trueif this enum value equalsERROR_DATATYPE_MISMATCH
- 
        #error_dc_not_found?
        
          Returns trueif this enum value equalsERROR_DC_NOT_FOUND
- 
        #error_dde_fail?
        
          Returns trueif this enum value equalsERROR_DDE_FAIL
- 
        #error_debugger_inactive?
        
          Returns trueif this enum value equalsERROR_DEBUGGER_INACTIVE
- 
        #error_decryption_failed?
        
          Returns trueif this enum value equalsERROR_DECRYPTION_FAILED
- 
        #error_delay_load_failed?
        
          Returns trueif this enum value equalsERROR_DELAY_LOAD_FAILED
- 
        #error_delete_pending?
        
          Returns trueif this enum value equalsERROR_DELETE_PENDING
- 
        #error_deleting_existing_applicationdata_store_failed?
        
          Returns trueif this enum value equalsERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
- 
        #error_deleting_icm_xform?
        
          Returns trueif this enum value equalsERROR_DELETING_ICM_XFORM
- 
        #error_dependency_already_exists?
        
          Returns trueif this enum value equalsERROR_DEPENDENCY_ALREADY_EXISTS
- 
        #error_dependency_not_allowed?
        
          Returns trueif this enum value equalsERROR_DEPENDENCY_NOT_ALLOWED
- 
        #error_dependency_not_found?
        
          Returns trueif this enum value equalsERROR_DEPENDENCY_NOT_FOUND
- 
        #error_dependent_resource_exists?
        
          Returns trueif this enum value equalsERROR_DEPENDENT_RESOURCE_EXISTS
- 
        #error_dependent_services_running?
        
          Returns trueif this enum value equalsERROR_DEPENDENT_SERVICES_RUNNING
- 
        #error_deployment_blocked_by_policy?
        
          Returns trueif this enum value equalsERROR_DEPLOYMENT_BLOCKED_BY_POLICY
- 
        #error_destination_element_full?
        
          Returns trueif this enum value equalsERROR_DESTINATION_ELEMENT_FULL
- 
        #error_destroy_object_of_other_thread?
        
          Returns trueif this enum value equalsERROR_DESTROY_OBJECT_OF_OTHER_THREAD
- 
        #error_dev_not_exist?
        
          Returns trueif this enum value equalsERROR_DEV_NOT_EXIST
- 
        #error_device_already_remembered?
        
          Returns trueif this enum value equalsERROR_DEVICE_ALREADY_REMEMBERED
- 
        #error_device_door_open?
        
          Returns trueif this enum value equalsERROR_DEVICE_DOOR_OPEN
- 
        #error_device_in_use?
        
          Returns trueif this enum value equalsERROR_DEVICE_IN_USE
- 
        #error_device_not_available?
        
          Returns trueif this enum value equalsERROR_DEVICE_NOT_AVAILABLE
- 
        #error_device_not_connected?
        
          Returns trueif this enum value equalsERROR_DEVICE_NOT_CONNECTED
- 
        #error_device_not_partitioned?
        
          Returns trueif this enum value equalsERROR_DEVICE_NOT_PARTITIONED
- 
        #error_device_reinitialization_needed?
        
          Returns trueif this enum value equalsERROR_DEVICE_REINITIALIZATION_NEEDED
- 
        #error_device_removed?
        
          Returns trueif this enum value equalsERROR_DEVICE_REMOVED
- 
        #error_device_requires_cleaning?
        
          Returns trueif this enum value equalsERROR_DEVICE_REQUIRES_CLEANING
- 
        #error_dhcp_address_conflict?
        
          Returns trueif this enum value equalsERROR_DHCP_ADDRESS_CONFLICT
- 
        #error_different_service_account?
        
          Returns trueif this enum value equalsERROR_DIFFERENT_SERVICE_ACCOUNT
- 
        #error_dir_efs_disallowed?
        
          Returns trueif this enum value equalsERROR_DIR_EFS_DISALLOWED
- 
        #error_dir_not_empty?
        
          Returns trueif this enum value equalsERROR_DIR_NOT_EMPTY
- 
        #error_dir_not_root?
        
          Returns trueif this enum value equalsERROR_DIR_NOT_ROOT
- 
        #error_direct_access_handle?
        
          Returns trueif this enum value equalsERROR_DIRECT_ACCESS_HANDLE
- 
        #error_directory?
        
          Returns trueif this enum value equalsERROR_DIRECTORY
- 
        #error_discarded?
        
          Returns trueif this enum value equalsERROR_DISCARDED
- 
        #error_disk_change?
        
          Returns trueif this enum value equalsERROR_DISK_CHANGE
- 
        #error_disk_corrupt?
        
          Returns trueif this enum value equalsERROR_DISK_CORRUPT
- 
        #error_disk_full?
        
          Returns trueif this enum value equalsERROR_DISK_FULL
- 
        #error_disk_operation_failed?
        
          Returns trueif this enum value equalsERROR_DISK_OPERATION_FAILED
- 
        #error_disk_recalibrate_failed?
        
          Returns trueif this enum value equalsERROR_DISK_RECALIBRATE_FAILED
- 
        #error_disk_reset_failed?
        
          Returns trueif this enum value equalsERROR_DISK_RESET_FAILED
- 
        #error_disk_too_fragmented?
        
          Returns trueif this enum value equalsERROR_DISK_TOO_FRAGMENTED
- 
        #error_dll_init_failed?
        
          Returns trueif this enum value equalsERROR_DLL_INIT_FAILED
- 
        #error_dll_not_found?
        
          Returns trueif this enum value equalsERROR_DLL_NOT_FOUND
- 
        #error_domain_controller_exists?
        
          Returns trueif this enum value equalsERROR_DOMAIN_CONTROLLER_EXISTS
- 
        #error_domain_controller_not_found?
        
          Returns trueif this enum value equalsERROR_DOMAIN_CONTROLLER_NOT_FOUND
- 
        #error_domain_exists?
        
          Returns trueif this enum value equalsERROR_DOMAIN_EXISTS
- 
        #error_domain_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_DOMAIN_LIMIT_EXCEEDED
- 
        #error_domain_trust_inconsistent?
        
          Returns trueif this enum value equalsERROR_DOMAIN_TRUST_INCONSISTENT
- 
        #error_downgrade_detected?
        
          Returns trueif this enum value equalsERROR_DOWNGRADE_DETECTED
- 
        #error_drive_locked?
        
          Returns trueif this enum value equalsERROR_DRIVE_LOCKED
- 
        #error_drive_media_mismatch?
        
          Returns trueif this enum value equalsERROR_DRIVE_MEDIA_MISMATCH
- 
        #error_driver_blocked?
        
          Returns trueif this enum value equalsERROR_DRIVER_BLOCKED
- 
        #error_ds_add_replica_inhibited?
        
          Returns trueif this enum value equalsERROR_DS_ADD_REPLICA_INHIBITED
- 
        #error_ds_admin_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_ADMIN_LIMIT_EXCEEDED
- 
        #error_ds_affects_multiple_dsas?
        
          Returns trueif this enum value equalsERROR_DS_AFFECTS_MULTIPLE_DSAS
- 
        #error_ds_ag_cant_have_universal_member?
        
          Returns trueif this enum value equalsERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
- 
        #error_ds_alias_deref_problem?
        
          Returns trueif this enum value equalsERROR_DS_ALIAS_DEREF_PROBLEM
- 
        #error_ds_alias_points_to_alias?
        
          Returns trueif this enum value equalsERROR_DS_ALIAS_POINTS_TO_ALIAS
- 
        #error_ds_alias_problem?
        
          Returns trueif this enum value equalsERROR_DS_ALIAS_PROBLEM
- 
        #error_ds_aliased_obj_missing?
        
          Returns trueif this enum value equalsERROR_DS_ALIASED_OBJ_MISSING
- 
        #error_ds_att_already_exists?
        
          Returns trueif this enum value equalsERROR_DS_ATT_ALREADY_EXISTS
- 
        #error_ds_att_is_not_on_obj?
        
          Returns trueif this enum value equalsERROR_DS_ATT_IS_NOT_ON_OBJ
- 
        #error_ds_att_not_def_for_class?
        
          Returns trueif this enum value equalsERROR_DS_ATT_NOT_DEF_FOR_CLASS
- 
        #error_ds_att_not_def_in_schema?
        
          Returns trueif this enum value equalsERROR_DS_ATT_NOT_DEF_IN_SCHEMA
- 
        #error_ds_att_schema_req_id?
        
          Returns trueif this enum value equalsERROR_DS_ATT_SCHEMA_REQ_ID
- 
        #error_ds_att_schema_req_syntax?
        
          Returns trueif this enum value equalsERROR_DS_ATT_SCHEMA_REQ_SYNTAX
- 
        #error_ds_att_val_already_exists?
        
          Returns trueif this enum value equalsERROR_DS_ATT_VAL_ALREADY_EXISTS
- 
        #error_ds_attribute_or_value_exists?
        
          Returns trueif this enum value equalsERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
- 
        #error_ds_attribute_owned_by_sam?
        
          Returns trueif this enum value equalsERROR_DS_ATTRIBUTE_OWNED_BY_SAM
- 
        #error_ds_attribute_type_undefined?
        
          Returns trueif this enum value equalsERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
- 
        #error_ds_auth_method_not_supported?
        
          Returns trueif this enum value equalsERROR_DS_AUTH_METHOD_NOT_SUPPORTED
- 
        #error_ds_auth_unknown?
        
          Returns trueif this enum value equalsERROR_DS_AUTH_UNKNOWN
- 
        #error_ds_authorization_failed?
        
          Returns trueif this enum value equalsERROR_DS_AUTHORIZATION_FAILED
- 
        #error_ds_aux_cls_test_fail?
        
          Returns trueif this enum value equalsERROR_DS_AUX_CLS_TEST_FAIL
- 
        #error_ds_backlink_without_link?
        
          Returns trueif this enum value equalsERROR_DS_BACKLINK_WITHOUT_LINK
- 
        #error_ds_bad_att_schema_syntax?
        
          Returns trueif this enum value equalsERROR_DS_BAD_ATT_SCHEMA_SYNTAX
- 
        #error_ds_bad_hierarchy_file?
        
          Returns trueif this enum value equalsERROR_DS_BAD_HIERARCHY_FILE
- 
        #error_ds_bad_instance_type?
        
          Returns trueif this enum value equalsERROR_DS_BAD_INSTANCE_TYPE
- 
        #error_ds_bad_name_syntax?
        
          Returns trueif this enum value equalsERROR_DS_BAD_NAME_SYNTAX
- 
        #error_ds_bad_rdn_att_id_syntax?
        
          Returns trueif this enum value equalsERROR_DS_BAD_RDN_ATT_ID_SYNTAX
- 
        #error_ds_build_hierarchy_table_failed?
        
          Returns trueif this enum value equalsERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
- 
        #error_ds_busy?
        
          Returns trueif this enum value equalsERROR_DS_BUSY
- 
        #error_ds_cant_access_remote_part_of_ad?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
- 
        #error_ds_cant_add_att_values?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ADD_ATT_VALUES
- 
        #error_ds_cant_add_system_only?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ADD_SYSTEM_ONLY
- 
        #error_ds_cant_add_to_gc?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ADD_TO_GC
- 
        #error_ds_cant_cache_att?
        
          Returns trueif this enum value equalsERROR_DS_CANT_CACHE_ATT
- 
        #error_ds_cant_cache_class?
        
          Returns trueif this enum value equalsERROR_DS_CANT_CACHE_CLASS
- 
        #error_ds_cant_create_in_nondomain_nc?
        
          Returns trueif this enum value equalsERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
- 
        #error_ds_cant_create_under_schema?
        
          Returns trueif this enum value equalsERROR_DS_CANT_CREATE_UNDER_SCHEMA
- 
        #error_ds_cant_del_master_crossref?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DEL_MASTER_CROSSREF
- 
        #error_ds_cant_delete?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DELETE
- 
        #error_ds_cant_delete_dsa_obj?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DELETE_DSA_OBJ
- 
        #error_ds_cant_demote_with_writeable_nc?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
- 
        #error_ds_cant_deref_alias?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DEREF_ALIAS
- 
        #error_ds_cant_derive_spn_for_deleted_domain?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
- 
        #error_ds_cant_derive_spn_without_server_ref?
        
          Returns trueif this enum value equalsERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
- 
        #error_ds_cant_find_dc_for_src_domain?
        
          Returns trueif this enum value equalsERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
- 
        #error_ds_cant_find_dsa_obj?
        
          Returns trueif this enum value equalsERROR_DS_CANT_FIND_DSA_OBJ
- 
        #error_ds_cant_find_expected_nc?
        
          Returns trueif this enum value equalsERROR_DS_CANT_FIND_EXPECTED_NC
- 
        #error_ds_cant_find_nc_in_cache?
        
          Returns trueif this enum value equalsERROR_DS_CANT_FIND_NC_IN_CACHE
- 
        #error_ds_cant_mix_master_and_reps?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MIX_MASTER_AND_REPS
- 
        #error_ds_cant_mod_obj_class?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOD_OBJ_CLASS
- 
        #error_ds_cant_mod_primarygroupid?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOD_PRIMARYGROUPID
- 
        #error_ds_cant_mod_system_only?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOD_SYSTEM_ONLY
- 
        #error_ds_cant_move_account_group?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOVE_ACCOUNT_GROUP
- 
        #error_ds_cant_move_app_basic_group?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOVE_APP_BASIC_GROUP
- 
        #error_ds_cant_move_app_query_group?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOVE_APP_QUERY_GROUP
- 
        #error_ds_cant_move_deleted_object?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOVE_DELETED_OBJECT
- 
        #error_ds_cant_move_resource_group?
        
          Returns trueif this enum value equalsERROR_DS_CANT_MOVE_RESOURCE_GROUP
- 
        #error_ds_cant_on_non_leaf?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ON_NON_LEAF
- 
        #error_ds_cant_on_rdn?
        
          Returns trueif this enum value equalsERROR_DS_CANT_ON_RDN
- 
        #error_ds_cant_rem_missing_att?
        
          Returns trueif this enum value equalsERROR_DS_CANT_REM_MISSING_ATT
- 
        #error_ds_cant_rem_missing_att_val?
        
          Returns trueif this enum value equalsERROR_DS_CANT_REM_MISSING_ATT_VAL
- 
        #error_ds_cant_remove_att_cache?
        
          Returns trueif this enum value equalsERROR_DS_CANT_REMOVE_ATT_CACHE
- 
        #error_ds_cant_remove_class_cache?
        
          Returns trueif this enum value equalsERROR_DS_CANT_REMOVE_CLASS_CACHE
- 
        #error_ds_cant_replace_hidden_rec?
        
          Returns trueif this enum value equalsERROR_DS_CANT_REPLACE_HIDDEN_REC
- 
        #error_ds_cant_retrieve_atts?
        
          Returns trueif this enum value equalsERROR_DS_CANT_RETRIEVE_ATTS
- 
        #error_ds_cant_retrieve_child?
        
          Returns trueif this enum value equalsERROR_DS_CANT_RETRIEVE_CHILD
- 
        #error_ds_cant_retrieve_dn?
        
          Returns trueif this enum value equalsERROR_DS_CANT_RETRIEVE_DN
- 
        #error_ds_cant_retrieve_instance?
        
          Returns trueif this enum value equalsERROR_DS_CANT_RETRIEVE_INSTANCE
- 
        #error_ds_cant_retrieve_sd?
        
          Returns trueif this enum value equalsERROR_DS_CANT_RETRIEVE_SD
- 
        #error_ds_cant_start?
        
          Returns trueif this enum value equalsERROR_DS_CANT_START
- 
        #error_ds_cant_tree_delete_critical_obj?
        
          Returns trueif this enum value equalsERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
- 
        #error_ds_cant_with_acct_group_membershps?
        
          Returns trueif this enum value equalsERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
- 
        #error_ds_children_exist?
        
          Returns trueif this enum value equalsERROR_DS_CHILDREN_EXIST
- 
        #error_ds_class_must_be_concrete?
        
          Returns trueif this enum value equalsERROR_DS_CLASS_MUST_BE_CONCRETE
- 
        #error_ds_class_not_dsa?
        
          Returns trueif this enum value equalsERROR_DS_CLASS_NOT_DSA
- 
        #error_ds_client_loop?
        
          Returns trueif this enum value equalsERROR_DS_CLIENT_LOOP
- 
        #error_ds_code_inconsistency?
        
          Returns trueif this enum value equalsERROR_DS_CODE_INCONSISTENCY
- 
        #error_ds_compare_false?
        
          Returns trueif this enum value equalsERROR_DS_COMPARE_FALSE
- 
        #error_ds_compare_true?
        
          Returns trueif this enum value equalsERROR_DS_COMPARE_TRUE
- 
        #error_ds_confidentiality_required?
        
          Returns trueif this enum value equalsERROR_DS_CONFIDENTIALITY_REQUIRED
- 
        #error_ds_config_param_missing?
        
          Returns trueif this enum value equalsERROR_DS_CONFIG_PARAM_MISSING
- 
        #error_ds_constraint_violation?
        
          Returns trueif this enum value equalsERROR_DS_CONSTRAINT_VIOLATION
- 
        #error_ds_constructed_att_mod?
        
          Returns trueif this enum value equalsERROR_DS_CONSTRUCTED_ATT_MOD
- 
        #error_ds_control_not_found?
        
          Returns trueif this enum value equalsERROR_DS_CONTROL_NOT_FOUND
- 
        #error_ds_couldnt_contact_fsmo?
        
          Returns trueif this enum value equalsERROR_DS_COULDNT_CONTACT_FSMO
- 
        #error_ds_couldnt_identify_objects_for_tree_delete?
        
          Returns trueif this enum value equalsERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
- 
        #error_ds_couldnt_lock_tree_for_delete?
        
          Returns trueif this enum value equalsERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
- 
        #error_ds_couldnt_update_spns?
        
          Returns trueif this enum value equalsERROR_DS_COULDNT_UPDATE_SPNS
- 
        #error_ds_counting_ab_indices_failed?
        
          Returns trueif this enum value equalsERROR_DS_COUNTING_AB_INDICES_FAILED
- 
        #error_ds_cr_impossible_to_validate?
        
          Returns trueif this enum value equalsERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
- 
        #error_ds_cr_impossible_to_validate_v2?
        
          Returns trueif this enum value equalsERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
- 
        #error_ds_cross_dom_move_error?
        
          Returns trueif this enum value equalsERROR_DS_CROSS_DOM_MOVE_ERROR
- 
        #error_ds_cross_domain_cleanup_reqd?
        
          Returns trueif this enum value equalsERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
- 
        #error_ds_cross_nc_dn_rename?
        
          Returns trueif this enum value equalsERROR_DS_CROSS_NC_DN_RENAME
- 
        #error_ds_cross_ref_busy?
        
          Returns trueif this enum value equalsERROR_DS_CROSS_REF_BUSY
- 
        #error_ds_cross_ref_exists?
        
          Returns trueif this enum value equalsERROR_DS_CROSS_REF_EXISTS
- 
        #error_ds_database_error?
        
          Returns trueif this enum value equalsERROR_DS_DATABASE_ERROR
- 
        #error_ds_decoding_error?
        
          Returns trueif this enum value equalsERROR_DS_DECODING_ERROR
- 
        #error_ds_destination_auditing_not_enabled?
        
          Returns trueif this enum value equalsERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
- 
        #error_ds_destination_domain_not_in_forest?
        
          Returns trueif this enum value equalsERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
- 
        #error_ds_different_repl_epochs?
        
          Returns trueif this enum value equalsERROR_DS_DIFFERENT_REPL_EPOCHS
- 
        #error_ds_disallowed_in_system_container?
        
          Returns trueif this enum value equalsERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
- 
        #error_ds_dns_lookup_failure?
        
          Returns trueif this enum value equalsERROR_DS_DNS_LOOKUP_FAILURE
- 
        #error_ds_domain_rename_in_progress?
        
          Returns trueif this enum value equalsERROR_DS_DOMAIN_RENAME_IN_PROGRESS
- 
        #error_ds_domain_version_too_high?
        
          Returns trueif this enum value equalsERROR_DS_DOMAIN_VERSION_TOO_HIGH
- 
        #error_ds_domain_version_too_low?
        
          Returns trueif this enum value equalsERROR_DS_DOMAIN_VERSION_TOO_LOW
- 
        #error_ds_dra_abandon_sync?
        
          Returns trueif this enum value equalsERROR_DS_DRA_ABANDON_SYNC
- 
        #error_ds_dra_access_denied?
        
          Returns trueif this enum value equalsERROR_DS_DRA_ACCESS_DENIED
- 
        #error_ds_dra_bad_dn?
        
          Returns trueif this enum value equalsERROR_DS_DRA_BAD_DN
- 
        #error_ds_dra_bad_instance_type?
        
          Returns trueif this enum value equalsERROR_DS_DRA_BAD_INSTANCE_TYPE
- 
        #error_ds_dra_bad_nc?
        
          Returns trueif this enum value equalsERROR_DS_DRA_BAD_NC
- 
        #error_ds_dra_busy?
        
          Returns trueif this enum value equalsERROR_DS_DRA_BUSY
- 
        #error_ds_dra_connection_failed?
        
          Returns trueif this enum value equalsERROR_DS_DRA_CONNECTION_FAILED
- 
        #error_ds_dra_db_error?
        
          Returns trueif this enum value equalsERROR_DS_DRA_DB_ERROR
- 
        #error_ds_dra_dn_exists?
        
          Returns trueif this enum value equalsERROR_DS_DRA_DN_EXISTS
- 
        #error_ds_dra_earlier_schema_conflict?
        
          Returns trueif this enum value equalsERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
- 
        #error_ds_dra_extn_connection_failed?
        
          Returns trueif this enum value equalsERROR_DS_DRA_EXTN_CONNECTION_FAILED
- 
        #error_ds_dra_generic?
        
          Returns trueif this enum value equalsERROR_DS_DRA_GENERIC
- 
        #error_ds_dra_incompatible_partial_set?
        
          Returns trueif this enum value equalsERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
- 
        #error_ds_dra_inconsistent_dit?
        
          Returns trueif this enum value equalsERROR_DS_DRA_INCONSISTENT_DIT
- 
        #error_ds_dra_internal_error?
        
          Returns trueif this enum value equalsERROR_DS_DRA_INTERNAL_ERROR
- 
        #error_ds_dra_invalid_parameter?
        
          Returns trueif this enum value equalsERROR_DS_DRA_INVALID_PARAMETER
- 
        #error_ds_dra_mail_problem?
        
          Returns trueif this enum value equalsERROR_DS_DRA_MAIL_PROBLEM
- 
        #error_ds_dra_missing_parent?
        
          Returns trueif this enum value equalsERROR_DS_DRA_MISSING_PARENT
- 
        #error_ds_dra_name_collision?
        
          Returns trueif this enum value equalsERROR_DS_DRA_NAME_COLLISION
- 
        #error_ds_dra_no_replica?
        
          Returns trueif this enum value equalsERROR_DS_DRA_NO_REPLICA
- 
        #error_ds_dra_not_supported?
        
          Returns trueif this enum value equalsERROR_DS_DRA_NOT_SUPPORTED
- 
        #error_ds_dra_obj_is_rep_source?
        
          Returns trueif this enum value equalsERROR_DS_DRA_OBJ_IS_REP_SOURCE
- 
        #error_ds_dra_obj_nc_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_DRA_OBJ_NC_MISMATCH
- 
        #error_ds_dra_out_of_mem?
        
          Returns trueif this enum value equalsERROR_DS_DRA_OUT_OF_MEM
- 
        #error_ds_dra_out_schedule_window?
        
          Returns trueif this enum value equalsERROR_DS_DRA_OUT_SCHEDULE_WINDOW
- 
        #error_ds_dra_preempted?
        
          Returns trueif this enum value equalsERROR_DS_DRA_PREEMPTED
- 
        #error_ds_dra_ref_already_exists?
        
          Returns trueif this enum value equalsERROR_DS_DRA_REF_ALREADY_EXISTS
- 
        #error_ds_dra_ref_not_found?
        
          Returns trueif this enum value equalsERROR_DS_DRA_REF_NOT_FOUND
- 
        #error_ds_dra_repl_pending?
        
          Returns trueif this enum value equalsERROR_DS_DRA_REPL_PENDING
- 
        #error_ds_dra_rpc_cancelled?
        
          Returns trueif this enum value equalsERROR_DS_DRA_RPC_CANCELLED
- 
        #error_ds_dra_schema_conflict?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SCHEMA_CONFLICT
- 
        #error_ds_dra_schema_info_ship?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SCHEMA_INFO_SHIP
- 
        #error_ds_dra_schema_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SCHEMA_MISMATCH
- 
        #error_ds_dra_shutdown?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SHUTDOWN
- 
        #error_ds_dra_sink_disabled?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SINK_DISABLED
- 
        #error_ds_dra_source_disabled?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SOURCE_DISABLED
- 
        #error_ds_dra_source_is_partial_replica?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
- 
        #error_ds_dra_source_reinstalled?
        
          Returns trueif this enum value equalsERROR_DS_DRA_SOURCE_REINSTALLED
- 
        #error_ds_drs_extensions_changed?
        
          Returns trueif this enum value equalsERROR_DS_DRS_EXTENSIONS_CHANGED
- 
        #error_ds_ds_required?
        
          Returns trueif this enum value equalsERROR_DS_DS_REQUIRED
- 
        #error_ds_dsa_must_be_int_master?
        
          Returns trueif this enum value equalsERROR_DS_DSA_MUST_BE_INT_MASTER
- 
        #error_ds_dst_domain_not_native?
        
          Returns trueif this enum value equalsERROR_DS_DST_DOMAIN_NOT_NATIVE
- 
        #error_ds_dst_nc_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_DST_NC_MISMATCH
- 
        #error_ds_dup_ldap_display_name?
        
          Returns trueif this enum value equalsERROR_DS_DUP_LDAP_DISPLAY_NAME
- 
        #error_ds_dup_link_id?
        
          Returns trueif this enum value equalsERROR_DS_DUP_LINK_ID
- 
        #error_ds_dup_mapi_id?
        
          Returns trueif this enum value equalsERROR_DS_DUP_MAPI_ID
- 
        #error_ds_dup_msds_intid?
        
          Returns trueif this enum value equalsERROR_DS_DUP_MSDS_INTID
- 
        #error_ds_dup_oid?
        
          Returns trueif this enum value equalsERROR_DS_DUP_OID
- 
        #error_ds_dup_rdn?
        
          Returns trueif this enum value equalsERROR_DS_DUP_RDN
- 
        #error_ds_dup_schema_id_guid?
        
          Returns trueif this enum value equalsERROR_DS_DUP_SCHEMA_ID_GUID
- 
        #error_ds_duplicate_id_found?
        
          Returns trueif this enum value equalsERROR_DS_DUPLICATE_ID_FOUND
- 
        #error_ds_encoding_error?
        
          Returns trueif this enum value equalsERROR_DS_ENCODING_ERROR
- 
        #error_ds_epoch_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_EPOCH_MISMATCH
- 
        #error_ds_existing_ad_child_nc?
        
          Returns trueif this enum value equalsERROR_DS_EXISTING_AD_CHILD_NC
- 
        #error_ds_exists_in_aux_cls?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_AUX_CLS
- 
        #error_ds_exists_in_may_have?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_MAY_HAVE
- 
        #error_ds_exists_in_must_have?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_MUST_HAVE
- 
        #error_ds_exists_in_poss_sup?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_POSS_SUP
- 
        #error_ds_exists_in_rdnattid?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_RDNATTID
- 
        #error_ds_exists_in_sub_cls?
        
          Returns trueif this enum value equalsERROR_DS_EXISTS_IN_SUB_CLS
- 
        #error_ds_filter_unknown?
        
          Returns trueif this enum value equalsERROR_DS_FILTER_UNKNOWN
- 
        #error_ds_filter_uses_contructed_attrs?
        
          Returns trueif this enum value equalsERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
- 
        #error_ds_forest_version_too_high?
        
          Returns trueif this enum value equalsERROR_DS_FOREST_VERSION_TOO_HIGH
- 
        #error_ds_forest_version_too_low?
        
          Returns trueif this enum value equalsERROR_DS_FOREST_VERSION_TOO_LOW
- 
        #error_ds_gc_not_available?
        
          Returns trueif this enum value equalsERROR_DS_GC_NOT_AVAILABLE
- 
        #error_ds_gc_required?
        
          Returns trueif this enum value equalsERROR_DS_GC_REQUIRED
- 
        #error_ds_gcverify_error?
        
          Returns trueif this enum value equalsERROR_DS_GCVERIFY_ERROR
- 
        #error_ds_generic_error?
        
          Returns trueif this enum value equalsERROR_DS_GENERIC_ERROR
- 
        #error_ds_global_cant_have_crossdomain_member?
        
          Returns trueif this enum value equalsERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
- 
        #error_ds_global_cant_have_local_member?
        
          Returns trueif this enum value equalsERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
- 
        #error_ds_global_cant_have_universal_member?
        
          Returns trueif this enum value equalsERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
- 
        #error_ds_governsid_missing?
        
          Returns trueif this enum value equalsERROR_DS_GOVERNSID_MISSING
- 
        #error_ds_group_conversion_error?
        
          Returns trueif this enum value equalsERROR_DS_GROUP_CONVERSION_ERROR
- 
        #error_ds_have_primary_members?
        
          Returns trueif this enum value equalsERROR_DS_HAVE_PRIMARY_MEMBERS
- 
        #error_ds_hierarchy_table_malloc_failed?
        
          Returns trueif this enum value equalsERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
- 
        #error_ds_illegal_base_schema_mod?
        
          Returns trueif this enum value equalsERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
- 
        #error_ds_illegal_mod_operation?
        
          Returns trueif this enum value equalsERROR_DS_ILLEGAL_MOD_OPERATION
- 
        #error_ds_illegal_superior?
        
          Returns trueif this enum value equalsERROR_DS_ILLEGAL_SUPERIOR
- 
        #error_ds_illegal_xdom_move_operation?
        
          Returns trueif this enum value equalsERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
- 
        #error_ds_inappropriate_auth?
        
          Returns trueif this enum value equalsERROR_DS_INAPPROPRIATE_AUTH
- 
        #error_ds_inappropriate_matching?
        
          Returns trueif this enum value equalsERROR_DS_INAPPROPRIATE_MATCHING
- 
        #error_ds_incompatible_controls_used?
        
          Returns trueif this enum value equalsERROR_DS_INCOMPATIBLE_CONTROLS_USED
- 
        #error_ds_incompatible_version?
        
          Returns trueif this enum value equalsERROR_DS_INCOMPATIBLE_VERSION
- 
        #error_ds_incorrect_role_owner?
        
          Returns trueif this enum value equalsERROR_DS_INCORRECT_ROLE_OWNER
- 
        #error_ds_init_failure?
        
          Returns trueif this enum value equalsERROR_DS_INIT_FAILURE
- 
        #error_ds_init_failure_console?
        
          Returns trueif this enum value equalsERROR_DS_INIT_FAILURE_CONSOLE
- 
        #error_ds_install_no_sch_version_in_inifile?
        
          Returns trueif this enum value equalsERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
- 
        #error_ds_install_no_src_sch_version?
        
          Returns trueif this enum value equalsERROR_DS_INSTALL_NO_SRC_SCH_VERSION
- 
        #error_ds_install_schema_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_INSTALL_SCHEMA_MISMATCH
- 
        #error_ds_insuff_access_rights?
        
          Returns trueif this enum value equalsERROR_DS_INSUFF_ACCESS_RIGHTS
- 
        #error_ds_insufficient_attr_to_create_object?
        
          Returns trueif this enum value equalsERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
- 
        #error_ds_internal_failure?
        
          Returns trueif this enum value equalsERROR_DS_INTERNAL_FAILURE
- 
        #error_ds_invalid_attribute_syntax?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_ATTRIBUTE_SYNTAX
- 
        #error_ds_invalid_dmd?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_DMD
- 
        #error_ds_invalid_dn_syntax?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_DN_SYNTAX
- 
        #error_ds_invalid_group_type?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_GROUP_TYPE
- 
        #error_ds_invalid_ldap_display_name?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_LDAP_DISPLAY_NAME
- 
        #error_ds_invalid_name_for_spn?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_NAME_FOR_SPN
- 
        #error_ds_invalid_role_owner?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_ROLE_OWNER
- 
        #error_ds_invalid_script?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_SCRIPT
- 
        #error_ds_invalid_search_flag?
        
          Returns trueif this enum value equalsERROR_DS_INVALID_SEARCH_FLAG
- 
        #error_ds_is_leaf?
        
          Returns trueif this enum value equalsERROR_DS_IS_LEAF
- 
        #error_ds_key_not_unique?
        
          Returns trueif this enum value equalsERROR_DS_KEY_NOT_UNIQUE
- 
        #error_ds_ldap_send_queue_full?
        
          Returns trueif this enum value equalsERROR_DS_LDAP_SEND_QUEUE_FULL
- 
        #error_ds_link_id_not_available?
        
          Returns trueif this enum value equalsERROR_DS_LINK_ID_NOT_AVAILABLE
- 
        #error_ds_local_cant_have_crossdomain_local_member?
        
          Returns trueif this enum value equalsERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
- 
        #error_ds_local_error?
        
          Returns trueif this enum value equalsERROR_DS_LOCAL_ERROR
- 
        #error_ds_local_member_of_local_only?
        
          Returns trueif this enum value equalsERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
- 
        #error_ds_loop_detect?
        
          Returns trueif this enum value equalsERROR_DS_LOOP_DETECT
- 
        #error_ds_low_dsa_version?
        
          Returns trueif this enum value equalsERROR_DS_LOW_DSA_VERSION
- 
        #error_ds_machine_account_created_prent4?
        
          Returns trueif this enum value equalsERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
- 
        #error_ds_machine_account_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
- 
        #error_ds_masterdsa_required?
        
          Returns trueif this enum value equalsERROR_DS_MASTERDSA_REQUIRED
- 
        #error_ds_max_obj_size_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_MAX_OBJ_SIZE_EXCEEDED
- 
        #error_ds_membership_evaluated_locally?
        
          Returns trueif this enum value equalsERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
- 
        #error_ds_missing_expected_att?
        
          Returns trueif this enum value equalsERROR_DS_MISSING_EXPECTED_ATT
- 
        #error_ds_missing_fsmo_settings?
        
          Returns trueif this enum value equalsERROR_DS_MISSING_FSMO_SETTINGS
- 
        #error_ds_missing_infrastructure_container?
        
          Returns trueif this enum value equalsERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
- 
        #error_ds_missing_required_att?
        
          Returns trueif this enum value equalsERROR_DS_MISSING_REQUIRED_ATT
- 
        #error_ds_missing_supref?
        
          Returns trueif this enum value equalsERROR_DS_MISSING_SUPREF
- 
        #error_ds_modifydn_disallowed_by_flag?
        
          Returns trueif this enum value equalsERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
- 
        #error_ds_modifydn_disallowed_by_instance_type?
        
          Returns trueif this enum value equalsERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
- 
        #error_ds_modifydn_wrong_grandparent?
        
          Returns trueif this enum value equalsERROR_DS_MODIFYDN_WRONG_GRANDPARENT
- 
        #error_ds_must_be_run_on_dst_dc?
        
          Returns trueif this enum value equalsERROR_DS_MUST_BE_RUN_ON_DST_DC
- 
        #error_ds_name_error_domain_only?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_DOMAIN_ONLY
- 
        #error_ds_name_error_no_mapping?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_NO_MAPPING
- 
        #error_ds_name_error_no_syntactical_mapping?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
- 
        #error_ds_name_error_not_found?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_NOT_FOUND
- 
        #error_ds_name_error_not_unique?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_NOT_UNIQUE
- 
        #error_ds_name_error_resolving?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_RESOLVING
- 
        #error_ds_name_error_trust_referral?
        
          Returns trueif this enum value equalsERROR_DS_NAME_ERROR_TRUST_REFERRAL
- 
        #error_ds_name_not_unique?
        
          Returns trueif this enum value equalsERROR_DS_NAME_NOT_UNIQUE
- 
        #error_ds_name_reference_invalid?
        
          Returns trueif this enum value equalsERROR_DS_NAME_REFERENCE_INVALID
- 
        #error_ds_name_too_long?
        
          Returns trueif this enum value equalsERROR_DS_NAME_TOO_LONG
- 
        #error_ds_name_too_many_parts?
        
          Returns trueif this enum value equalsERROR_DS_NAME_TOO_MANY_PARTS
- 
        #error_ds_name_type_unknown?
        
          Returns trueif this enum value equalsERROR_DS_NAME_TYPE_UNKNOWN
- 
        #error_ds_name_unparseable?
        
          Returns trueif this enum value equalsERROR_DS_NAME_UNPARSEABLE
- 
        #error_ds_name_value_too_long?
        
          Returns trueif this enum value equalsERROR_DS_NAME_VALUE_TOO_LONG
- 
        #error_ds_naming_master_gc?
        
          Returns trueif this enum value equalsERROR_DS_NAMING_MASTER_GC
- 
        #error_ds_naming_violation?
        
          Returns trueif this enum value equalsERROR_DS_NAMING_VIOLATION
- 
        #error_ds_nc_must_have_nc_parent?
        
          Returns trueif this enum value equalsERROR_DS_NC_MUST_HAVE_NC_PARENT
- 
        #error_ds_nc_still_has_dsas?
        
          Returns trueif this enum value equalsERROR_DS_NC_STILL_HAS_DSAS
- 
        #error_ds_ncname_missing_cr_ref?
        
          Returns trueif this enum value equalsERROR_DS_NCNAME_MISSING_CR_REF
- 
        #error_ds_ncname_must_be_nc?
        
          Returns trueif this enum value equalsERROR_DS_NCNAME_MUST_BE_NC
- 
        #error_ds_no_attribute_or_value?
        
          Returns trueif this enum value equalsERROR_DS_NO_ATTRIBUTE_OR_VALUE
- 
        #error_ds_no_behavior_version_in_mixeddomain?
        
          Returns trueif this enum value equalsERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
- 
        #error_ds_no_chained_eval?
        
          Returns trueif this enum value equalsERROR_DS_NO_CHAINED_EVAL
- 
        #error_ds_no_chaining?
        
          Returns trueif this enum value equalsERROR_DS_NO_CHAINING
- 
        #error_ds_no_checkpoint_with_pdc?
        
          Returns trueif this enum value equalsERROR_DS_NO_CHECKPOINT_WITH_PDC
- 
        #error_ds_no_crossref_for_nc?
        
          Returns trueif this enum value equalsERROR_DS_NO_CROSSREF_FOR_NC
- 
        #error_ds_no_deleted_name?
        
          Returns trueif this enum value equalsERROR_DS_NO_DELETED_NAME
- 
        #error_ds_no_fpo_in_universal_groups?
        
          Returns trueif this enum value equalsERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
- 
        #error_ds_no_more_rids?
        
          Returns trueif this enum value equalsERROR_DS_NO_MORE_RIDS
- 
        #error_ds_no_msds_intid?
        
          Returns trueif this enum value equalsERROR_DS_NO_MSDS_INTID
- 
        #error_ds_no_nest_globalgroup_in_mixeddomain?
        
          Returns trueif this enum value equalsERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
- 
        #error_ds_no_nest_localgroup_in_mixeddomain?
        
          Returns trueif this enum value equalsERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
- 
        #error_ds_no_object_move_in_schema_nc?
        
          Returns trueif this enum value equalsERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
- 
        #error_ds_no_parent_object?
        
          Returns trueif this enum value equalsERROR_DS_NO_PARENT_OBJECT
- 
        #error_ds_no_pkt_privacy_on_connection?
        
          Returns trueif this enum value equalsERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
- 
        #error_ds_no_rdn_defined_in_schema?
        
          Returns trueif this enum value equalsERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
- 
        #error_ds_no_ref_domain?
        
          Returns trueif this enum value equalsERROR_DS_NO_REF_DOMAIN
- 
        #error_ds_no_requested_atts_found?
        
          Returns trueif this enum value equalsERROR_DS_NO_REQUESTED_ATTS_FOUND
- 
        #error_ds_no_results_returned?
        
          Returns trueif this enum value equalsERROR_DS_NO_RESULTS_RETURNED
- 
        #error_ds_no_rids_allocated?
        
          Returns trueif this enum value equalsERROR_DS_NO_RIDS_ALLOCATED
- 
        #error_ds_no_such_object?
        
          Returns trueif this enum value equalsERROR_DS_NO_SUCH_OBJECT
- 
        #error_ds_no_tree_delete_above_nc?
        
          Returns trueif this enum value equalsERROR_DS_NO_TREE_DELETE_ABOVE_NC
- 
        #error_ds_non_base_search?
        
          Returns trueif this enum value equalsERROR_DS_NON_BASE_SEARCH
- 
        #error_ds_nonexistent_may_have?
        
          Returns trueif this enum value equalsERROR_DS_NONEXISTENT_MAY_HAVE
- 
        #error_ds_nonexistent_must_have?
        
          Returns trueif this enum value equalsERROR_DS_NONEXISTENT_MUST_HAVE
- 
        #error_ds_nonexistent_poss_sup?
        
          Returns trueif this enum value equalsERROR_DS_NONEXISTENT_POSS_SUP
- 
        #error_ds_nonsafe_schema_change?
        
          Returns trueif this enum value equalsERROR_DS_NONSAFE_SCHEMA_CHANGE
- 
        #error_ds_not_an_object?
        
          Returns trueif this enum value equalsERROR_DS_NOT_AN_OBJECT
- 
        #error_ds_not_authoritive_for_dst_nc?
        
          Returns trueif this enum value equalsERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
- 
        #error_ds_not_closest?
        
          Returns trueif this enum value equalsERROR_DS_NOT_CLOSEST
- 
        #error_ds_not_installed?
        
          Returns trueif this enum value equalsERROR_DS_NOT_INSTALLED
- 
        #error_ds_not_on_backlink?
        
          Returns trueif this enum value equalsERROR_DS_NOT_ON_BACKLINK
- 
        #error_ds_not_supported?
        
          Returns trueif this enum value equalsERROR_DS_NOT_SUPPORTED
- 
        #error_ds_not_supported_sort_order?
        
          Returns trueif this enum value equalsERROR_DS_NOT_SUPPORTED_SORT_ORDER
- 
        #error_ds_notify_filter_too_complex?
        
          Returns trueif this enum value equalsERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
- 
        #error_ds_ntdscript_process_error?
        
          Returns trueif this enum value equalsERROR_DS_NTDSCRIPT_PROCESS_ERROR
- 
        #error_ds_ntdscript_syntax_error?
        
          Returns trueif this enum value equalsERROR_DS_NTDSCRIPT_SYNTAX_ERROR
- 
        #error_ds_obj_class_not_defined?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_CLASS_NOT_DEFINED
- 
        #error_ds_obj_class_not_subclass?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_CLASS_NOT_SUBCLASS
- 
        #error_ds_obj_class_violation?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_CLASS_VIOLATION
- 
        #error_ds_obj_guid_exists?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_GUID_EXISTS
- 
        #error_ds_obj_not_found?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_NOT_FOUND
- 
        #error_ds_obj_string_name_exists?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_STRING_NAME_EXISTS
- 
        #error_ds_obj_too_large?
        
          Returns trueif this enum value equalsERROR_DS_OBJ_TOO_LARGE
- 
        #error_ds_object_being_removed?
        
          Returns trueif this enum value equalsERROR_DS_OBJECT_BEING_REMOVED
- 
        #error_ds_object_class_required?
        
          Returns trueif this enum value equalsERROR_DS_OBJECT_CLASS_REQUIRED
- 
        #error_ds_object_results_too_large?
        
          Returns trueif this enum value equalsERROR_DS_OBJECT_RESULTS_TOO_LARGE
- 
        #error_ds_offset_range_error?
        
          Returns trueif this enum value equalsERROR_DS_OFFSET_RANGE_ERROR
- 
        #error_ds_operations_error?
        
          Returns trueif this enum value equalsERROR_DS_OPERATIONS_ERROR
- 
        #error_ds_out_of_scope?
        
          Returns trueif this enum value equalsERROR_DS_OUT_OF_SCOPE
- 
        #error_ds_out_of_version_store?
        
          Returns trueif this enum value equalsERROR_DS_OUT_OF_VERSION_STORE
- 
        #error_ds_param_error?
        
          Returns trueif this enum value equalsERROR_DS_PARAM_ERROR
- 
        #error_ds_parent_is_an_alias?
        
          Returns trueif this enum value equalsERROR_DS_PARENT_IS_AN_ALIAS
- 
        #error_ds_pdc_operation_in_progress?
        
          Returns trueif this enum value equalsERROR_DS_PDC_OPERATION_IN_PROGRESS
- 
        #error_ds_protocol_error?
        
          Returns trueif this enum value equalsERROR_DS_PROTOCOL_ERROR
- 
        #error_ds_range_constraint?
        
          Returns trueif this enum value equalsERROR_DS_RANGE_CONSTRAINT
- 
        #error_ds_rdn_doesnt_match_schema?
        
          Returns trueif this enum value equalsERROR_DS_RDN_DOESNT_MATCH_SCHEMA
- 
        #error_ds_recalcschema_failed?
        
          Returns trueif this enum value equalsERROR_DS_RECALCSCHEMA_FAILED
- 
        #error_ds_referral?
        
          Returns trueif this enum value equalsERROR_DS_REFERRAL
- 
        #error_ds_referral_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_REFERRAL_LIMIT_EXCEEDED
- 
        #error_ds_refusing_fsmo_roles?
        
          Returns trueif this enum value equalsERROR_DS_REFUSING_FSMO_ROLES
- 
        #error_ds_remote_crossref_op_failed?
        
          Returns trueif this enum value equalsERROR_DS_REMOTE_CROSSREF_OP_FAILED
- 
        #error_ds_repl_lifetime_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_REPL_LIFETIME_EXCEEDED
- 
        #error_ds_replica_set_change_not_allowed_on_disabled_cr?
        
          Returns trueif this enum value equalsERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
- 
        #error_ds_replicator_only?
        
          Returns trueif this enum value equalsERROR_DS_REPLICATOR_ONLY
- 
        #error_ds_reserved_link_id?
        
          Returns trueif this enum value equalsERROR_DS_RESERVED_LINK_ID
- 
        #error_ds_ridmgr_init_error?
        
          Returns trueif this enum value equalsERROR_DS_RIDMGR_INIT_ERROR
- 
        #error_ds_role_not_verified?
        
          Returns trueif this enum value equalsERROR_DS_ROLE_NOT_VERIFIED
- 
        #error_ds_root_cant_be_subref?
        
          Returns trueif this enum value equalsERROR_DS_ROOT_CANT_BE_SUBREF
- 
        #error_ds_root_must_be_nc?
        
          Returns trueif this enum value equalsERROR_DS_ROOT_MUST_BE_NC
- 
        #error_ds_root_requires_class_top?
        
          Returns trueif this enum value equalsERROR_DS_ROOT_REQUIRES_CLASS_TOP
- 
        #error_ds_sam_init_failure?
        
          Returns trueif this enum value equalsERROR_DS_SAM_INIT_FAILURE
- 
        #error_ds_sam_init_failure_console?
        
          Returns trueif this enum value equalsERROR_DS_SAM_INIT_FAILURE_CONSOLE
- 
        #error_ds_sam_need_bootkey_floppy?
        
          Returns trueif this enum value equalsERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
- 
        #error_ds_sam_need_bootkey_password?
        
          Returns trueif this enum value equalsERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
- 
        #error_ds_schema_alloc_failed?
        
          Returns trueif this enum value equalsERROR_DS_SCHEMA_ALLOC_FAILED
- 
        #error_ds_schema_not_loaded?
        
          Returns trueif this enum value equalsERROR_DS_SCHEMA_NOT_LOADED
- 
        #error_ds_schema_update_disallowed?
        
          Returns trueif this enum value equalsERROR_DS_SCHEMA_UPDATE_DISALLOWED
- 
        #error_ds_sec_desc_invalid?
        
          Returns trueif this enum value equalsERROR_DS_SEC_DESC_INVALID
- 
        #error_ds_sec_desc_too_short?
        
          Returns trueif this enum value equalsERROR_DS_SEC_DESC_TOO_SHORT
- 
        #error_ds_security_checking_error?
        
          Returns trueif this enum value equalsERROR_DS_SECURITY_CHECKING_ERROR
- 
        #error_ds_security_illegal_modify?
        
          Returns trueif this enum value equalsERROR_DS_SECURITY_ILLEGAL_MODIFY
- 
        #error_ds_semantic_att_test?
        
          Returns trueif this enum value equalsERROR_DS_SEMANTIC_ATT_TEST
- 
        #error_ds_sensitive_group_violation?
        
          Returns trueif this enum value equalsERROR_DS_SENSITIVE_GROUP_VIOLATION
- 
        #error_ds_server_down?
        
          Returns trueif this enum value equalsERROR_DS_SERVER_DOWN
- 
        #error_ds_shutting_down?
        
          Returns trueif this enum value equalsERROR_DS_SHUTTING_DOWN
- 
        #error_ds_single_user_mode_failed?
        
          Returns trueif this enum value equalsERROR_DS_SINGLE_USER_MODE_FAILED
- 
        #error_ds_single_value_constraint?
        
          Returns trueif this enum value equalsERROR_DS_SINGLE_VALUE_CONSTRAINT
- 
        #error_ds_sizelimit_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_SIZELIMIT_EXCEEDED
- 
        #error_ds_sort_control_missing?
        
          Returns trueif this enum value equalsERROR_DS_SORT_CONTROL_MISSING
- 
        #error_ds_source_auditing_not_enabled?
        
          Returns trueif this enum value equalsERROR_DS_SOURCE_AUDITING_NOT_ENABLED
- 
        #error_ds_source_domain_in_forest?
        
          Returns trueif this enum value equalsERROR_DS_SOURCE_DOMAIN_IN_FOREST
- 
        #error_ds_src_and_dst_nc_identical?
        
          Returns trueif this enum value equalsERROR_DS_SRC_AND_DST_NC_IDENTICAL
- 
        #error_ds_src_and_dst_object_class_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
- 
        #error_ds_src_dc_must_be_sp4_or_greater?
        
          Returns trueif this enum value equalsERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
- 
        #error_ds_src_guid_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_SRC_GUID_MISMATCH
- 
        #error_ds_src_name_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_SRC_NAME_MISMATCH
- 
        #error_ds_src_obj_not_group_or_user?
        
          Returns trueif this enum value equalsERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
- 
        #error_ds_src_sid_exists_in_forest?
        
          Returns trueif this enum value equalsERROR_DS_SRC_SID_EXISTS_IN_FOREST
- 
        #error_ds_string_sd_conversion_failed?
        
          Returns trueif this enum value equalsERROR_DS_STRING_SD_CONVERSION_FAILED
- 
        #error_ds_strong_auth_required?
        
          Returns trueif this enum value equalsERROR_DS_STRONG_AUTH_REQUIRED
- 
        #error_ds_sub_cls_test_fail?
        
          Returns trueif this enum value equalsERROR_DS_SUB_CLS_TEST_FAIL
- 
        #error_ds_subref_must_have_parent?
        
          Returns trueif this enum value equalsERROR_DS_SUBREF_MUST_HAVE_PARENT
- 
        #error_ds_subtree_notify_not_nc_head?
        
          Returns trueif this enum value equalsERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
- 
        #error_ds_syntax_mismatch?
        
          Returns trueif this enum value equalsERROR_DS_SYNTAX_MISMATCH
- 
        #error_ds_thread_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_THREAD_LIMIT_EXCEEDED
- 
        #error_ds_timelimit_exceeded?
        
          Returns trueif this enum value equalsERROR_DS_TIMELIMIT_EXCEEDED
- 
        #error_ds_tree_delete_not_finished?
        
          Returns trueif this enum value equalsERROR_DS_TREE_DELETE_NOT_FINISHED
- 
        #error_ds_unable_to_surrender_roles?
        
          Returns trueif this enum value equalsERROR_DS_UNABLE_TO_SURRENDER_ROLES
- 
        #error_ds_unavailable?
        
          Returns trueif this enum value equalsERROR_DS_UNAVAILABLE
- 
        #error_ds_unavailable_crit_extension?
        
          Returns trueif this enum value equalsERROR_DS_UNAVAILABLE_CRIT_EXTENSION
- 
        #error_ds_unicodepwd_not_in_quotes?
        
          Returns trueif this enum value equalsERROR_DS_UNICODEPWD_NOT_IN_QUOTES
- 
        #error_ds_universal_cant_have_local_member?
        
          Returns trueif this enum value equalsERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
- 
        #error_ds_unknown_error?
        
          Returns trueif this enum value equalsERROR_DS_UNKNOWN_ERROR
- 
        #error_ds_unknown_operation?
        
          Returns trueif this enum value equalsERROR_DS_UNKNOWN_OPERATION
- 
        #error_ds_unwilling_to_perform?
        
          Returns trueif this enum value equalsERROR_DS_UNWILLING_TO_PERFORM
- 
        #error_ds_user_buffer_to_small?
        
          Returns trueif this enum value equalsERROR_DS_USER_BUFFER_TO_SMALL
- 
        #error_ds_wko_container_cannot_be_special?
        
          Returns trueif this enum value equalsERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
- 
        #error_ds_wrong_linked_att_syntax?
        
          Returns trueif this enum value equalsERROR_DS_WRONG_LINKED_ATT_SYNTAX
- 
        #error_ds_wrong_om_obj_class?
        
          Returns trueif this enum value equalsERROR_DS_WRONG_OM_OBJ_CLASS
- 
        #error_dup_domainname?
        
          Returns trueif this enum value equalsERROR_DUP_DOMAINNAME
- 
        #error_dup_name?
        
          Returns trueif this enum value equalsERROR_DUP_NAME
- 
        #error_duplicate_service_name?
        
          Returns trueif this enum value equalsERROR_DUPLICATE_SERVICE_NAME
- 
        #error_duplicate_tag?
        
          Returns trueif this enum value equalsERROR_DUPLICATE_TAG
- 
        #error_dynlink_from_invalid_ring?
        
          Returns trueif this enum value equalsERROR_DYNLINK_FROM_INVALID_RING
- 
        #error_ea_access_denied?
        
          Returns trueif this enum value equalsERROR_EA_ACCESS_DENIED
- 
        #error_ea_file_corrupt?
        
          Returns trueif this enum value equalsERROR_EA_FILE_CORRUPT
- 
        #error_ea_list_inconsistent?
        
          Returns trueif this enum value equalsERROR_EA_LIST_INCONSISTENT
- 
        #error_ea_table_full?
        
          Returns trueif this enum value equalsERROR_EA_TABLE_FULL
- 
        #error_eas_didnt_fit?
        
          Returns trueif this enum value equalsERROR_EAS_DIDNT_FIT
- 
        #error_eas_not_supported?
        
          Returns trueif this enum value equalsERROR_EAS_NOT_SUPPORTED
- 
        #error_ec_circular_forwarding?
        
          Returns trueif this enum value equalsERROR_EC_CIRCULAR_FORWARDING
- 
        #error_ec_cred_not_found?
        
          Returns trueif this enum value equalsERROR_EC_CRED_NOT_FOUND
- 
        #error_ec_credstore_full?
        
          Returns trueif this enum value equalsERROR_EC_CREDSTORE_FULL
- 
        #error_ec_log_disabled?
        
          Returns trueif this enum value equalsERROR_EC_LOG_DISABLED
- 
        #error_ec_no_active_channel?
        
          Returns trueif this enum value equalsERROR_EC_NO_ACTIVE_CHANNEL
- 
        #error_ec_subscription_cannot_activate?
        
          Returns trueif this enum value equalsERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
- 
        #error_efs_alg_blob_too_big?
        
          Returns trueif this enum value equalsERROR_EFS_ALG_BLOB_TOO_BIG
- 
        #error_efs_disabled?
        
          Returns trueif this enum value equalsERROR_EFS_DISABLED
- 
        #error_efs_server_not_trusted?
        
          Returns trueif this enum value equalsERROR_EFS_SERVER_NOT_TRUSTED
- 
        #error_efs_version_not_support?
        
          Returns trueif this enum value equalsERROR_EFS_VERSION_NOT_SUPPORT
- 
        #error_empty?
        
          Returns trueif this enum value equalsERROR_EMPTY
- 
        #error_encryption_failed?
        
          Returns trueif this enum value equalsERROR_ENCRYPTION_FAILED
- 
        #error_end_of_media?
        
          Returns trueif this enum value equalsERROR_END_OF_MEDIA
- 
        #error_envvar_not_found?
        
          Returns trueif this enum value equalsERROR_ENVVAR_NOT_FOUND
- 
        #error_eom_overflow?
        
          Returns trueif this enum value equalsERROR_EOM_OVERFLOW
- 
        #error_eventlog_cant_start?
        
          Returns trueif this enum value equalsERROR_EVENTLOG_CANT_START
- 
        #error_eventlog_file_changed?
        
          Returns trueif this enum value equalsERROR_EVENTLOG_FILE_CHANGED
- 
        #error_eventlog_file_corrupt?
        
          Returns trueif this enum value equalsERROR_EVENTLOG_FILE_CORRUPT
- 
        #error_evt_cannot_open_channel_of_query?
        
          Returns trueif this enum value equalsERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
- 
        #error_evt_channel_cannot_activate?
        
          Returns trueif this enum value equalsERROR_EVT_CHANNEL_CANNOT_ACTIVATE
- 
        #error_evt_channel_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_CHANNEL_NOT_FOUND
- 
        #error_evt_configuration_error?
        
          Returns trueif this enum value equalsERROR_EVT_CONFIGURATION_ERROR
- 
        #error_evt_event_definition_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_EVENT_DEFINITION_NOT_FOUND
- 
        #error_evt_event_template_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
- 
        #error_evt_filter_alreadyscoped?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_ALREADYSCOPED
- 
        #error_evt_filter_invarg?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_INVARG
- 
        #error_evt_filter_invtest?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_INVTEST
- 
        #error_evt_filter_invtype?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_INVTYPE
- 
        #error_evt_filter_noteltset?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_NOTELTSET
- 
        #error_evt_filter_out_of_range?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_OUT_OF_RANGE
- 
        #error_evt_filter_parseerr?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_PARSEERR
- 
        #error_evt_filter_too_complex?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_TOO_COMPLEX
- 
        #error_evt_filter_unexpectedtoken?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_UNEXPECTEDTOKEN
- 
        #error_evt_filter_unsupportedop?
        
          Returns trueif this enum value equalsERROR_EVT_FILTER_UNSUPPORTEDOP
- 
        #error_evt_invalid_channel_path?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_CHANNEL_PATH
- 
        #error_evt_invalid_channel_property_value?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
- 
        #error_evt_invalid_event_data?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_EVENT_DATA
- 
        #error_evt_invalid_operation_over_enabled_direct_channel?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
- 
        #error_evt_invalid_publisher_name?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_PUBLISHER_NAME
- 
        #error_evt_invalid_publisher_property_value?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
- 
        #error_evt_invalid_query?
        
          Returns trueif this enum value equalsERROR_EVT_INVALID_QUERY
- 
        #error_evt_malformed_xml_text?
        
          Returns trueif this enum value equalsERROR_EVT_MALFORMED_XML_TEXT
- 
        #error_evt_max_inserts_reached?
        
          Returns trueif this enum value equalsERROR_EVT_MAX_INSERTS_REACHED
- 
        #error_evt_message_id_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_MESSAGE_ID_NOT_FOUND
- 
        #error_evt_message_locale_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
- 
        #error_evt_message_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_MESSAGE_NOT_FOUND
- 
        #error_evt_non_validating_msxml?
        
          Returns trueif this enum value equalsERROR_EVT_NON_VALIDATING_MSXML
- 
        #error_evt_publisher_disabled?
        
          Returns trueif this enum value equalsERROR_EVT_PUBLISHER_DISABLED
- 
        #error_evt_publisher_metadata_not_found?
        
          Returns trueif this enum value equalsERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
- 
        #error_evt_query_result_invalid_position?
        
          Returns trueif this enum value equalsERROR_EVT_QUERY_RESULT_INVALID_POSITION
- 
        #error_evt_query_result_stale?
        
          Returns trueif this enum value equalsERROR_EVT_QUERY_RESULT_STALE
- 
        #error_evt_subscription_to_direct_channel?
        
          Returns trueif this enum value equalsERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
- 
        #error_evt_unresolved_parameter_insert?
        
          Returns trueif this enum value equalsERROR_EVT_UNRESOLVED_PARAMETER_INSERT
- 
        #error_evt_unresolved_value_insert?
        
          Returns trueif this enum value equalsERROR_EVT_UNRESOLVED_VALUE_INSERT
- 
        #error_evt_version_too_new?
        
          Returns trueif this enum value equalsERROR_EVT_VERSION_TOO_NEW
- 
        #error_evt_version_too_old?
        
          Returns trueif this enum value equalsERROR_EVT_VERSION_TOO_OLD
- 
        #error_exception_in_service?
        
          Returns trueif this enum value equalsERROR_EXCEPTION_IN_SERVICE
- 
        #error_excl_sem_already_owned?
        
          Returns trueif this enum value equalsERROR_EXCL_SEM_ALREADY_OWNED
- 
        #error_exe_cannot_modify_signed_binary?
        
          Returns trueif this enum value equalsERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
- 
        #error_exe_cannot_modify_strong_signed_binary?
        
          Returns trueif this enum value equalsERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
- 
        #error_exe_machine_type_mismatch?
        
          Returns trueif this enum value equalsERROR_EXE_MACHINE_TYPE_MISMATCH
- 
        #error_exe_marked_invalid?
        
          Returns trueif this enum value equalsERROR_EXE_MARKED_INVALID
- 
        #error_extended_error?
        
          Returns trueif this enum value equalsERROR_EXTENDED_ERROR
- 
        #error_fail_i24?
        
          Returns trueif this enum value equalsERROR_FAIL_I24
- 
        #error_failed_service_controller_connect?
        
          Returns trueif this enum value equalsERROR_FAILED_SERVICE_CONTROLLER_CONNECT
- 
        #error_file_checked_out?
        
          Returns trueif this enum value equalsERROR_FILE_CHECKED_OUT
- 
        #error_file_corrupt?
        
          Returns trueif this enum value equalsERROR_FILE_CORRUPT
- 
        #error_file_encrypted?
        
          Returns trueif this enum value equalsERROR_FILE_ENCRYPTED
- 
        #error_file_exists?
        
          Returns trueif this enum value equalsERROR_FILE_EXISTS
- 
        #error_file_invalid?
        
          Returns trueif this enum value equalsERROR_FILE_INVALID
- 
        #error_file_not_encrypted?
        
          Returns trueif this enum value equalsERROR_FILE_NOT_ENCRYPTED
- 
        #error_file_not_found?
        
          Returns trueif this enum value equalsERROR_FILE_NOT_FOUND
- 
        #error_file_offline?
        
          Returns trueif this enum value equalsERROR_FILE_OFFLINE
- 
        #error_file_read_only?
        
          Returns trueif this enum value equalsERROR_FILE_READ_ONLY
- 
        #error_file_too_large?
        
          Returns trueif this enum value equalsERROR_FILE_TOO_LARGE
- 
        #error_filemark_detected?
        
          Returns trueif this enum value equalsERROR_FILEMARK_DETECTED
- 
        #error_filename_exced_range?
        
          Returns trueif this enum value equalsERROR_FILENAME_EXCED_RANGE
- 
        #error_floppy_bad_registers?
        
          Returns trueif this enum value equalsERROR_FLOPPY_BAD_REGISTERS
- 
        #error_floppy_id_mark_not_found?
        
          Returns trueif this enum value equalsERROR_FLOPPY_ID_MARK_NOT_FOUND
- 
        #error_floppy_unknown_error?
        
          Returns trueif this enum value equalsERROR_FLOPPY_UNKNOWN_ERROR
- 
        #error_floppy_wrong_cylinder?
        
          Returns trueif this enum value equalsERROR_FLOPPY_WRONG_CYLINDER
- 
        #error_forms_auth_required?
        
          Returns trueif this enum value equalsERROR_FORMS_AUTH_REQUIRED
- 
        #error_full_backup?
        
          Returns trueif this enum value equalsERROR_FULL_BACKUP
- 
        #error_fullscreen_mode?
        
          Returns trueif this enum value equalsERROR_FULLSCREEN_MODE
- 
        #error_function_failed?
        
          Returns trueif this enum value equalsERROR_FUNCTION_FAILED
- 
        #error_function_not_called?
        
          Returns trueif this enum value equalsERROR_FUNCTION_NOT_CALLED
- 
        #error_gen_failure?
        
          Returns trueif this enum value equalsERROR_GEN_FAILURE
- 
        #error_generic_command_failed?
        
          Returns trueif this enum value equalsERROR_GENERIC_COMMAND_FAILED
- 
        #error_generic_not_mapped?
        
          Returns trueif this enum value equalsERROR_GENERIC_NOT_MAPPED
- 
        #error_global_only_hook?
        
          Returns trueif this enum value equalsERROR_GLOBAL_ONLY_HOOK
- 
        #error_gpio_client_information_invalid?
        
          Returns trueif this enum value equalsERROR_GPIO_CLIENT_INFORMATION_INVALID
- 
        #error_gpio_incompatible_connect_mode?
        
          Returns trueif this enum value equalsERROR_GPIO_INCOMPATIBLE_CONNECT_MODE
- 
        #error_gpio_interrupt_already_unmasked?
        
          Returns trueif this enum value equalsERROR_GPIO_INTERRUPT_ALREADY_UNMASKED
- 
        #error_gpio_invalid_registration_packet?
        
          Returns trueif this enum value equalsERROR_GPIO_INVALID_REGISTRATION_PACKET
- 
        #error_gpio_operation_denied?
        
          Returns trueif this enum value equalsERROR_GPIO_OPERATION_DENIED
- 
        #error_gpio_version_not_supported?
        
          Returns trueif this enum value equalsERROR_GPIO_VERSION_NOT_SUPPORTED
- 
        #error_graceful_disconnect?
        
          Returns trueif this enum value equalsERROR_GRACEFUL_DISCONNECT
- 
        #error_group_exists?
        
          Returns trueif this enum value equalsERROR_GROUP_EXISTS
- 
        #error_group_not_available?
        
          Returns trueif this enum value equalsERROR_GROUP_NOT_AVAILABLE
- 
        #error_group_not_found?
        
          Returns trueif this enum value equalsERROR_GROUP_NOT_FOUND
- 
        #error_group_not_online?
        
          Returns trueif this enum value equalsERROR_GROUP_NOT_ONLINE
- 
        #error_handle_disk_full?
        
          Returns trueif this enum value equalsERROR_HANDLE_DISK_FULL
- 
        #error_handle_eof?
        
          Returns trueif this enum value equalsERROR_HANDLE_EOF
- 
        #error_hash_not_present?
        
          Returns trueif this enum value equalsERROR_HASH_NOT_PRESENT
- 
        #error_hash_not_supported?
        
          Returns trueif this enum value equalsERROR_HASH_NOT_SUPPORTED
- 
        #error_hook_needs_hmod?
        
          Returns trueif this enum value equalsERROR_HOOK_NEEDS_HMOD
- 
        #error_hook_not_installed?
        
          Returns trueif this enum value equalsERROR_HOOK_NOT_INSTALLED
- 
        #error_hook_type_not_allowed?
        
          Returns trueif this enum value equalsERROR_HOOK_TYPE_NOT_ALLOWED
- 
        #error_host_down?
        
          Returns trueif this enum value equalsERROR_HOST_DOWN
- 
        #error_host_node_not_available?
        
          Returns trueif this enum value equalsERROR_HOST_NODE_NOT_AVAILABLE
- 
        #error_host_node_not_group_owner?
        
          Returns trueif this enum value equalsERROR_HOST_NODE_NOT_GROUP_OWNER
- 
        #error_host_node_not_resource_owner?
        
          Returns trueif this enum value equalsERROR_HOST_NODE_NOT_RESOURCE_OWNER
- 
        #error_host_unreachable?
        
          Returns trueif this enum value equalsERROR_HOST_UNREACHABLE
- 
        #error_hotkey_already_registered?
        
          Returns trueif this enum value equalsERROR_HOTKEY_ALREADY_REGISTERED
- 
        #error_hotkey_not_registered?
        
          Returns trueif this enum value equalsERROR_HOTKEY_NOT_REGISTERED
- 
        #error_hwnds_have_diff_parent?
        
          Returns trueif this enum value equalsERROR_HWNDS_HAVE_DIFF_PARENT
- 
        #error_icm_not_enabled?
        
          Returns trueif this enum value equalsERROR_ICM_NOT_ENABLED
- 
        #error_ieport_full?
        
          Returns trueif this enum value equalsERROR_IEPORT_FULL
- 
        #error_ill_formed_password?
        
          Returns trueif this enum value equalsERROR_ILL_FORMED_PASSWORD
- 
        #error_illegal_element_address?
        
          Returns trueif this enum value equalsERROR_ILLEGAL_ELEMENT_ADDRESS
- 
        #error_inc_backup?
        
          Returns trueif this enum value equalsERROR_INC_BACKUP
- 
        #error_incorrect_address?
        
          Returns trueif this enum value equalsERROR_INCORRECT_ADDRESS
- 
        #error_incorrect_size?
        
          Returns trueif this enum value equalsERROR_INCORRECT_SIZE
- 
        #error_index_absent?
        
          Returns trueif this enum value equalsERROR_INDEX_ABSENT
- 
        #error_indigenous_type?
        
          Returns trueif this enum value equalsERROR_INDIGENOUS_TYPE
- 
        #error_infloop_in_reloc_chain?
        
          Returns trueif this enum value equalsERROR_INFLOOP_IN_RELOC_CHAIN
- 
        #error_install_already_running?
        
          Returns trueif this enum value equalsERROR_INSTALL_ALREADY_RUNNING
- 
        #error_install_cancel?
        
          Returns trueif this enum value equalsERROR_INSTALL_CANCEL
- 
        #error_install_deregistration_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_DEREGISTRATION_FAILURE
- 
        #error_install_failed?
        
          Returns trueif this enum value equalsERROR_INSTALL_FAILED
- 
        #error_install_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_FAILURE
- 
        #error_install_firewall_service_not_running?
        
          Returns trueif this enum value equalsERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
- 
        #error_install_invalid_package?
        
          Returns trueif this enum value equalsERROR_INSTALL_INVALID_PACKAGE
- 
        #error_install_language_unsupported?
        
          Returns trueif this enum value equalsERROR_INSTALL_LANGUAGE_UNSUPPORTED
- 
        #error_install_log_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_LOG_FAILURE
- 
        #error_install_network_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_NETWORK_FAILURE
- 
        #error_install_notused?
        
          Returns trueif this enum value equalsERROR_INSTALL_NOTUSED
- 
        #error_install_open_package_failed?
        
          Returns trueif this enum value equalsERROR_INSTALL_OPEN_PACKAGE_FAILED
- 
        #error_install_out_of_disk_space?
        
          Returns trueif this enum value equalsERROR_INSTALL_OUT_OF_DISK_SPACE
- 
        #error_install_package_downgrade?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_DOWNGRADE
- 
        #error_install_package_invalid?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_INVALID
- 
        #error_install_package_not_found?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_NOT_FOUND
- 
        #error_install_package_open_failed?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_OPEN_FAILED
- 
        #error_install_package_rejected?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_REJECTED
- 
        #error_install_package_version?
        
          Returns trueif this enum value equalsERROR_INSTALL_PACKAGE_VERSION
- 
        #error_install_platform_unsupported?
        
          Returns trueif this enum value equalsERROR_INSTALL_PLATFORM_UNSUPPORTED
- 
        #error_install_policy_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_POLICY_FAILURE
- 
        #error_install_prerequisite_failed?
        
          Returns trueif this enum value equalsERROR_INSTALL_PREREQUISITE_FAILED
- 
        #error_install_registration_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_REGISTRATION_FAILURE
- 
        #error_install_remote_disallowed?
        
          Returns trueif this enum value equalsERROR_INSTALL_REMOTE_DISALLOWED
- 
        #error_install_remote_prohibited?
        
          Returns trueif this enum value equalsERROR_INSTALL_REMOTE_PROHIBITED
- 
        #error_install_resolve_dependency_failed?
        
          Returns trueif this enum value equalsERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
- 
        #error_install_service_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_SERVICE_FAILURE
- 
        #error_install_source_absent?
        
          Returns trueif this enum value equalsERROR_INSTALL_SOURCE_ABSENT
- 
        #error_install_suspend?
        
          Returns trueif this enum value equalsERROR_INSTALL_SUSPEND
- 
        #error_install_temp_unwritable?
        
          Returns trueif this enum value equalsERROR_INSTALL_TEMP_UNWRITABLE
- 
        #error_install_transform_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_TRANSFORM_FAILURE
- 
        #error_install_transform_rejected?
        
          Returns trueif this enum value equalsERROR_INSTALL_TRANSFORM_REJECTED
- 
        #error_install_ui_failure?
        
          Returns trueif this enum value equalsERROR_INSTALL_UI_FAILURE
- 
        #error_install_userexit?
        
          Returns trueif this enum value equalsERROR_INSTALL_USEREXIT
- 
        #error_insufficient_buffer?
        
          Returns trueif this enum value equalsERROR_INSUFFICIENT_BUFFER
- 
        #error_internal_db_corruption?
        
          Returns trueif this enum value equalsERROR_INTERNAL_DB_CORRUPTION
- 
        #error_internal_db_error?
        
          Returns trueif this enum value equalsERROR_INTERNAL_DB_ERROR
- 
        #error_internal_error?
        
          Returns trueif this enum value equalsERROR_INTERNAL_ERROR
- 
        #error_invalid_accel_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_ACCEL_HANDLE
- 
        #error_invalid_access?
        
          Returns trueif this enum value equalsERROR_INVALID_ACCESS
- 
        #error_invalid_account_name?
        
          Returns trueif this enum value equalsERROR_INVALID_ACCOUNT_NAME
- 
        #error_invalid_acl?
        
          Returns trueif this enum value equalsERROR_INVALID_ACL
- 
        #error_invalid_address?
        
          Returns trueif this enum value equalsERROR_INVALID_ADDRESS
- 
        #error_invalid_at_interrupt_time?
        
          Returns trueif this enum value equalsERROR_INVALID_AT_INTERRUPT_TIME
- 
        #error_invalid_block?
        
          Returns trueif this enum value equalsERROR_INVALID_BLOCK
- 
        #error_invalid_block_length?
        
          Returns trueif this enum value equalsERROR_INVALID_BLOCK_LENGTH
- 
        #error_invalid_category?
        
          Returns trueif this enum value equalsERROR_INVALID_CATEGORY
- 
        #error_invalid_cleaner?
        
          Returns trueif this enum value equalsERROR_INVALID_CLEANER
- 
        #error_invalid_cmm?
        
          Returns trueif this enum value equalsERROR_INVALID_CMM
- 
        #error_invalid_colorindex?
        
          Returns trueif this enum value equalsERROR_INVALID_COLORINDEX
- 
        #error_invalid_colorspace?
        
          Returns trueif this enum value equalsERROR_INVALID_COLORSPACE
- 
        #error_invalid_combobox_message?
        
          Returns trueif this enum value equalsERROR_INVALID_COMBOBOX_MESSAGE
- 
        #error_invalid_command_line?
        
          Returns trueif this enum value equalsERROR_INVALID_COMMAND_LINE
- 
        #error_invalid_computername?
        
          Returns trueif this enum value equalsERROR_INVALID_COMPUTERNAME
- 
        #error_invalid_cursor_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_CURSOR_HANDLE
- 
        #error_invalid_data?
        
          Returns trueif this enum value equalsERROR_INVALID_DATA
- 
        #error_invalid_datatype?
        
          Returns trueif this enum value equalsERROR_INVALID_DATATYPE
- 
        #error_invalid_dll?
        
          Returns trueif this enum value equalsERROR_INVALID_DLL
- 
        #error_invalid_domain_role?
        
          Returns trueif this enum value equalsERROR_INVALID_DOMAIN_ROLE
- 
        #error_invalid_domain_state?
        
          Returns trueif this enum value equalsERROR_INVALID_DOMAIN_STATE
- 
        #error_invalid_domainname?
        
          Returns trueif this enum value equalsERROR_INVALID_DOMAINNAME
- 
        #error_invalid_drive?
        
          Returns trueif this enum value equalsERROR_INVALID_DRIVE
- 
        #error_invalid_drive_object?
        
          Returns trueif this enum value equalsERROR_INVALID_DRIVE_OBJECT
- 
        #error_invalid_dwp_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_DWP_HANDLE
- 
        #error_invalid_ea_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_EA_HANDLE
- 
        #error_invalid_ea_name?
        
          Returns trueif this enum value equalsERROR_INVALID_EA_NAME
- 
        #error_invalid_edit_height?
        
          Returns trueif this enum value equalsERROR_INVALID_EDIT_HEIGHT
- 
        #error_invalid_environment?
        
          Returns trueif this enum value equalsERROR_INVALID_ENVIRONMENT
- 
        #error_invalid_event_count?
        
          Returns trueif this enum value equalsERROR_INVALID_EVENT_COUNT
- 
        #error_invalid_eventname?
        
          Returns trueif this enum value equalsERROR_INVALID_EVENTNAME
- 
        #error_invalid_exe_signature?
        
          Returns trueif this enum value equalsERROR_INVALID_EXE_SIGNATURE
- 
        #error_invalid_field?
        
          Returns trueif this enum value equalsERROR_INVALID_FIELD
- 
        #error_invalid_filter_proc?
        
          Returns trueif this enum value equalsERROR_INVALID_FILTER_PROC
- 
        #error_invalid_flag_number?
        
          Returns trueif this enum value equalsERROR_INVALID_FLAG_NUMBER
- 
        #error_invalid_flags?
        
          Returns trueif this enum value equalsERROR_INVALID_FLAGS
- 
        #error_invalid_form_name?
        
          Returns trueif this enum value equalsERROR_INVALID_FORM_NAME
- 
        #error_invalid_form_size?
        
          Returns trueif this enum value equalsERROR_INVALID_FORM_SIZE
- 
        #error_invalid_function?
        
          Returns trueif this enum value equalsERROR_INVALID_FUNCTION
- 
        #error_invalid_group_attributes?
        
          Returns trueif this enum value equalsERROR_INVALID_GROUP_ATTRIBUTES
- 
        #error_invalid_groupname?
        
          Returns trueif this enum value equalsERROR_INVALID_GROUPNAME
- 
        #error_invalid_gw_command?
        
          Returns trueif this enum value equalsERROR_INVALID_GW_COMMAND
- 
        #error_invalid_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_HANDLE
- 
        #error_invalid_handle_state?
        
          Returns trueif this enum value equalsERROR_INVALID_HANDLE_STATE
- 
        #error_invalid_hook_filter?
        
          Returns trueif this enum value equalsERROR_INVALID_HOOK_FILTER
- 
        #error_invalid_hook_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_HOOK_HANDLE
- 
        #error_invalid_icon_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_ICON_HANDLE
- 
        #error_invalid_id_authority?
        
          Returns trueif this enum value equalsERROR_INVALID_ID_AUTHORITY
- 
        #error_invalid_import_of_non_dll?
        
          Returns trueif this enum value equalsERROR_INVALID_IMPORT_OF_NON_DLL
- 
        #error_invalid_index?
        
          Returns trueif this enum value equalsERROR_INVALID_INDEX
- 
        #error_invalid_keyboard_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_KEYBOARD_HANDLE
- 
        #error_invalid_lb_message?
        
          Returns trueif this enum value equalsERROR_INVALID_LB_MESSAGE
- 
        #error_invalid_level?
        
          Returns trueif this enum value equalsERROR_INVALID_LEVEL
- 
        #error_invalid_library?
        
          Returns trueif this enum value equalsERROR_INVALID_LIBRARY
- 
        #error_invalid_list_format?
        
          Returns trueif this enum value equalsERROR_INVALID_LIST_FORMAT
- 
        #error_invalid_logon_hours?
        
          Returns trueif this enum value equalsERROR_INVALID_LOGON_HOURS
- 
        #error_invalid_logon_type?
        
          Returns trueif this enum value equalsERROR_INVALID_LOGON_TYPE
- 
        #error_invalid_media?
        
          Returns trueif this enum value equalsERROR_INVALID_MEDIA
- 
        #error_invalid_media_pool?
        
          Returns trueif this enum value equalsERROR_INVALID_MEDIA_POOL
- 
        #error_invalid_member?
        
          Returns trueif this enum value equalsERROR_INVALID_MEMBER
- 
        #error_invalid_menu_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_MENU_HANDLE
- 
        #error_invalid_message?
        
          Returns trueif this enum value equalsERROR_INVALID_MESSAGE
- 
        #error_invalid_messagedest?
        
          Returns trueif this enum value equalsERROR_INVALID_MESSAGEDEST
- 
        #error_invalid_messagename?
        
          Returns trueif this enum value equalsERROR_INVALID_MESSAGENAME
- 
        #error_invalid_minallocsize?
        
          Returns trueif this enum value equalsERROR_INVALID_MINALLOCSIZE
- 
        #error_invalid_moduletype?
        
          Returns trueif this enum value equalsERROR_INVALID_MODULETYPE
- 
        #error_invalid_monitor_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_MONITOR_HANDLE
- 
        #error_invalid_msgbox_style?
        
          Returns trueif this enum value equalsERROR_INVALID_MSGBOX_STYLE
- 
        #error_invalid_name?
        
          Returns trueif this enum value equalsERROR_INVALID_NAME
- 
        #error_invalid_netname?
        
          Returns trueif this enum value equalsERROR_INVALID_NETNAME
- 
        #error_invalid_operation?
        
          Returns trueif this enum value equalsERROR_INVALID_OPERATION
- 
        #error_invalid_operation_on_quorum?
        
          Returns trueif this enum value equalsERROR_INVALID_OPERATION_ON_QUORUM
- 
        #error_invalid_oplock_protocol?
        
          Returns trueif this enum value equalsERROR_INVALID_OPLOCK_PROTOCOL
- 
        #error_invalid_ordinal?
        
          Returns trueif this enum value equalsERROR_INVALID_ORDINAL
- 
        #error_invalid_owner?
        
          Returns trueif this enum value equalsERROR_INVALID_OWNER
- 
        #error_invalid_parameter?
        
          Returns trueif this enum value equalsERROR_INVALID_PARAMETER
- 
        #error_invalid_password?
        
          Returns trueif this enum value equalsERROR_INVALID_PASSWORD
- 
        #error_invalid_passwordname?
        
          Returns trueif this enum value equalsERROR_INVALID_PASSWORDNAME
- 
        #error_invalid_pixel_format?
        
          Returns trueif this enum value equalsERROR_INVALID_PIXEL_FORMAT
- 
        #error_invalid_primary_group?
        
          Returns trueif this enum value equalsERROR_INVALID_PRIMARY_GROUP
- 
        #error_invalid_print_monitor?
        
          Returns trueif this enum value equalsERROR_INVALID_PRINT_MONITOR
- 
        #error_invalid_printer_command?
        
          Returns trueif this enum value equalsERROR_INVALID_PRINTER_COMMAND
- 
        #error_invalid_printer_name?
        
          Returns trueif this enum value equalsERROR_INVALID_PRINTER_NAME
- 
        #error_invalid_printer_state?
        
          Returns trueif this enum value equalsERROR_INVALID_PRINTER_STATE
- 
        #error_invalid_priority?
        
          Returns trueif this enum value equalsERROR_INVALID_PRIORITY
- 
        #error_invalid_profile?
        
          Returns trueif this enum value equalsERROR_INVALID_PROFILE
- 
        #error_invalid_reparse_data?
        
          Returns trueif this enum value equalsERROR_INVALID_REPARSE_DATA
- 
        #error_invalid_runlevel_setting?
        
          Returns trueif this enum value equalsERROR_INVALID_RUNLEVEL_SETTING
- 
        #error_invalid_scrollbar_range?
        
          Returns trueif this enum value equalsERROR_INVALID_SCROLLBAR_RANGE
- 
        #error_invalid_security_descr?
        
          Returns trueif this enum value equalsERROR_INVALID_SECURITY_DESCR
- 
        #error_invalid_segdpl?
        
          Returns trueif this enum value equalsERROR_INVALID_SEGDPL
- 
        #error_invalid_segment_number?
        
          Returns trueif this enum value equalsERROR_INVALID_SEGMENT_NUMBER
- 
        #error_invalid_separator_file?
        
          Returns trueif this enum value equalsERROR_INVALID_SEPARATOR_FILE
- 
        #error_invalid_server_state?
        
          Returns trueif this enum value equalsERROR_INVALID_SERVER_STATE
- 
        #error_invalid_service_account?
        
          Returns trueif this enum value equalsERROR_INVALID_SERVICE_ACCOUNT
- 
        #error_invalid_service_control?
        
          Returns trueif this enum value equalsERROR_INVALID_SERVICE_CONTROL
- 
        #error_invalid_service_lock?
        
          Returns trueif this enum value equalsERROR_INVALID_SERVICE_LOCK
- 
        #error_invalid_servicename?
        
          Returns trueif this enum value equalsERROR_INVALID_SERVICENAME
- 
        #error_invalid_sharename?
        
          Returns trueif this enum value equalsERROR_INVALID_SHARENAME
- 
        #error_invalid_showwin_command?
        
          Returns trueif this enum value equalsERROR_INVALID_SHOWWIN_COMMAND
- 
        #error_invalid_sid?
        
          Returns trueif this enum value equalsERROR_INVALID_SID
- 
        #error_invalid_signal_number?
        
          Returns trueif this enum value equalsERROR_INVALID_SIGNAL_NUMBER
- 
        #error_invalid_spi_value?
        
          Returns trueif this enum value equalsERROR_INVALID_SPI_VALUE
- 
        #error_invalid_stackseg?
        
          Returns trueif this enum value equalsERROR_INVALID_STACKSEG
- 
        #error_invalid_staged_signature?
        
          Returns trueif this enum value equalsERROR_INVALID_STAGED_SIGNATURE
- 
        #error_invalid_starting_codeseg?
        
          Returns trueif this enum value equalsERROR_INVALID_STARTING_CODESEG
- 
        #error_invalid_state?
        
          Returns trueif this enum value equalsERROR_INVALID_STATE
- 
        #error_invalid_sub_authority?
        
          Returns trueif this enum value equalsERROR_INVALID_SUB_AUTHORITY
- 
        #error_invalid_table?
        
          Returns trueif this enum value equalsERROR_INVALID_TABLE
- 
        #error_invalid_target_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_TARGET_HANDLE
- 
        #error_invalid_thread_id?
        
          Returns trueif this enum value equalsERROR_INVALID_THREAD_ID
- 
        #error_invalid_time?
        
          Returns trueif this enum value equalsERROR_INVALID_TIME
- 
        #error_invalid_transform?
        
          Returns trueif this enum value equalsERROR_INVALID_TRANSFORM
- 
        #error_invalid_user_buffer?
        
          Returns trueif this enum value equalsERROR_INVALID_USER_BUFFER
- 
        #error_invalid_verify_switch?
        
          Returns trueif this enum value equalsERROR_INVALID_VERIFY_SWITCH
- 
        #error_invalid_window_handle?
        
          Returns trueif this enum value equalsERROR_INVALID_WINDOW_HANDLE
- 
        #error_invalid_window_style?
        
          Returns trueif this enum value equalsERROR_INVALID_WINDOW_STYLE
- 
        #error_invalid_workstation?
        
          Returns trueif this enum value equalsERROR_INVALID_WORKSTATION
- 
        #error_io_device?
        
          Returns trueif this enum value equalsERROR_IO_DEVICE
- 
        #error_io_incomplete?
        
          Returns trueif this enum value equalsERROR_IO_INCOMPLETE
- 
        #error_io_pending?
        
          Returns trueif this enum value equalsERROR_IO_PENDING
- 
        #error_iopl_not_enabled?
        
          Returns trueif this enum value equalsERROR_IOPL_NOT_ENABLED
- 
        #error_ipsec_auth_firewall_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_AUTH_FIREWALL_DROP
- 
        #error_ipsec_bad_spi?
        
          Returns trueif this enum value equalsERROR_IPSEC_BAD_SPI
- 
        #error_ipsec_clear_text_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_CLEAR_TEXT_DROP
- 
        #error_ipsec_default_mm_auth_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
- 
        #error_ipsec_default_mm_policy_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
- 
        #error_ipsec_default_qm_policy_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
- 
        #error_ipsec_dosp_block?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_BLOCK
- 
        #error_ipsec_dosp_invalid_packet?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_INVALID_PACKET
- 
        #error_ipsec_dosp_keymod_not_allowed?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED
- 
        #error_ipsec_dosp_max_entries?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_MAX_ENTRIES
- 
        #error_ipsec_dosp_max_per_ip_ratelimit_queues?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
- 
        #error_ipsec_dosp_not_installed?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_NOT_INSTALLED
- 
        #error_ipsec_dosp_received_multicast?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_RECEIVED_MULTICAST
- 
        #error_ipsec_dosp_state_lookup_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED
- 
        #error_ipsec_ike_add_update_key_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
- 
        #error_ipsec_ike_attrib_fail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_ATTRIB_FAIL
- 
        #error_ipsec_ike_auth_fail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_AUTH_FAIL
- 
        #error_ipsec_ike_authorization_failure?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_AUTHORIZATION_FAILURE
- 
        #error_ipsec_ike_authorization_failure_with_optional_retry?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY
- 
        #error_ipsec_ike_benign_reinit?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_BENIGN_REINIT
- 
        #error_ipsec_ike_cert_chain_policy_mismatch?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
- 
        #error_ipsec_ike_cga_auth_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_CGA_AUTH_FAILED
- 
        #error_ipsec_ike_coexistence_suppress?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS
- 
        #error_ipsec_ike_crl_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_CRL_FAILED
- 
        #error_ipsec_ike_decrypt?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_DECRYPT
- 
        #error_ipsec_ike_dh_fail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_DH_FAIL
- 
        #error_ipsec_ike_dh_failure?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_DH_FAILURE
- 
        #error_ipsec_ike_dos_cookie_sent?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_DOS_COOKIE_SENT
- 
        #error_ipsec_ike_drop_no_response?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_DROP_NO_RESPONSE
- 
        #error_ipsec_ike_encrypt?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_ENCRYPT
- 
        #error_ipsec_ike_error?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_ERROR
- 
        #error_ipsec_ike_failqueryssp?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_FAILQUERYSSP
- 
        #error_ipsec_ike_failsspinit?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_FAILSSPINIT
- 
        #error_ipsec_ike_general_processing_error?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
- 
        #error_ipsec_ike_getspifail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_GETSPIFAIL
- 
        #error_ipsec_ike_inner_ip_assignment_failure?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE
- 
        #error_ipsec_ike_invalid_auth_alg?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_AUTH_ALG
- 
        #error_ipsec_ike_invalid_auth_payload?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD
- 
        #error_ipsec_ike_invalid_cert_keylen?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
- 
        #error_ipsec_ike_invalid_cert_type?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_CERT_TYPE
- 
        #error_ipsec_ike_invalid_cookie?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_COOKIE
- 
        #error_ipsec_ike_invalid_encrypt_alg?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
- 
        #error_ipsec_ike_invalid_filter?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_FILTER
- 
        #error_ipsec_ike_invalid_group?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_GROUP
- 
        #error_ipsec_ike_invalid_hash?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_HASH
- 
        #error_ipsec_ike_invalid_hash_alg?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_HASH_ALG
- 
        #error_ipsec_ike_invalid_hash_size?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_HASH_SIZE
- 
        #error_ipsec_ike_invalid_header?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_HEADER
- 
        #error_ipsec_ike_invalid_key_usage?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_KEY_USAGE
- 
        #error_ipsec_ike_invalid_mm_for_qm?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_MM_FOR_QM
- 
        #error_ipsec_ike_invalid_payload?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_PAYLOAD
- 
        #error_ipsec_ike_invalid_policy?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_POLICY
- 
        #error_ipsec_ike_invalid_responder_lifetime_notify?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
- 
        #error_ipsec_ike_invalid_sig?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_SIG
- 
        #error_ipsec_ike_invalid_signature?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_SIGNATURE
- 
        #error_ipsec_ike_invalid_situation?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_INVALID_SITUATION
- 
        #error_ipsec_ike_kerberos_error?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_KERBEROS_ERROR
- 
        #error_ipsec_ike_kill_dummy_nap_tunnel?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL
- 
        #error_ipsec_ike_load_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_LOAD_FAILED
- 
        #error_ipsec_ike_load_soft_sa?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_LOAD_SOFT_SA
- 
        #error_ipsec_ike_mm_acquire_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_MM_ACQUIRE_DROP
- 
        #error_ipsec_ike_mm_delay_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_MM_DELAY_DROP
- 
        #error_ipsec_ike_mm_expired?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_MM_EXPIRED
- 
        #error_ipsec_ike_mm_limit?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_MM_LIMIT
- 
        #error_ipsec_ike_neg_status_begin?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NEG_STATUS_BEGIN
- 
        #error_ipsec_ike_neg_status_end?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NEG_STATUS_END
- 
        #error_ipsec_ike_neg_status_extended_end?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
- 
        #error_ipsec_ike_negotiation_disabled?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NEGOTIATION_DISABLED
- 
        #error_ipsec_ike_negotiation_pending?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NEGOTIATION_PENDING
- 
        #error_ipsec_ike_no_cert?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_CERT
- 
        #error_ipsec_ike_no_mm_policy?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_MM_POLICY
- 
        #error_ipsec_ike_no_peer_cert?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_PEER_CERT
- 
        #error_ipsec_ike_no_policy?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_POLICY
- 
        #error_ipsec_ike_no_private_key?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_PRIVATE_KEY
- 
        #error_ipsec_ike_no_public_key?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NO_PUBLIC_KEY
- 
        #error_ipsec_ike_notcbpriv?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_NOTCBPRIV
- 
        #error_ipsec_ike_out_of_memory?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_OUT_OF_MEMORY
- 
        #error_ipsec_ike_peer_crl_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PEER_CRL_FAILED
- 
        #error_ipsec_ike_peer_doesnt_support_mobike?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE
- 
        #error_ipsec_ike_peer_mm_assumed_invalid?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
- 
        #error_ipsec_ike_policy_change?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_POLICY_CHANGE
- 
        #error_ipsec_ike_policy_match?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_POLICY_MATCH
- 
        #error_ipsec_ike_process_err?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR
- 
        #error_ipsec_ike_process_err_cert?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_CERT
- 
        #error_ipsec_ike_process_err_cert_req?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
- 
        #error_ipsec_ike_process_err_delete?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_DELETE
- 
        #error_ipsec_ike_process_err_hash?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_HASH
- 
        #error_ipsec_ike_process_err_id?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_ID
- 
        #error_ipsec_ike_process_err_ke?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_KE
- 
        #error_ipsec_ike_process_err_natoa?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_NATOA
- 
        #error_ipsec_ike_process_err_nonce?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_NONCE
- 
        #error_ipsec_ike_process_err_notify?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
- 
        #error_ipsec_ike_process_err_prop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_PROP
- 
        #error_ipsec_ike_process_err_sa?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_SA
- 
        #error_ipsec_ike_process_err_sig?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_SIG
- 
        #error_ipsec_ike_process_err_trans?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_TRANS
- 
        #error_ipsec_ike_process_err_vendor?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
- 
        #error_ipsec_ike_qm_acquire_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QM_ACQUIRE_DROP
- 
        #error_ipsec_ike_qm_delay_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QM_DELAY_DROP
- 
        #error_ipsec_ike_qm_expired?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QM_EXPIRED
- 
        #error_ipsec_ike_qm_limit?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QM_LIMIT
- 
        #error_ipsec_ike_queue_drop_mm?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QUEUE_DROP_MM
- 
        #error_ipsec_ike_queue_drop_no_mm?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
- 
        #error_ipsec_ike_ratelimit_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_RATELIMIT_DROP
- 
        #error_ipsec_ike_require_cp_payload_missing?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING
- 
        #error_ipsec_ike_rpc_delete?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_RPC_DELETE
- 
        #error_ipsec_ike_sa_deleted?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SA_DELETED
- 
        #error_ipsec_ike_sa_reaped?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SA_REAPED
- 
        #error_ipsec_ike_secloadfail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SECLOADFAIL
- 
        #error_ipsec_ike_shutting_down?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SHUTTING_DOWN
- 
        #error_ipsec_ike_soft_sa_torn_down?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
- 
        #error_ipsec_ike_srvacqfail?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SRVACQFAIL
- 
        #error_ipsec_ike_srvquerycred?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_SRVQUERYCRED
- 
        #error_ipsec_ike_strong_cred_authorization_and_certmap_failure?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE
- 
        #error_ipsec_ike_strong_cred_authorization_failure?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE
- 
        #error_ipsec_ike_timed_out?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_TIMED_OUT
- 
        #error_ipsec_ike_too_many_filters?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_TOO_MANY_FILTERS
- 
        #error_ipsec_ike_unexpected_message_id?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
- 
        #error_ipsec_ike_unknown_doi?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_UNKNOWN_DOI
- 
        #error_ipsec_ike_unsupported_id?
        
          Returns trueif this enum value equalsERROR_IPSEC_IKE_UNSUPPORTED_ID
- 
        #error_ipsec_integrity_check_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_INTEGRITY_CHECK_FAILED
- 
        #error_ipsec_invalid_packet?
        
          Returns trueif this enum value equalsERROR_IPSEC_INVALID_PACKET
- 
        #error_ipsec_key_module_impersonation_negotiation_pending?
        
          Returns trueif this enum value equalsERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING
- 
        #error_ipsec_mm_auth_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_AUTH_EXISTS
- 
        #error_ipsec_mm_auth_in_use?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_AUTH_IN_USE
- 
        #error_ipsec_mm_auth_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_AUTH_NOT_FOUND
- 
        #error_ipsec_mm_auth_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_AUTH_PENDING_DELETION
- 
        #error_ipsec_mm_filter_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_FILTER_EXISTS
- 
        #error_ipsec_mm_filter_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_FILTER_NOT_FOUND
- 
        #error_ipsec_mm_filter_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_FILTER_PENDING_DELETION
- 
        #error_ipsec_mm_policy_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_POLICY_EXISTS
- 
        #error_ipsec_mm_policy_in_use?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_POLICY_IN_USE
- 
        #error_ipsec_mm_policy_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_POLICY_NOT_FOUND
- 
        #error_ipsec_mm_policy_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_MM_POLICY_PENDING_DELETION
- 
        #error_ipsec_qm_policy_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_QM_POLICY_EXISTS
- 
        #error_ipsec_qm_policy_in_use?
        
          Returns trueif this enum value equalsERROR_IPSEC_QM_POLICY_IN_USE
- 
        #error_ipsec_qm_policy_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_QM_POLICY_NOT_FOUND
- 
        #error_ipsec_qm_policy_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_QM_POLICY_PENDING_DELETION
- 
        #error_ipsec_replay_check_failed?
        
          Returns trueif this enum value equalsERROR_IPSEC_REPLAY_CHECK_FAILED
- 
        #error_ipsec_sa_lifetime_expired?
        
          Returns trueif this enum value equalsERROR_IPSEC_SA_LIFETIME_EXPIRED
- 
        #error_ipsec_throttle_drop?
        
          Returns trueif this enum value equalsERROR_IPSEC_THROTTLE_DROP
- 
        #error_ipsec_transport_filter_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_TRANSPORT_FILTER_EXISTS
- 
        #error_ipsec_transport_filter_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
- 
        #error_ipsec_transport_filter_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
- 
        #error_ipsec_tunnel_filter_exists?
        
          Returns trueif this enum value equalsERROR_IPSEC_TUNNEL_FILTER_EXISTS
- 
        #error_ipsec_tunnel_filter_not_found?
        
          Returns trueif this enum value equalsERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
- 
        #error_ipsec_tunnel_filter_pending_deletion?
        
          Returns trueif this enum value equalsERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
- 
        #error_ipsec_wrong_sa?
        
          Returns trueif this enum value equalsERROR_IPSEC_WRONG_SA
- 
        #error_irq_busy?
        
          Returns trueif this enum value equalsERROR_IRQ_BUSY
- 
        #error_is_join_path?
        
          Returns trueif this enum value equalsERROR_IS_JOIN_PATH
- 
        #error_is_join_target?
        
          Returns trueif this enum value equalsERROR_IS_JOIN_TARGET
- 
        #error_is_joined?
        
          Returns trueif this enum value equalsERROR_IS_JOINED
- 
        #error_is_subst_path?
        
          Returns trueif this enum value equalsERROR_IS_SUBST_PATH
- 
        #error_is_subst_target?
        
          Returns trueif this enum value equalsERROR_IS_SUBST_TARGET
- 
        #error_is_substed?
        
          Returns trueif this enum value equalsERROR_IS_SUBSTED
- 
        #error_iterated_data_exceeds_64k?
        
          Returns trueif this enum value equalsERROR_ITERATED_DATA_EXCEEDS_64k
- 
        #error_join_to_join?
        
          Returns trueif this enum value equalsERROR_JOIN_TO_JOIN
- 
        #error_join_to_subst?
        
          Returns trueif this enum value equalsERROR_JOIN_TO_SUBST
- 
        #error_journal_delete_in_progress?
        
          Returns trueif this enum value equalsERROR_JOURNAL_DELETE_IN_PROGRESS
- 
        #error_journal_entry_deleted?
        
          Returns trueif this enum value equalsERROR_JOURNAL_ENTRY_DELETED
- 
        #error_journal_hook_set?
        
          Returns trueif this enum value equalsERROR_JOURNAL_HOOK_SET
- 
        #error_journal_not_active?
        
          Returns trueif this enum value equalsERROR_JOURNAL_NOT_ACTIVE
- 
        #error_kernel_apc?
        
          Returns trueif this enum value equalsERROR_KERNEL_APC
- 
        #error_key_deleted?
        
          Returns trueif this enum value equalsERROR_KEY_DELETED
- 
        #error_key_has_children?
        
          Returns trueif this enum value equalsERROR_KEY_HAS_CHILDREN
- 
        #error_km_driver_blocked?
        
          Returns trueif this enum value equalsERROR_KM_DRIVER_BLOCKED
- 
        #error_label_too_long?
        
          Returns trueif this enum value equalsERROR_LABEL_TOO_LONG
- 
        #error_last_admin?
        
          Returns trueif this enum value equalsERROR_LAST_ADMIN
- 
        #error_lb_without_tabstops?
        
          Returns trueif this enum value equalsERROR_LB_WITHOUT_TABSTOPS
- 
        #error_library_full?
        
          Returns trueif this enum value equalsERROR_LIBRARY_FULL
- 
        #error_library_offline?
        
          Returns trueif this enum value equalsERROR_LIBRARY_OFFLINE
- 
        #error_license_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_LICENSE_QUOTA_EXCEEDED
- 
        #error_listbox_id_not_found?
        
          Returns trueif this enum value equalsERROR_LISTBOX_ID_NOT_FOUND
- 
        #error_lm_cross_encryption_required?
        
          Returns trueif this enum value equalsERROR_LM_CROSS_ENCRYPTION_REQUIRED
- 
        #error_local_user_session_key?
        
          Returns trueif this enum value equalsERROR_LOCAL_USER_SESSION_KEY
- 
        #error_lock_failed?
        
          Returns trueif this enum value equalsERROR_LOCK_FAILED
- 
        #error_lock_violation?
        
          Returns trueif this enum value equalsERROR_LOCK_VIOLATION
- 
        #error_locked?
        
          Returns trueif this enum value equalsERROR_LOCKED
- 
        #error_log_file_full?
        
          Returns trueif this enum value equalsERROR_LOG_FILE_FULL
- 
        #error_login_time_restriction?
        
          Returns trueif this enum value equalsERROR_LOGIN_TIME_RESTRICTION
- 
        #error_login_wksta_restriction?
        
          Returns trueif this enum value equalsERROR_LOGIN_WKSTA_RESTRICTION
- 
        #error_logon_failure?
        
          Returns trueif this enum value equalsERROR_LOGON_FAILURE
- 
        #error_logon_not_granted?
        
          Returns trueif this enum value equalsERROR_LOGON_NOT_GRANTED
- 
        #error_logon_session_collision?
        
          Returns trueif this enum value equalsERROR_LOGON_SESSION_COLLISION
- 
        #error_logon_session_exists?
        
          Returns trueif this enum value equalsERROR_LOGON_SESSION_EXISTS
- 
        #error_logon_type_not_granted?
        
          Returns trueif this enum value equalsERROR_LOGON_TYPE_NOT_GRANTED
- 
        #error_luids_exhausted?
        
          Returns trueif this enum value equalsERROR_LUIDS_EXHAUSTED
- 
        #error_machine_locked?
        
          Returns trueif this enum value equalsERROR_MACHINE_LOCKED
- 
        #error_magazine_not_present?
        
          Returns trueif this enum value equalsERROR_MAGAZINE_NOT_PRESENT
- 
        #error_malformed_substitution_string?
        
          Returns trueif this enum value equalsERROR_MALFORMED_SUBSTITUTION_STRING
- 
        #error_mapped_alignment?
        
          Returns trueif this enum value equalsERROR_MAPPED_ALIGNMENT
- 
        #error_max_thrds_reached?
        
          Returns trueif this enum value equalsERROR_MAX_THRDS_REACHED
- 
        #error_mca_internal_error?
        
          Returns trueif this enum value equalsERROR_MCA_INTERNAL_ERROR
- 
        #error_mca_invalid_capabilities_string?
        
          Returns trueif this enum value equalsERROR_MCA_INVALID_CAPABILITIES_STRING
- 
        #error_mca_invalid_technology_type_returned?
        
          Returns trueif this enum value equalsERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
- 
        #error_mca_invalid_vcp_version?
        
          Returns trueif this enum value equalsERROR_MCA_INVALID_VCP_VERSION
- 
        #error_mca_mccs_version_mismatch?
        
          Returns trueif this enum value equalsERROR_MCA_MCCS_VERSION_MISMATCH
- 
        #error_mca_monitor_violates_mccs_specification?
        
          Returns trueif this enum value equalsERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
- 
        #error_mca_unsupported_color_temperature?
        
          Returns trueif this enum value equalsERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
- 
        #error_mca_unsupported_mccs_version?
        
          Returns trueif this enum value equalsERROR_MCA_UNSUPPORTED_MCCS_VERSION
- 
        #error_media_changed?
        
          Returns trueif this enum value equalsERROR_MEDIA_CHANGED
- 
        #error_media_incompatible?
        
          Returns trueif this enum value equalsERROR_MEDIA_INCOMPATIBLE
- 
        #error_media_not_available?
        
          Returns trueif this enum value equalsERROR_MEDIA_NOT_AVAILABLE
- 
        #error_media_offline?
        
          Returns trueif this enum value equalsERROR_MEDIA_OFFLINE
- 
        #error_media_unavailable?
        
          Returns trueif this enum value equalsERROR_MEDIA_UNAVAILABLE
- 
        #error_medium_not_accessible?
        
          Returns trueif this enum value equalsERROR_MEDIUM_NOT_ACCESSIBLE
- 
        #error_member_in_alias?
        
          Returns trueif this enum value equalsERROR_MEMBER_IN_ALIAS
- 
        #error_member_in_group?
        
          Returns trueif this enum value equalsERROR_MEMBER_IN_GROUP
- 
        #error_member_not_in_alias?
        
          Returns trueif this enum value equalsERROR_MEMBER_NOT_IN_ALIAS
- 
        #error_member_not_in_group?
        
          Returns trueif this enum value equalsERROR_MEMBER_NOT_IN_GROUP
- 
        #error_members_primary_group?
        
          Returns trueif this enum value equalsERROR_MEMBERS_PRIMARY_GROUP
- 
        #error_menu_item_not_found?
        
          Returns trueif this enum value equalsERROR_MENU_ITEM_NOT_FOUND
- 
        #error_message_exceeds_max_size?
        
          Returns trueif this enum value equalsERROR_MESSAGE_EXCEEDS_MAX_SIZE
- 
        #error_message_sync_only?
        
          Returns trueif this enum value equalsERROR_MESSAGE_SYNC_ONLY
- 
        #error_meta_expansion_too_long?
        
          Returns trueif this enum value equalsERROR_META_EXPANSION_TOO_LONG
- 
        #error_metafile_not_supported?
        
          Returns trueif this enum value equalsERROR_METAFILE_NOT_SUPPORTED
- 
        #error_mod_not_found?
        
          Returns trueif this enum value equalsERROR_MOD_NOT_FOUND
- 
        #error_more_data?
        
          Returns trueif this enum value equalsERROR_MORE_DATA
- 
        #error_more_writes?
        
          Returns trueif this enum value equalsERROR_MORE_WRITES
- 
        #error_mr_mid_not_found?
        
          Returns trueif this enum value equalsERROR_MR_MID_NOT_FOUND
- 
        #error_mrm_automerge_enabled?
        
          Returns trueif this enum value equalsERROR_MRM_AUTOMERGE_ENABLED
- 
        #error_mrm_duplicate_entry?
        
          Returns trueif this enum value equalsERROR_MRM_DUPLICATE_ENTRY
- 
        #error_mrm_duplicate_map_name?
        
          Returns trueif this enum value equalsERROR_MRM_DUPLICATE_MAP_NAME
- 
        #error_mrm_filepath_too_long?
        
          Returns trueif this enum value equalsERROR_MRM_FILEPATH_TOO_LONG
- 
        #error_mrm_indeterminate_qualifier_value?
        
          Returns trueif this enum value equalsERROR_MRM_INDETERMINATE_QUALIFIER_VALUE
- 
        #error_mrm_invalid_file_type?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_FILE_TYPE
- 
        #error_mrm_invalid_pri_file?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_PRI_FILE
- 
        #error_mrm_invalid_priconfig?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_PRICONFIG
- 
        #error_mrm_invalid_qualifier_operator?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_QUALIFIER_OPERATOR
- 
        #error_mrm_invalid_qualifier_value?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_QUALIFIER_VALUE
- 
        #error_mrm_invalid_resource_identifier?
        
          Returns trueif this enum value equalsERROR_MRM_INVALID_RESOURCE_IDENTIFIER
- 
        #error_mrm_map_not_found?
        
          Returns trueif this enum value equalsERROR_MRM_MAP_NOT_FOUND
- 
        #error_mrm_named_resource_not_found?
        
          Returns trueif this enum value equalsERROR_MRM_NAMED_RESOURCE_NOT_FOUND
- 
        #error_mrm_no_candidate?
        
          Returns trueif this enum value equalsERROR_MRM_NO_CANDIDATE
- 
        #error_mrm_no_match_or_default_candidate?
        
          Returns trueif this enum value equalsERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE
- 
        #error_mrm_resource_type_mismatch?
        
          Returns trueif this enum value equalsERROR_MRM_RESOURCE_TYPE_MISMATCH
- 
        #error_mrm_runtime_no_default_or_neutral_resource?
        
          Returns trueif this enum value equalsERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE
- 
        #error_mrm_too_many_resources?
        
          Returns trueif this enum value equalsERROR_MRM_TOO_MANY_RESOURCES
- 
        #error_mrm_unknown_qualifier?
        
          Returns trueif this enum value equalsERROR_MRM_UNKNOWN_QUALIFIER
- 
        #error_mrm_unsupported_directory_type?
        
          Returns trueif this enum value equalsERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE
- 
        #error_mrm_unsupported_profile_type?
        
          Returns trueif this enum value equalsERROR_MRM_UNSUPPORTED_PROFILE_TYPE
- 
        #error_mui_file_not_found?
        
          Returns trueif this enum value equalsERROR_MUI_FILE_NOT_FOUND
- 
        #error_mui_file_not_loaded?
        
          Returns trueif this enum value equalsERROR_MUI_FILE_NOT_LOADED
- 
        #error_mui_intlsettings_invalid_locale_name?
        
          Returns trueif this enum value equalsERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
- 
        #error_mui_intlsettings_uilang_not_installed?
        
          Returns trueif this enum value equalsERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
- 
        #error_mui_invalid_file?
        
          Returns trueif this enum value equalsERROR_MUI_INVALID_FILE
- 
        #error_mui_invalid_locale_name?
        
          Returns trueif this enum value equalsERROR_MUI_INVALID_LOCALE_NAME
- 
        #error_mui_invalid_rc_config?
        
          Returns trueif this enum value equalsERROR_MUI_INVALID_RC_CONFIG
- 
        #error_mui_invalid_ultimatefallback_name?
        
          Returns trueif this enum value equalsERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
- 
        #error_mutual_auth_failed?
        
          Returns trueif this enum value equalsERROR_MUTUAL_AUTH_FAILED
- 
        #error_needs_remediation?
        
          Returns trueif this enum value equalsERROR_NEEDS_REMEDIATION
- 
        #error_negative_seek?
        
          Returns trueif this enum value equalsERROR_NEGATIVE_SEEK
- 
        #error_nesting_not_allowed?
        
          Returns trueif this enum value equalsERROR_NESTING_NOT_ALLOWED
- 
        #error_net_write_fault?
        
          Returns trueif this enum value equalsERROR_NET_WRITE_FAULT
- 
        #error_netlogon_not_started?
        
          Returns trueif this enum value equalsERROR_NETLOGON_NOT_STARTED
- 
        #error_netname_deleted?
        
          Returns trueif this enum value equalsERROR_NETNAME_DELETED
- 
        #error_network_access_denied?
        
          Returns trueif this enum value equalsERROR_NETWORK_ACCESS_DENIED
- 
        #error_network_busy?
        
          Returns trueif this enum value equalsERROR_NETWORK_BUSY
- 
        #error_network_not_available?
        
          Returns trueif this enum value equalsERROR_NETWORK_NOT_AVAILABLE
- 
        #error_network_unreachable?
        
          Returns trueif this enum value equalsERROR_NETWORK_UNREACHABLE
- 
        #error_no_association?
        
          Returns trueif this enum value equalsERROR_NO_ASSOCIATION
- 
        #error_no_browser_servers_found?
        
          Returns trueif this enum value equalsERROR_NO_BROWSER_SERVERS_FOUND
- 
        #error_no_data?
        
          Returns trueif this enum value equalsERROR_NO_DATA
- 
        #error_no_data_detected?
        
          Returns trueif this enum value equalsERROR_NO_DATA_DETECTED
- 
        #error_no_efs?
        
          Returns trueif this enum value equalsERROR_NO_EFS
- 
        #error_no_impersonation_token?
        
          Returns trueif this enum value equalsERROR_NO_IMPERSONATION_TOKEN
- 
        #error_no_inheritance?
        
          Returns trueif this enum value equalsERROR_NO_INHERITANCE
- 
        #error_no_log_space?
        
          Returns trueif this enum value equalsERROR_NO_LOG_SPACE
- 
        #error_no_logon_servers?
        
          Returns trueif this enum value equalsERROR_NO_LOGON_SERVERS
- 
        #error_no_match?
        
          Returns trueif this enum value equalsERROR_NO_MATCH
- 
        #error_no_media_in_drive?
        
          Returns trueif this enum value equalsERROR_NO_MEDIA_IN_DRIVE
- 
        #error_no_more_devices?
        
          Returns trueif this enum value equalsERROR_NO_MORE_DEVICES
- 
        #error_no_more_files?
        
          Returns trueif this enum value equalsERROR_NO_MORE_FILES
- 
        #error_no_more_items?
        
          Returns trueif this enum value equalsERROR_NO_MORE_ITEMS
- 
        #error_no_more_search_handles?
        
          Returns trueif this enum value equalsERROR_NO_MORE_SEARCH_HANDLES
- 
        #error_no_more_user_handles?
        
          Returns trueif this enum value equalsERROR_NO_MORE_USER_HANDLES
- 
        #error_no_net_or_bad_path?
        
          Returns trueif this enum value equalsERROR_NO_NET_OR_BAD_PATH
- 
        #error_no_network?
        
          Returns trueif this enum value equalsERROR_NO_NETWORK
- 
        #error_no_proc_slots?
        
          Returns trueif this enum value equalsERROR_NO_PROC_SLOTS
- 
        #error_no_promotion_active?
        
          Returns trueif this enum value equalsERROR_NO_PROMOTION_ACTIVE
- 
        #error_no_quotas_for_account?
        
          Returns trueif this enum value equalsERROR_NO_QUOTAS_FOR_ACCOUNT
- 
        #error_no_recovery_policy?
        
          Returns trueif this enum value equalsERROR_NO_RECOVERY_POLICY
- 
        #error_no_recovery_program?
        
          Returns trueif this enum value equalsERROR_NO_RECOVERY_PROGRAM
- 
        #error_no_scrollbars?
        
          Returns trueif this enum value equalsERROR_NO_SCROLLBARS
- 
        #error_no_security_on_object?
        
          Returns trueif this enum value equalsERROR_NO_SECURITY_ON_OBJECT
- 
        #error_no_shutdown_in_progress?
        
          Returns trueif this enum value equalsERROR_NO_SHUTDOWN_IN_PROGRESS
- 
        #error_no_signal_sent?
        
          Returns trueif this enum value equalsERROR_NO_SIGNAL_SENT
- 
        #error_no_sitename?
        
          Returns trueif this enum value equalsERROR_NO_SITENAME
- 
        #error_no_spool_space?
        
          Returns trueif this enum value equalsERROR_NO_SPOOL_SPACE
- 
        #error_no_such_alias?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_ALIAS
- 
        #error_no_such_domain?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_DOMAIN
- 
        #error_no_such_group?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_GROUP
- 
        #error_no_such_logon_session?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_LOGON_SESSION
- 
        #error_no_such_member?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_MEMBER
- 
        #error_no_such_package?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_PACKAGE
- 
        #error_no_such_privilege?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_PRIVILEGE
- 
        #error_no_such_site?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_SITE
- 
        #error_no_such_user?
        
          Returns trueif this enum value equalsERROR_NO_SUCH_USER
- 
        #error_no_supporting_drives?
        
          Returns trueif this enum value equalsERROR_NO_SUPPORTING_DRIVES
- 
        #error_no_system_menu?
        
          Returns trueif this enum value equalsERROR_NO_SYSTEM_MENU
- 
        #error_no_system_resources?
        
          Returns trueif this enum value equalsERROR_NO_SYSTEM_RESOURCES
- 
        #error_no_token?
        
          Returns trueif this enum value equalsERROR_NO_TOKEN
- 
        #error_no_tracking_service?
        
          Returns trueif this enum value equalsERROR_NO_TRACKING_SERVICE
- 
        #error_no_trust_lsa_secret?
        
          Returns trueif this enum value equalsERROR_NO_TRUST_LSA_SECRET
- 
        #error_no_trust_sam_account?
        
          Returns trueif this enum value equalsERROR_NO_TRUST_SAM_ACCOUNT
- 
        #error_no_unicode_translation?
        
          Returns trueif this enum value equalsERROR_NO_UNICODE_TRANSLATION
- 
        #error_no_user_keys?
        
          Returns trueif this enum value equalsERROR_NO_USER_KEYS
- 
        #error_no_user_session_key?
        
          Returns trueif this enum value equalsERROR_NO_USER_SESSION_KEY
- 
        #error_no_volume_id?
        
          Returns trueif this enum value equalsERROR_NO_VOLUME_ID
- 
        #error_no_volume_label?
        
          Returns trueif this enum value equalsERROR_NO_VOLUME_LABEL
- 
        #error_no_wildcard_characters?
        
          Returns trueif this enum value equalsERROR_NO_WILDCARD_CHARACTERS
- 
        #error_noaccess?
        
          Returns trueif this enum value equalsERROR_NOACCESS
- 
        #error_node_cannot_be_clustered?
        
          Returns trueif this enum value equalsERROR_NODE_CANNOT_BE_CLUSTERED
- 
        #error_node_cant_host_resource?
        
          Returns trueif this enum value equalsERROR_NODE_CANT_HOST_RESOURCE
- 
        #error_node_not_available?
        
          Returns trueif this enum value equalsERROR_NODE_NOT_AVAILABLE
- 
        #error_nologon_interdomain_trust_account?
        
          Returns trueif this enum value equalsERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
- 
        #error_nologon_server_trust_account?
        
          Returns trueif this enum value equalsERROR_NOLOGON_SERVER_TRUST_ACCOUNT
- 
        #error_nologon_workstation_trust_account?
        
          Returns trueif this enum value equalsERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
- 
        #error_non_account_sid?
        
          Returns trueif this enum value equalsERROR_NON_ACCOUNT_SID
- 
        #error_non_domain_sid?
        
          Returns trueif this enum value equalsERROR_NON_DOMAIN_SID
- 
        #error_non_mdichild_window?
        
          Returns trueif this enum value equalsERROR_NON_MDICHILD_WINDOW
- 
        #error_none_mapped?
        
          Returns trueif this enum value equalsERROR_NONE_MAPPED
- 
        #error_nonpaged_system_resources?
        
          Returns trueif this enum value equalsERROR_NONPAGED_SYSTEM_RESOURCES
- 
        #error_not_a_reparse_point?
        
          Returns trueif this enum value equalsERROR_NOT_A_REPARSE_POINT
- 
        #error_not_all_assigned?
        
          Returns trueif this enum value equalsERROR_NOT_ALL_ASSIGNED
- 
        #error_not_authenticated?
        
          Returns trueif this enum value equalsERROR_NOT_AUTHENTICATED
- 
        #error_not_child_window?
        
          Returns trueif this enum value equalsERROR_NOT_CHILD_WINDOW
- 
        #error_not_connected?
        
          Returns trueif this enum value equalsERROR_NOT_CONNECTED
- 
        #error_not_container?
        
          Returns trueif this enum value equalsERROR_NOT_CONTAINER
- 
        #error_not_dos_disk?
        
          Returns trueif this enum value equalsERROR_NOT_DOS_DISK
- 
        #error_not_empty?
        
          Returns trueif this enum value equalsERROR_NOT_EMPTY
- 
        #error_not_enough_memory?
        
          Returns trueif this enum value equalsERROR_NOT_ENOUGH_MEMORY
- 
        #error_not_enough_quota?
        
          Returns trueif this enum value equalsERROR_NOT_ENOUGH_QUOTA
- 
        #error_not_enough_server_memory?
        
          Returns trueif this enum value equalsERROR_NOT_ENOUGH_SERVER_MEMORY
- 
        #error_not_export_format?
        
          Returns trueif this enum value equalsERROR_NOT_EXPORT_FORMAT
- 
        #error_not_found?
        
          Returns trueif this enum value equalsERROR_NOT_FOUND
- 
        #error_not_joined?
        
          Returns trueif this enum value equalsERROR_NOT_JOINED
- 
        #error_not_locked?
        
          Returns trueif this enum value equalsERROR_NOT_LOCKED
- 
        #error_not_logged_on?
        
          Returns trueif this enum value equalsERROR_NOT_LOGGED_ON
- 
        #error_not_logon_process?
        
          Returns trueif this enum value equalsERROR_NOT_LOGON_PROCESS
- 
        #error_not_owner?
        
          Returns trueif this enum value equalsERROR_NOT_OWNER
- 
        #error_not_quorum_capable?
        
          Returns trueif this enum value equalsERROR_NOT_QUORUM_CAPABLE
- 
        #error_not_quorum_class?
        
          Returns trueif this enum value equalsERROR_NOT_QUORUM_CLASS
- 
        #error_not_ready?
        
          Returns trueif this enum value equalsERROR_NOT_READY
- 
        #error_not_registry_file?
        
          Returns trueif this enum value equalsERROR_NOT_REGISTRY_FILE
- 
        #error_not_safeboot_service?
        
          Returns trueif this enum value equalsERROR_NOT_SAFEBOOT_SERVICE
- 
        #error_not_same_device?
        
          Returns trueif this enum value equalsERROR_NOT_SAME_DEVICE
- 
        #error_not_substed?
        
          Returns trueif this enum value equalsERROR_NOT_SUBSTED
- 
        #error_not_supported?
        
          Returns trueif this enum value equalsERROR_NOT_SUPPORTED
- 
        #error_not_supported_on_sbs?
        
          Returns trueif this enum value equalsERROR_NOT_SUPPORTED_ON_SBS
- 
        #error_not_supported_on_standard_server?
        
          Returns trueif this enum value equalsERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
- 
        #error_notify_enum_dir?
        
          Returns trueif this enum value equalsERROR_NOTIFY_ENUM_DIR
- 
        #error_nt_cross_encryption_required?
        
          Returns trueif this enum value equalsERROR_NT_CROSS_ENCRYPTION_REQUIRED
- 
        #error_null_lm_password?
        
          Returns trueif this enum value equalsERROR_NULL_LM_PASSWORD
- 
        #error_object_already_exists?
        
          Returns trueif this enum value equalsERROR_OBJECT_ALREADY_EXISTS
- 
        #error_object_in_list?
        
          Returns trueif this enum value equalsERROR_OBJECT_IN_LIST
- 
        #error_object_not_found?
        
          Returns trueif this enum value equalsERROR_OBJECT_NOT_FOUND
- 
        #error_old_win_version?
        
          Returns trueif this enum value equalsERROR_OLD_WIN_VERSION
- 
        #error_only_if_connected?
        
          Returns trueif this enum value equalsERROR_ONLY_IF_CONNECTED
- 
        #error_open_failed?
        
          Returns trueif this enum value equalsERROR_OPEN_FAILED
- 
        #error_open_files?
        
          Returns trueif this enum value equalsERROR_OPEN_FILES
- 
        #error_operation_aborted?
        
          Returns trueif this enum value equalsERROR_OPERATION_ABORTED
- 
        #error_oplock_not_granted?
        
          Returns trueif this enum value equalsERROR_OPLOCK_NOT_GRANTED
- 
        #error_out_of_paper?
        
          Returns trueif this enum value equalsERROR_OUT_OF_PAPER
- 
        #error_out_of_structures?
        
          Returns trueif this enum value equalsERROR_OUT_OF_STRUCTURES
- 
        #error_outofmemory?
        
          Returns trueif this enum value equalsERROR_OUTOFMEMORY
- 
        #error_override_nochanges?
        
          Returns trueif this enum value equalsERROR_OVERRIDE_NOCHANGES
- 
        #error_package_already_exists?
        
          Returns trueif this enum value equalsERROR_PACKAGE_ALREADY_EXISTS
- 
        #error_package_repository_corrupted?
        
          Returns trueif this enum value equalsERROR_PACKAGE_REPOSITORY_CORRUPTED
- 
        #error_package_updating?
        
          Returns trueif this enum value equalsERROR_PACKAGE_UPDATING
- 
        #error_packages_in_use?
        
          Returns trueif this enum value equalsERROR_PACKAGES_IN_USE
- 
        #error_paged_system_resources?
        
          Returns trueif this enum value equalsERROR_PAGED_SYSTEM_RESOURCES
- 
        #error_pagefile_quota?
        
          Returns trueif this enum value equalsERROR_PAGEFILE_QUOTA
- 
        #error_parameter_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_PARAMETER_QUOTA_EXCEEDED
- 
        #error_partial_copy?
        
          Returns trueif this enum value equalsERROR_PARTIAL_COPY
- 
        #error_partition_failure?
        
          Returns trueif this enum value equalsERROR_PARTITION_FAILURE
- 
        #error_password_expired?
        
          Returns trueif this enum value equalsERROR_PASSWORD_EXPIRED
- 
        #error_password_must_change?
        
          Returns trueif this enum value equalsERROR_PASSWORD_MUST_CHANGE
- 
        #error_password_restriction?
        
          Returns trueif this enum value equalsERROR_PASSWORD_RESTRICTION
- 
        #error_patch_package_invalid?
        
          Returns trueif this enum value equalsERROR_PATCH_PACKAGE_INVALID
- 
        #error_patch_package_open_failed?
        
          Returns trueif this enum value equalsERROR_PATCH_PACKAGE_OPEN_FAILED
- 
        #error_patch_package_rejected?
        
          Returns trueif this enum value equalsERROR_PATCH_PACKAGE_REJECTED
- 
        #error_patch_package_unsupported?
        
          Returns trueif this enum value equalsERROR_PATCH_PACKAGE_UNSUPPORTED
- 
        #error_patch_target_not_found?
        
          Returns trueif this enum value equalsERROR_PATCH_TARGET_NOT_FOUND
- 
        #error_path_busy?
        
          Returns trueif this enum value equalsERROR_PATH_BUSY
- 
        #error_path_not_found?
        
          Returns trueif this enum value equalsERROR_PATH_NOT_FOUND
- 
        #error_per_user_trust_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_PER_USER_TRUST_QUOTA_EXCEEDED
- 
        #error_pipe_busy?
        
          Returns trueif this enum value equalsERROR_PIPE_BUSY
- 
        #error_pipe_connected?
        
          Returns trueif this enum value equalsERROR_PIPE_CONNECTED
- 
        #error_pipe_listening?
        
          Returns trueif this enum value equalsERROR_PIPE_LISTENING
- 
        #error_pipe_local?
        
          Returns trueif this enum value equalsERROR_PIPE_LOCAL
- 
        #error_pipe_not_connected?
        
          Returns trueif this enum value equalsERROR_PIPE_NOT_CONNECTED
- 
        #error_pkinit_failure?
        
          Returns trueif this enum value equalsERROR_PKINIT_FAILURE
- 
        #error_point_not_found?
        
          Returns trueif this enum value equalsERROR_POINT_NOT_FOUND
- 
        #error_policy_object_not_found?
        
          Returns trueif this enum value equalsERROR_POLICY_OBJECT_NOT_FOUND
- 
        #error_policy_only_in_ds?
        
          Returns trueif this enum value equalsERROR_POLICY_ONLY_IN_DS
- 
        #error_popup_already_active?
        
          Returns trueif this enum value equalsERROR_POPUP_ALREADY_ACTIVE
- 
        #error_port_unreachable?
        
          Returns trueif this enum value equalsERROR_PORT_UNREACHABLE
- 
        #error_possible_deadlock?
        
          Returns trueif this enum value equalsERROR_POSSIBLE_DEADLOCK
- 
        #error_potential_file_found?
        
          Returns trueif this enum value equalsERROR_POTENTIAL_FILE_FOUND
- 
        #error_print_cancelled?
        
          Returns trueif this enum value equalsERROR_PRINT_CANCELLED
- 
        #error_print_monitor_already_installed?
        
          Returns trueif this enum value equalsERROR_PRINT_MONITOR_ALREADY_INSTALLED
- 
        #error_print_monitor_in_use?
        
          Returns trueif this enum value equalsERROR_PRINT_MONITOR_IN_USE
- 
        #error_print_processor_already_installed?
        
          Returns trueif this enum value equalsERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
- 
        #error_printer_already_exists?
        
          Returns trueif this enum value equalsERROR_PRINTER_ALREADY_EXISTS
- 
        #error_printer_deleted?
        
          Returns trueif this enum value equalsERROR_PRINTER_DELETED
- 
        #error_printer_driver_already_installed?
        
          Returns trueif this enum value equalsERROR_PRINTER_DRIVER_ALREADY_INSTALLED
- 
        #error_printer_driver_blocked?
        
          Returns trueif this enum value equalsERROR_PRINTER_DRIVER_BLOCKED
- 
        #error_printer_driver_in_use?
        
          Returns trueif this enum value equalsERROR_PRINTER_DRIVER_IN_USE
- 
        #error_printer_driver_warned?
        
          Returns trueif this enum value equalsERROR_PRINTER_DRIVER_WARNED
- 
        #error_printer_has_jobs_queued?
        
          Returns trueif this enum value equalsERROR_PRINTER_HAS_JOBS_QUEUED
- 
        #error_printer_not_found?
        
          Returns trueif this enum value equalsERROR_PRINTER_NOT_FOUND
- 
        #error_printq_full?
        
          Returns trueif this enum value equalsERROR_PRINTQ_FULL
- 
        #error_private_dialog_index?
        
          Returns trueif this enum value equalsERROR_PRIVATE_DIALOG_INDEX
- 
        #error_privilege_not_held?
        
          Returns trueif this enum value equalsERROR_PRIVILEGE_NOT_HELD
- 
        #error_proc_not_found?
        
          Returns trueif this enum value equalsERROR_PROC_NOT_FOUND
- 
        #error_process_aborted?
        
          Returns trueif this enum value equalsERROR_PROCESS_ABORTED
- 
        #error_product_uninstalled?
        
          Returns trueif this enum value equalsERROR_PRODUCT_UNINSTALLED
- 
        #error_product_version?
        
          Returns trueif this enum value equalsERROR_PRODUCT_VERSION
- 
        #error_profile_not_associated_with_device?
        
          Returns trueif this enum value equalsERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
- 
        #error_profile_not_found?
        
          Returns trueif this enum value equalsERROR_PROFILE_NOT_FOUND
- 
        #error_promotion_active?
        
          Returns trueif this enum value equalsERROR_PROMOTION_ACTIVE
- 
        #error_protocol_unreachable?
        
          Returns trueif this enum value equalsERROR_PROTOCOL_UNREACHABLE
- 
        #error_quorum_disk_not_found?
        
          Returns trueif this enum value equalsERROR_QUORUM_DISK_NOT_FOUND
- 
        #error_quorum_owner_alive?
        
          Returns trueif this enum value equalsERROR_QUORUM_OWNER_ALIVE
- 
        #error_quorum_resource?
        
          Returns trueif this enum value equalsERROR_QUORUM_RESOURCE
- 
        #error_quorum_resource_online_failed?
        
          Returns trueif this enum value equalsERROR_QUORUM_RESOURCE_ONLINE_FAILED
- 
        #error_quorumlog_open_failed?
        
          Returns trueif this enum value equalsERROR_QUORUMLOG_OPEN_FAILED
- 
        #error_read_fault?
        
          Returns trueif this enum value equalsERROR_READ_FAULT
- 
        #error_rec_non_existent?
        
          Returns trueif this enum value equalsERROR_REC_NON_EXISTENT
- 
        #error_recovery_failure?
        
          Returns trueif this enum value equalsERROR_RECOVERY_FAILURE
- 
        #error_recovery_file_corrupt?
        
          Returns trueif this enum value equalsERROR_RECOVERY_FILE_CORRUPT
- 
        #error_redir_paused?
        
          Returns trueif this enum value equalsERROR_REDIR_PAUSED
- 
        #error_redirector_has_open_handles?
        
          Returns trueif this enum value equalsERROR_REDIRECTOR_HAS_OPEN_HANDLES
- 
        #error_reg_nat_consumption?
        
          Returns trueif this enum value equalsERROR_REG_NAT_CONSUMPTION
- 
        #error_registry_corrupt?
        
          Returns trueif this enum value equalsERROR_REGISTRY_CORRUPT
- 
        #error_registry_io_failed?
        
          Returns trueif this enum value equalsERROR_REGISTRY_IO_FAILED
- 
        #error_registry_recovered?
        
          Returns trueif this enum value equalsERROR_REGISTRY_RECOVERED
- 
        #error_reloc_chain_xeeds_seglim?
        
          Returns trueif this enum value equalsERROR_RELOC_CHAIN_XEEDS_SEGLIM
- 
        #error_rem_not_list?
        
          Returns trueif this enum value equalsERROR_REM_NOT_LIST
- 
        #error_remote_print_connections_blocked?
        
          Returns trueif this enum value equalsERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
- 
        #error_remote_session_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_REMOTE_SESSION_LIMIT_EXCEEDED
- 
        #error_remote_storage_media_error?
        
          Returns trueif this enum value equalsERROR_REMOTE_STORAGE_MEDIA_ERROR
- 
        #error_remote_storage_not_active?
        
          Returns trueif this enum value equalsERROR_REMOTE_STORAGE_NOT_ACTIVE
- 
        #error_remove_failed?
        
          Returns trueif this enum value equalsERROR_REMOVE_FAILED
- 
        #error_reparse_attribute_conflict?
        
          Returns trueif this enum value equalsERROR_REPARSE_ATTRIBUTE_CONFLICT
- 
        #error_reparse_tag_invalid?
        
          Returns trueif this enum value equalsERROR_REPARSE_TAG_INVALID
- 
        #error_reparse_tag_mismatch?
        
          Returns trueif this enum value equalsERROR_REPARSE_TAG_MISMATCH
- 
        #error_req_not_accep?
        
          Returns trueif this enum value equalsERROR_REQ_NOT_ACCEP
- 
        #error_request_aborted?
        
          Returns trueif this enum value equalsERROR_REQUEST_ABORTED
- 
        #error_request_refused?
        
          Returns trueif this enum value equalsERROR_REQUEST_REFUSED
- 
        #error_requires_interactive_windowstation?
        
          Returns trueif this enum value equalsERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
- 
        #error_resiliency_file_corrupt?
        
          Returns trueif this enum value equalsERROR_RESILIENCY_FILE_CORRUPT
- 
        #error_resmon_create_failed?
        
          Returns trueif this enum value equalsERROR_RESMON_CREATE_FAILED
- 
        #error_resmon_invalid_state?
        
          Returns trueif this enum value equalsERROR_RESMON_INVALID_STATE
- 
        #error_resmon_online_failed?
        
          Returns trueif this enum value equalsERROR_RESMON_ONLINE_FAILED
- 
        #error_resource_data_not_found?
        
          Returns trueif this enum value equalsERROR_RESOURCE_DATA_NOT_FOUND
- 
        #error_resource_disabled?
        
          Returns trueif this enum value equalsERROR_RESOURCE_DISABLED
- 
        #error_resource_enum_user_stop?
        
          Returns trueif this enum value equalsERROR_RESOURCE_ENUM_USER_STOP
- 
        #error_resource_failed?
        
          Returns trueif this enum value equalsERROR_RESOURCE_FAILED
- 
        #error_resource_lang_not_found?
        
          Returns trueif this enum value equalsERROR_RESOURCE_LANG_NOT_FOUND
- 
        #error_resource_name_not_found?
        
          Returns trueif this enum value equalsERROR_RESOURCE_NAME_NOT_FOUND
- 
        #error_resource_not_available?
        
          Returns trueif this enum value equalsERROR_RESOURCE_NOT_AVAILABLE
- 
        #error_resource_not_found?
        
          Returns trueif this enum value equalsERROR_RESOURCE_NOT_FOUND
- 
        #error_resource_not_online?
        
          Returns trueif this enum value equalsERROR_RESOURCE_NOT_ONLINE
- 
        #error_resource_not_present?
        
          Returns trueif this enum value equalsERROR_RESOURCE_NOT_PRESENT
- 
        #error_resource_online?
        
          Returns trueif this enum value equalsERROR_RESOURCE_ONLINE
- 
        #error_resource_properties_stored?
        
          Returns trueif this enum value equalsERROR_RESOURCE_PROPERTIES_STORED
- 
        #error_resource_property_unchangeable?
        
          Returns trueif this enum value equalsERROR_RESOURCE_PROPERTY_UNCHANGEABLE
- 
        #error_resource_type_not_found?
        
          Returns trueif this enum value equalsERROR_RESOURCE_TYPE_NOT_FOUND
- 
        #error_retry?
        
          Returns trueif this enum value equalsERROR_RETRY
- 
        #error_revision_mismatch?
        
          Returns trueif this enum value equalsERROR_REVISION_MISMATCH
- 
        #error_ring2_seg_must_be_movable?
        
          Returns trueif this enum value equalsERROR_RING2SEG_MUST_BE_MOVABLE
- 
        #error_ring2_stack_in_use?
        
          Returns trueif this enum value equalsERROR_RING2_STACK_IN_USE
- 
        #error_rmode_app?
        
          Returns trueif this enum value equalsERROR_RMODE_APP
- 
        #error_rpl_not_allowed?
        
          Returns trueif this enum value equalsERROR_RPL_NOT_ALLOWED
- 
        #error_runlevel_switch_agent_timeout?
        
          Returns trueif this enum value equalsERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT
- 
        #error_runlevel_switch_in_progress?
        
          Returns trueif this enum value equalsERROR_RUNLEVEL_SWITCH_IN_PROGRESS
- 
        #error_runlevel_switch_timeout?
        
          Returns trueif this enum value equalsERROR_RUNLEVEL_SWITCH_TIMEOUT
- 
        #error_rxact_commit_failure?
        
          Returns trueif this enum value equalsERROR_RXACT_COMMIT_FAILURE
- 
        #error_rxact_invalid_state?
        
          Returns trueif this enum value equalsERROR_RXACT_INVALID_STATE
- 
        #error_sam_init_failure?
        
          Returns trueif this enum value equalsERROR_SAM_INIT_FAILURE
- 
        #error_same_drive?
        
          Returns trueif this enum value equalsERROR_SAME_DRIVE
- 
        #error_scope_not_found?
        
          Returns trueif this enum value equalsERROR_SCOPE_NOT_FOUND
- 
        #error_screen_already_locked?
        
          Returns trueif this enum value equalsERROR_SCREEN_ALREADY_LOCKED
- 
        #error_secondary_ic_provider_not_registered?
        
          Returns trueif this enum value equalsERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED
- 
        #error_secret_too_long?
        
          Returns trueif this enum value equalsERROR_SECRET_TOO_LONG
- 
        #error_sector_not_found?
        
          Returns trueif this enum value equalsERROR_SECTOR_NOT_FOUND
- 
        #error_seek?
        
          Returns trueif this enum value equalsERROR_SEEK
- 
        #error_seek_on_device?
        
          Returns trueif this enum value equalsERROR_SEEK_ON_DEVICE
- 
        #error_sem_is_set?
        
          Returns trueif this enum value equalsERROR_SEM_IS_SET
- 
        #error_sem_not_found?
        
          Returns trueif this enum value equalsERROR_SEM_NOT_FOUND
- 
        #error_sem_owner_died?
        
          Returns trueif this enum value equalsERROR_SEM_OWNER_DIED
- 
        #error_sem_timeout?
        
          Returns trueif this enum value equalsERROR_SEM_TIMEOUT
- 
        #error_sem_user_limit?
        
          Returns trueif this enum value equalsERROR_SEM_USER_LIMIT
- 
        #error_serial_no_device?
        
          Returns trueif this enum value equalsERROR_SERIAL_NO_DEVICE
- 
        #error_server_disabled?
        
          Returns trueif this enum value equalsERROR_SERVER_DISABLED
- 
        #error_server_has_open_handles?
        
          Returns trueif this enum value equalsERROR_SERVER_HAS_OPEN_HANDLES
- 
        #error_server_not_disabled?
        
          Returns trueif this enum value equalsERROR_SERVER_NOT_DISABLED
- 
        #error_server_shutdown_in_progress?
        
          Returns trueif this enum value equalsERROR_SERVER_SHUTDOWN_IN_PROGRESS
- 
        #error_service_already_running?
        
          Returns trueif this enum value equalsERROR_SERVICE_ALREADY_RUNNING
- 
        #error_service_cannot_accept_ctrl?
        
          Returns trueif this enum value equalsERROR_SERVICE_CANNOT_ACCEPT_CTRL
- 
        #error_service_database_locked?
        
          Returns trueif this enum value equalsERROR_SERVICE_DATABASE_LOCKED
- 
        #error_service_dependency_deleted?
        
          Returns trueif this enum value equalsERROR_SERVICE_DEPENDENCY_DELETED
- 
        #error_service_dependency_fail?
        
          Returns trueif this enum value equalsERROR_SERVICE_DEPENDENCY_FAIL
- 
        #error_service_disabled?
        
          Returns trueif this enum value equalsERROR_SERVICE_DISABLED
- 
        #error_service_does_not_exist?
        
          Returns trueif this enum value equalsERROR_SERVICE_DOES_NOT_EXIST
- 
        #error_service_exists?
        
          Returns trueif this enum value equalsERROR_SERVICE_EXISTS
- 
        #error_service_logon_failed?
        
          Returns trueif this enum value equalsERROR_SERVICE_LOGON_FAILED
- 
        #error_service_marked_for_delete?
        
          Returns trueif this enum value equalsERROR_SERVICE_MARKED_FOR_DELETE
- 
        #error_service_never_started?
        
          Returns trueif this enum value equalsERROR_SERVICE_NEVER_STARTED
- 
        #error_service_no_thread?
        
          Returns trueif this enum value equalsERROR_SERVICE_NO_THREAD
- 
        #error_service_not_active?
        
          Returns trueif this enum value equalsERROR_SERVICE_NOT_ACTIVE
- 
        #error_service_not_found?
        
          Returns trueif this enum value equalsERROR_SERVICE_NOT_FOUND
- 
        #error_service_not_in_exe?
        
          Returns trueif this enum value equalsERROR_SERVICE_NOT_IN_EXE
- 
        #error_service_request_timeout?
        
          Returns trueif this enum value equalsERROR_SERVICE_REQUEST_TIMEOUT
- 
        #error_service_specific_error?
        
          Returns trueif this enum value equalsERROR_SERVICE_SPECIFIC_ERROR
- 
        #error_service_start_hang?
        
          Returns trueif this enum value equalsERROR_SERVICE_START_HANG
- 
        #error_services_failed_autostart?
        
          Returns trueif this enum value equalsERROR_SERVICES_FAILED_AUTOSTART
- 
        #error_session_credential_conflict?
        
          Returns trueif this enum value equalsERROR_SESSION_CREDENTIAL_CONFLICT
- 
        #error_set_not_found?
        
          Returns trueif this enum value equalsERROR_SET_NOT_FOUND
- 
        #error_set_power_state_failed?
        
          Returns trueif this enum value equalsERROR_SET_POWER_STATE_FAILED
- 
        #error_set_power_state_vetoed?
        
          Returns trueif this enum value equalsERROR_SET_POWER_STATE_VETOED
- 
        #error_setcount_on_bad_lb?
        
          Returns trueif this enum value equalsERROR_SETCOUNT_ON_BAD_LB
- 
        #error_setmark_detected?
        
          Returns trueif this enum value equalsERROR_SETMARK_DETECTED
- 
        #error_shared_policy?
        
          Returns trueif this enum value equalsERROR_SHARED_POLICY
- 
        #error_sharing_buffer_exceeded?
        
          Returns trueif this enum value equalsERROR_SHARING_BUFFER_EXCEEDED
- 
        #error_sharing_paused?
        
          Returns trueif this enum value equalsERROR_SHARING_PAUSED
- 
        #error_sharing_violation?
        
          Returns trueif this enum value equalsERROR_SHARING_VIOLATION
- 
        #error_shutdown_cluster?
        
          Returns trueif this enum value equalsERROR_SHUTDOWN_CLUSTER
- 
        #error_shutdown_in_progress?
        
          Returns trueif this enum value equalsERROR_SHUTDOWN_IN_PROGRESS
- 
        #error_signal_pending?
        
          Returns trueif this enum value equalsERROR_SIGNAL_PENDING
- 
        #error_signal_refused?
        
          Returns trueif this enum value equalsERROR_SIGNAL_REFUSED
- 
        #error_single_instance_app?
        
          Returns trueif this enum value equalsERROR_SINGLE_INSTANCE_APP
- 
        #error_smartcard_subsystem_failure?
        
          Returns trueif this enum value equalsERROR_SMARTCARD_SUBSYSTEM_FAILURE
- 
        #error_smi_primitive_installer_failed?
        
          Returns trueif this enum value equalsERROR_SMI_PRIMITIVE_INSTALLER_FAILED
- 
        #error_some_not_mapped?
        
          Returns trueif this enum value equalsERROR_SOME_NOT_MAPPED
- 
        #error_source_element_empty?
        
          Returns trueif this enum value equalsERROR_SOURCE_ELEMENT_EMPTY
- 
        #error_special_account?
        
          Returns trueif this enum value equalsERROR_SPECIAL_ACCOUNT
- 
        #error_special_group?
        
          Returns trueif this enum value equalsERROR_SPECIAL_GROUP
- 
        #error_special_user?
        
          Returns trueif this enum value equalsERROR_SPECIAL_USER
- 
        #error_spl_no_addjob?
        
          Returns trueif this enum value equalsERROR_SPL_NO_ADDJOB
- 
        #error_spl_no_startdoc?
        
          Returns trueif this enum value equalsERROR_SPL_NO_STARTDOC
- 
        #error_spool_file_not_found?
        
          Returns trueif this enum value equalsERROR_SPOOL_FILE_NOT_FOUND
- 
        #error_stack_buffer_overrun?
        
          Returns trueif this enum value equalsERROR_STACK_BUFFER_OVERRUN
- 
        #error_stack_overflow?
        
          Returns trueif this enum value equalsERROR_STACK_OVERFLOW
- 
        #error_state_composite_setting_value_size_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
- 
        #error_state_container_name_size_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED
- 
        #error_state_create_container_failed?
        
          Returns trueif this enum value equalsERROR_STATE_CREATE_CONTAINER_FAILED
- 
        #error_state_delete_container_failed?
        
          Returns trueif this enum value equalsERROR_STATE_DELETE_CONTAINER_FAILED
- 
        #error_state_delete_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_DELETE_SETTING_FAILED
- 
        #error_state_enumerate_container_failed?
        
          Returns trueif this enum value equalsERROR_STATE_ENUMERATE_CONTAINER_FAILED
- 
        #error_state_enumerate_settings_failed?
        
          Returns trueif this enum value equalsERROR_STATE_ENUMERATE_SETTINGS_FAILED
- 
        #error_state_get_version_failed?
        
          Returns trueif this enum value equalsERROR_STATE_GET_VERSION_FAILED
- 
        #error_state_load_store_failed?
        
          Returns trueif this enum value equalsERROR_STATE_LOAD_STORE_FAILED
- 
        #error_state_open_container_failed?
        
          Returns trueif this enum value equalsERROR_STATE_OPEN_CONTAINER_FAILED
- 
        #error_state_query_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_QUERY_SETTING_FAILED
- 
        #error_state_read_composite_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_READ_COMPOSITE_SETTING_FAILED
- 
        #error_state_read_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_READ_SETTING_FAILED
- 
        #error_state_set_version_failed?
        
          Returns trueif this enum value equalsERROR_STATE_SET_VERSION_FAILED
- 
        #error_state_setting_name_size_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED
- 
        #error_state_setting_value_size_limit_exceeded?
        
          Returns trueif this enum value equalsERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
- 
        #error_state_structured_reset_failed?
        
          Returns trueif this enum value equalsERROR_STATE_STRUCTURED_RESET_FAILED
- 
        #error_state_write_composite_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED
- 
        #error_state_write_setting_failed?
        
          Returns trueif this enum value equalsERROR_STATE_WRITE_SETTING_FAILED
- 
        #error_static_init?
        
          Returns trueif this enum value equalsERROR_STATIC_INIT
- 
        #error_subst_to_join?
        
          Returns trueif this enum value equalsERROR_SUBST_TO_JOIN
- 
        #error_subst_to_subst?
        
          Returns trueif this enum value equalsERROR_SUBST_TO_SUBST
- 
        #error_success?
        
          Returns trueif this enum value equalsERROR_SUCCESS
- 
        #error_success_reboot_initiated?
        
          Returns trueif this enum value equalsERROR_SUCCESS_REBOOT_INITIATED
- 
        #error_success_reboot_required?
        
          Returns trueif this enum value equalsERROR_SUCCESS_REBOOT_REQUIRED
- 
        #error_success_restart_required?
        
          Returns trueif this enum value equalsERROR_SUCCESS_RESTART_REQUIRED
- 
        #error_swaperror?
        
          Returns trueif this enum value equalsERROR_SWAPERROR
- 
        #error_sxs_activation_context_disabled?
        
          Returns trueif this enum value equalsERROR_SXS_ACTIVATION_CONTEXT_DISABLED
- 
        #error_sxs_assembly_is_not_a_deployment?
        
          Returns trueif this enum value equalsERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
- 
        #error_sxs_assembly_missing?
        
          Returns trueif this enum value equalsERROR_SXS_ASSEMBLY_MISSING
- 
        #error_sxs_assembly_not_found?
        
          Returns trueif this enum value equalsERROR_SXS_ASSEMBLY_NOT_FOUND
- 
        #error_sxs_assembly_not_locked?
        
          Returns trueif this enum value equalsERROR_SXS_ASSEMBLY_NOT_LOCKED
- 
        #error_sxs_cant_gen_actctx?
        
          Returns trueif this enum value equalsERROR_SXS_CANT_GEN_ACTCTX
- 
        #error_sxs_component_store_corrupt?
        
          Returns trueif this enum value equalsERROR_SXS_COMPONENT_STORE_CORRUPT
- 
        #error_sxs_corrupt_activation_stack?
        
          Returns trueif this enum value equalsERROR_SXS_CORRUPT_ACTIVATION_STACK
- 
        #error_sxs_corruption?
        
          Returns trueif this enum value equalsERROR_SXS_CORRUPTION
- 
        #error_sxs_duplicate_assembly_name?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_ASSEMBLY_NAME
- 
        #error_sxs_duplicate_clsid?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_CLSID
- 
        #error_sxs_duplicate_dll_name?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_DLL_NAME
- 
        #error_sxs_duplicate_iid?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_IID
- 
        #error_sxs_duplicate_progid?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_PROGID
- 
        #error_sxs_duplicate_tlbid?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_TLBID
- 
        #error_sxs_duplicate_windowclass_name?
        
          Returns trueif this enum value equalsERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
- 
        #error_sxs_early_deactivation?
        
          Returns trueif this enum value equalsERROR_SXS_EARLY_DEACTIVATION
- 
        #error_sxs_file_hash_mismatch?
        
          Returns trueif this enum value equalsERROR_SXS_FILE_HASH_MISMATCH
- 
        #error_sxs_file_hash_missing?
        
          Returns trueif this enum value equalsERROR_SXS_FILE_HASH_MISSING
- 
        #error_sxs_file_not_part_of_assembly?
        
          Returns trueif this enum value equalsERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
- 
        #error_sxs_identities_different?
        
          Returns trueif this enum value equalsERROR_SXS_IDENTITIES_DIFFERENT
- 
        #error_sxs_identity_duplicate_attribute?
        
          Returns trueif this enum value equalsERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
- 
        #error_sxs_identity_parse_error?
        
          Returns trueif this enum value equalsERROR_SXS_IDENTITY_PARSE_ERROR
- 
        #error_sxs_incorrect_public_key_token?
        
          Returns trueif this enum value equalsERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN
- 
        #error_sxs_invalid_actctxdata_format?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_ACTCTXDATA_FORMAT
- 
        #error_sxs_invalid_assembly_identity_attribute?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
- 
        #error_sxs_invalid_assembly_identity_attribute_name?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
- 
        #error_sxs_invalid_deactivation?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_DEACTIVATION
- 
        #error_sxs_invalid_identity_attribute_name?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
- 
        #error_sxs_invalid_identity_attribute_value?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
- 
        #error_sxs_invalid_xml_namespace_uri?
        
          Returns trueif this enum value equalsERROR_SXS_INVALID_XML_NAMESPACE_URI
- 
        #error_sxs_key_not_found?
        
          Returns trueif this enum value equalsERROR_SXS_KEY_NOT_FOUND
- 
        #error_sxs_leaf_manifest_dependency_not_installed?
        
          Returns trueif this enum value equalsERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
- 
        #error_sxs_manifest_format_error?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_FORMAT_ERROR
- 
        #error_sxs_manifest_identity_same_but_contents_different?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
- 
        #error_sxs_manifest_invalid_required_default_namespace?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
- 
        #error_sxs_manifest_missing_required_default_namespace?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
- 
        #error_sxs_manifest_parse_error?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_PARSE_ERROR
- 
        #error_sxs_manifest_too_big?
        
          Returns trueif this enum value equalsERROR_SXS_MANIFEST_TOO_BIG
- 
        #error_sxs_missing_assembly_identity_attribute?
        
          Returns trueif this enum value equalsERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
- 
        #error_sxs_multiple_deactivation?
        
          Returns trueif this enum value equalsERROR_SXS_MULTIPLE_DEACTIVATION
- 
        #error_sxs_policy_parse_error?
        
          Returns trueif this enum value equalsERROR_SXS_POLICY_PARSE_ERROR
- 
        #error_sxs_private_manifest_cross_path_with_reparse_point?
        
          Returns trueif this enum value equalsERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
- 
        #error_sxs_process_default_already_set?
        
          Returns trueif this enum value equalsERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
- 
        #error_sxs_process_termination_requested?
        
          Returns trueif this enum value equalsERROR_SXS_PROCESS_TERMINATION_REQUESTED
- 
        #error_sxs_protection_catalog_file_missing?
        
          Returns trueif this enum value equalsERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
- 
        #error_sxs_protection_catalog_not_valid?
        
          Returns trueif this enum value equalsERROR_SXS_PROTECTION_CATALOG_NOT_VALID
- 
        #error_sxs_protection_public_key_too_short?
        
          Returns trueif this enum value equalsERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
- 
        #error_sxs_protection_recovery_failed?
        
          Returns trueif this enum value equalsERROR_SXS_PROTECTION_RECOVERY_FAILED
- 
        #error_sxs_release_activation_context?
        
          Returns trueif this enum value equalsERROR_SXS_RELEASE_ACTIVATION_CONTEXT
- 
        #error_sxs_root_manifest_dependency_not_installed?
        
          Returns trueif this enum value equalsERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
- 
        #error_sxs_section_not_found?
        
          Returns trueif this enum value equalsERROR_SXS_SECTION_NOT_FOUND
- 
        #error_sxs_setting_not_registered?
        
          Returns trueif this enum value equalsERROR_SXS_SETTING_NOT_REGISTERED
- 
        #error_sxs_system_default_activation_context_empty?
        
          Returns trueif this enum value equalsERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
- 
        #error_sxs_thread_queries_disabled?
        
          Returns trueif this enum value equalsERROR_SXS_THREAD_QUERIES_DISABLED
- 
        #error_sxs_transaction_closure_incomplete?
        
          Returns trueif this enum value equalsERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
- 
        #error_sxs_unknown_encoding?
        
          Returns trueif this enum value equalsERROR_SXS_UNKNOWN_ENCODING
- 
        #error_sxs_unknown_encoding_group?
        
          Returns trueif this enum value equalsERROR_SXS_UNKNOWN_ENCODING_GROUP
- 
        #error_sxs_untranslatable_hresult?
        
          Returns trueif this enum value equalsERROR_SXS_UNTRANSLATABLE_HRESULT
- 
        #error_sxs_version_conflict?
        
          Returns trueif this enum value equalsERROR_SXS_VERSION_CONFLICT
- 
        #error_sxs_wrong_section_type?
        
          Returns trueif this enum value equalsERROR_SXS_WRONG_SECTION_TYPE
- 
        #error_sxs_xml_e_badchardata?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADCHARDATA
- 
        #error_sxs_xml_e_badcharinstring?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADCHARINSTRING
- 
        #error_sxs_xml_e_badnamechar?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADNAMECHAR
- 
        #error_sxs_xml_e_badperefinsubset?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADPEREFINSUBSET
- 
        #error_sxs_xml_e_badstartnamechar?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADSTARTNAMECHAR
- 
        #error_sxs_xml_e_badxmlcase?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADXMLCASE
- 
        #error_sxs_xml_e_badxmldecl?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_BADXMLDECL
- 
        #error_sxs_xml_e_commentsyntax?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_COMMENTSYNTAX
- 
        #error_sxs_xml_e_duplicateattribute?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_DUPLICATEATTRIBUTE
- 
        #error_sxs_xml_e_expectingclosequote?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
- 
        #error_sxs_xml_e_expectingtagend?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_EXPECTINGTAGEND
- 
        #error_sxs_xml_e_incomplete_encoding?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INCOMPLETE_ENCODING
- 
        #error_sxs_xml_e_internalerror?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INTERNALERROR
- 
        #error_sxs_xml_e_invalid_decimal?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALID_DECIMAL
- 
        #error_sxs_xml_e_invalid_hexidecimal?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALID_HEXIDECIMAL
- 
        #error_sxs_xml_e_invalid_standalone?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALID_STANDALONE
- 
        #error_sxs_xml_e_invalid_unicode?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALID_UNICODE
- 
        #error_sxs_xml_e_invalid_version?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALID_VERSION
- 
        #error_sxs_xml_e_invalidatrootlevel?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALIDATROOTLEVEL
- 
        #error_sxs_xml_e_invalidencoding?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALIDENCODING
- 
        #error_sxs_xml_e_invalidswitch?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_INVALIDSWITCH
- 
        #error_sxs_xml_e_missing_paren?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSING_PAREN
- 
        #error_sxs_xml_e_missingequals?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSINGEQUALS
- 
        #error_sxs_xml_e_missingquote?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSINGQUOTE
- 
        #error_sxs_xml_e_missingroot?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSINGROOT
- 
        #error_sxs_xml_e_missingsemicolon?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSINGSEMICOLON
- 
        #error_sxs_xml_e_missingwhitespace?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MISSINGWHITESPACE
- 
        #error_sxs_xml_e_multiple_colons?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MULTIPLE_COLONS
- 
        #error_sxs_xml_e_multipleroots?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_MULTIPLEROOTS
- 
        #error_sxs_xml_e_reservednamespace?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_RESERVEDNAMESPACE
- 
        #error_sxs_xml_e_unbalancedparen?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNBALANCEDPAREN
- 
        #error_sxs_xml_e_unclosedcdata?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDCDATA
- 
        #error_sxs_xml_e_unclosedcomment?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDCOMMENT
- 
        #error_sxs_xml_e_uncloseddecl?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDDECL
- 
        #error_sxs_xml_e_unclosedendtag?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDENDTAG
- 
        #error_sxs_xml_e_unclosedstarttag?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDSTARTTAG
- 
        #error_sxs_xml_e_unclosedstring?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDSTRING
- 
        #error_sxs_xml_e_unclosedtag?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNCLOSEDTAG
- 
        #error_sxs_xml_e_unexpected_standalone?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNEXPECTED_STANDALONE
- 
        #error_sxs_xml_e_unexpected_whitespace?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
- 
        #error_sxs_xml_e_unexpectedendtag?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNEXPECTEDENDTAG
- 
        #error_sxs_xml_e_unexpectedeof?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_UNEXPECTEDEOF
- 
        #error_sxs_xml_e_whitespaceorquestionmark?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
- 
        #error_sxs_xml_e_xmldeclsyntax?
        
          Returns trueif this enum value equalsERROR_SXS_XML_E_XMLDECLSYNTAX
- 
        #error_sync_foreground_refresh_required?
        
          Returns trueif this enum value equalsERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
- 
        #error_system_device_not_found?
        
          Returns trueif this enum value equalsERROR_SYSTEM_DEVICE_NOT_FOUND
- 
        #error_system_needs_remediation?
        
          Returns trueif this enum value equalsERROR_SYSTEM_NEEDS_REMEDIATION
- 
        #error_system_trace?
        
          Returns trueif this enum value equalsERROR_SYSTEM_TRACE
- 
        #error_tag_not_found?
        
          Returns trueif this enum value equalsERROR_TAG_NOT_FOUND
- 
        #error_tag_not_present?
        
          Returns trueif this enum value equalsERROR_TAG_NOT_PRESENT
- 
        #error_thread_1_inactive?
        
          Returns trueif this enum value equalsERROR_THREAD_1_INACTIVE
- 
        #error_time_skew?
        
          Returns trueif this enum value equalsERROR_TIME_SKEW
- 
        #error_timeout?
        
          Returns trueif this enum value equalsERROR_TIMEOUT
- 
        #error_tlw_with_wschild?
        
          Returns trueif this enum value equalsERROR_TLW_WITH_WSCHILD
- 
        #error_token_already_in_use?
        
          Returns trueif this enum value equalsERROR_TOKEN_ALREADY_IN_USE
- 
        #error_too_many_cmds?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_CMDS
- 
        #error_too_many_context_ids?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_CONTEXT_IDS
- 
        #error_too_many_links?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_LINKS
- 
        #error_too_many_luids_requested?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_LUIDS_REQUESTED
- 
        #error_too_many_modules?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_MODULES
- 
        #error_too_many_muxwaiters?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_MUXWAITERS
- 
        #error_too_many_names?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_NAMES
- 
        #error_too_many_open_files?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_OPEN_FILES
- 
        #error_too_many_posts?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_POSTS
- 
        #error_too_many_secrets?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_SECRETS
- 
        #error_too_many_sem_requests?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_SEM_REQUESTS
- 
        #error_too_many_semaphores?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_SEMAPHORES
- 
        #error_too_many_sess?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_SESS
- 
        #error_too_many_sids?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_SIDS
- 
        #error_too_many_tcbs?
        
          Returns trueif this enum value equalsERROR_TOO_MANY_TCBS
- 
        #error_transform_not_supported?
        
          Returns trueif this enum value equalsERROR_TRANSFORM_NOT_SUPPORTED
- 
        #error_transport_full?
        
          Returns trueif this enum value equalsERROR_TRANSPORT_FULL
- 
        #error_trust_failure?
        
          Returns trueif this enum value equalsERROR_TRUST_FAILURE
- 
        #error_trusted_domain_failure?
        
          Returns trueif this enum value equalsERROR_TRUSTED_DOMAIN_FAILURE
- 
        #error_trusted_relationship_failure?
        
          Returns trueif this enum value equalsERROR_TRUSTED_RELATIONSHIP_FAILURE
- 
        #error_unable_to_clean?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_CLEAN
- 
        #error_unable_to_eject_mounted_media?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
- 
        #error_unable_to_inventory_drive?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_INVENTORY_DRIVE
- 
        #error_unable_to_inventory_slot?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_INVENTORY_SLOT
- 
        #error_unable_to_inventory_transport?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_INVENTORY_TRANSPORT
- 
        #error_unable_to_load_medium?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_LOAD_MEDIUM
- 
        #error_unable_to_lock_media?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_LOCK_MEDIA
- 
        #error_unable_to_move_replacement?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_MOVE_REPLACEMENT
- 
        #error_unable_to_move_replacement_2?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_MOVE_REPLACEMENT_2
- 
        #error_unable_to_remove_replaced?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_REMOVE_REPLACED
- 
        #error_unable_to_unload_media?
        
          Returns trueif this enum value equalsERROR_UNABLE_TO_UNLOAD_MEDIA
- 
        #error_unexp_net_err?
        
          Returns trueif this enum value equalsERROR_UNEXP_NET_ERR
- 
        #error_unexpected_omid?
        
          Returns trueif this enum value equalsERROR_UNEXPECTED_OMID
- 
        #error_unidentified_error?
        
          Returns trueif this enum value equalsERROR_UNIDENTIFIED_ERROR
- 
        #error_unknown_component?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_COMPONENT
- 
        #error_unknown_feature?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_FEATURE
- 
        #error_unknown_port?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PORT
- 
        #error_unknown_print_monitor?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PRINT_MONITOR
- 
        #error_unknown_printer_driver?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PRINTER_DRIVER
- 
        #error_unknown_printprocessor?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PRINTPROCESSOR
- 
        #error_unknown_product?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PRODUCT
- 
        #error_unknown_property?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_PROPERTY
- 
        #error_unknown_revision?
        
          Returns trueif this enum value equalsERROR_UNKNOWN_REVISION
- 
        #error_unmapped_substitution_string?
        
          Returns trueif this enum value equalsERROR_UNMAPPED_SUBSTITUTION_STRING
- 
        #error_unrecognized_media?
        
          Returns trueif this enum value equalsERROR_UNRECOGNIZED_MEDIA
- 
        #error_unrecognized_volume?
        
          Returns trueif this enum value equalsERROR_UNRECOGNIZED_VOLUME
- 
        #error_unsupported_type?
        
          Returns trueif this enum value equalsERROR_UNSUPPORTED_TYPE
- 
        #error_user_apc?
        
          Returns trueif this enum value equalsERROR_USER_APC
- 
        #error_user_delete_trust_quota_exceeded?
        
          Returns trueif this enum value equalsERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
- 
        #error_user_exists?
        
          Returns trueif this enum value equalsERROR_USER_EXISTS
- 
        #error_user_mapped_file?
        
          Returns trueif this enum value equalsERROR_USER_MAPPED_FILE
- 
        #error_vc_disconnected?
        
          Returns trueif this enum value equalsERROR_VC_DISCONNECTED
- 
        #error_vdm_disallowed?
        
          Returns trueif this enum value equalsERROR_VDM_DISALLOWED
- 
        #error_volume_contains_sys_files?
        
          Returns trueif this enum value equalsERROR_VOLUME_CONTAINS_SYS_FILES
- 
        #error_volume_not_sis_enabled?
        
          Returns trueif this enum value equalsERROR_VOLUME_NOT_SIS_ENABLED
- 
        #error_volume_not_support_efs?
        
          Returns trueif this enum value equalsERROR_VOLUME_NOT_SUPPORT_EFS
- 
        #error_wait_1?
        
          Returns trueif this enum value equalsERROR_WAIT_1
- 
        #error_wait_2?
        
          Returns trueif this enum value equalsERROR_WAIT_2
- 
        #error_wait_3?
        
          Returns trueif this enum value equalsERROR_WAIT_3
- 
        #error_wait_63?
        
          Returns trueif this enum value equalsERROR_WAIT_63
- 
        #error_wait_no_children?
        
          Returns trueif this enum value equalsERROR_WAIT_NO_CHILDREN
- 
        #error_wake_system?
        
          Returns trueif this enum value equalsERROR_WAKE_SYSTEM
- 
        #error_window_not_combobox?
        
          Returns trueif this enum value equalsERROR_WINDOW_NOT_COMBOBOX
- 
        #error_window_not_dialog?
        
          Returns trueif this enum value equalsERROR_WINDOW_NOT_DIALOG
- 
        #error_window_of_other_thread?
        
          Returns trueif this enum value equalsERROR_WINDOW_OF_OTHER_THREAD
- 
        #error_wins_internal?
        
          Returns trueif this enum value equalsERROR_WINS_INTERNAL
- 
        #error_wmi_already_disabled?
        
          Returns trueif this enum value equalsERROR_WMI_ALREADY_DISABLED
- 
        #error_wmi_already_enabled?
        
          Returns trueif this enum value equalsERROR_WMI_ALREADY_ENABLED
- 
        #error_wmi_dp_failed?
        
          Returns trueif this enum value equalsERROR_WMI_DP_FAILED
- 
        #error_wmi_dp_not_found?
        
          Returns trueif this enum value equalsERROR_WMI_DP_NOT_FOUND
- 
        #error_wmi_guid_disconnected?
        
          Returns trueif this enum value equalsERROR_WMI_GUID_DISCONNECTED
- 
        #error_wmi_guid_not_found?
        
          Returns trueif this enum value equalsERROR_WMI_GUID_NOT_FOUND
- 
        #error_wmi_instance_not_found?
        
          Returns trueif this enum value equalsERROR_WMI_INSTANCE_NOT_FOUND
- 
        #error_wmi_invalid_mof?
        
          Returns trueif this enum value equalsERROR_WMI_INVALID_MOF
- 
        #error_wmi_invalid_reginfo?
        
          Returns trueif this enum value equalsERROR_WMI_INVALID_REGINFO
- 
        #error_wmi_itemid_not_found?
        
          Returns trueif this enum value equalsERROR_WMI_ITEMID_NOT_FOUND
- 
        #error_wmi_read_only?
        
          Returns trueif this enum value equalsERROR_WMI_READ_ONLY
- 
        #error_wmi_server_unavailable?
        
          Returns trueif this enum value equalsERROR_WMI_SERVER_UNAVAILABLE
- 
        #error_wmi_set_failure?
        
          Returns trueif this enum value equalsERROR_WMI_SET_FAILURE
- 
        #error_wmi_try_again?
        
          Returns trueif this enum value equalsERROR_WMI_TRY_AGAIN
- 
        #error_wmi_unresolved_instance_ref?
        
          Returns trueif this enum value equalsERROR_WMI_UNRESOLVED_INSTANCE_REF
- 
        #error_working_set_quota?
        
          Returns trueif this enum value equalsERROR_WORKING_SET_QUOTA
- 
        #error_write_fault?
        
          Returns trueif this enum value equalsERROR_WRITE_FAULT
- 
        #error_write_protect?
        
          Returns trueif this enum value equalsERROR_WRITE_PROTECT
- 
        #error_wrong_disk?
        
          Returns trueif this enum value equalsERROR_WRONG_DISK
- 
        #error_wrong_efs?
        
          Returns trueif this enum value equalsERROR_WRONG_EFS
- 
        #error_wrong_password?
        
          Returns trueif this enum value equalsERROR_WRONG_PASSWORD
- 
        #error_wrong_target_name?
        
          Returns trueif this enum value equalsERROR_WRONG_TARGET_NAME
- 
        #error_xml_encoding_mismatch?
        
          Returns trueif this enum value equalsERROR_XML_ENCODING_MISMATCH
- 
        #frs_err_authentication?
        
          Returns trueif this enum value equalsFRS_ERR_AUTHENTICATION
- 
        #frs_err_child_to_parent_comm?
        
          Returns trueif this enum value equalsFRS_ERR_CHILD_TO_PARENT_COMM
- 
        #frs_err_insufficient_priv?
        
          Returns trueif this enum value equalsFRS_ERR_INSUFFICIENT_PRIV
- 
        #frs_err_internal?
        
          Returns trueif this enum value equalsFRS_ERR_INTERNAL
- 
        #frs_err_internal_api?
        
          Returns trueif this enum value equalsFRS_ERR_INTERNAL_API
- 
        #frs_err_invalid_api_sequence?
        
          Returns trueif this enum value equalsFRS_ERR_INVALID_API_SEQUENCE
- 
        #frs_err_invalid_service_parameter?
        
          Returns trueif this enum value equalsFRS_ERR_INVALID_SERVICE_PARAMETER
- 
        #frs_err_parent_authentication?
        
          Returns trueif this enum value equalsFRS_ERR_PARENT_AUTHENTICATION
- 
        #frs_err_parent_insufficient_priv?
        
          Returns trueif this enum value equalsFRS_ERR_PARENT_INSUFFICIENT_PRIV
- 
        #frs_err_parent_to_child_comm?
        
          Returns trueif this enum value equalsFRS_ERR_PARENT_TO_CHILD_COMM
- 
        #frs_err_service_comm?
        
          Returns trueif this enum value equalsFRS_ERR_SERVICE_COMM
- 
        #frs_err_starting_service?
        
          Returns trueif this enum value equalsFRS_ERR_STARTING_SERVICE
- 
        #frs_err_stopping_service?
        
          Returns trueif this enum value equalsFRS_ERR_STOPPING_SERVICE
- 
        #frs_err_sysvol_demote?
        
          Returns trueif this enum value equalsFRS_ERR_SYSVOL_DEMOTE
- 
        #frs_err_sysvol_is_busy?
        
          Returns trueif this enum value equalsFRS_ERR_SYSVOL_IS_BUSY
- 
        #frs_err_sysvol_populate?
        
          Returns trueif this enum value equalsFRS_ERR_SYSVOL_POPULATE
- 
        #frs_err_sysvol_populate_timeout?
        
          Returns trueif this enum value equalsFRS_ERR_SYSVOL_POPULATE_TIMEOUT
- 
        #message : String
        
          Returns the system error message associated with this error code. 
- 
        #or_invalid_oid?
        
          Returns trueif this enum value equalsOR_INVALID_OID
- 
        #or_invalid_oxid?
        
          Returns trueif this enum value equalsOR_INVALID_OXID
- 
        #or_invalid_set?
        
          Returns trueif this enum value equalsOR_INVALID_SET
- 
        #rpc_s_address_error?
        
          Returns trueif this enum value equalsRPC_S_ADDRESS_ERROR
- 
        #rpc_s_already_listening?
        
          Returns trueif this enum value equalsRPC_S_ALREADY_LISTENING
- 
        #rpc_s_already_registered?
        
          Returns trueif this enum value equalsRPC_S_ALREADY_REGISTERED
- 
        #rpc_s_binding_has_no_auth?
        
          Returns trueif this enum value equalsRPC_S_BINDING_HAS_NO_AUTH
- 
        #rpc_s_binding_incomplete?
        
          Returns trueif this enum value equalsRPC_S_BINDING_INCOMPLETE
- 
        #rpc_s_call_cancelled?
        
          Returns trueif this enum value equalsRPC_S_CALL_CANCELLED
- 
        #rpc_s_call_failed?
        
          Returns trueif this enum value equalsRPC_S_CALL_FAILED
- 
        #rpc_s_call_failed_dne?
        
          Returns trueif this enum value equalsRPC_S_CALL_FAILED_DNE
- 
        #rpc_s_call_in_progress?
        
          Returns trueif this enum value equalsRPC_S_CALL_IN_PROGRESS
- 
        #rpc_s_cannot_support?
        
          Returns trueif this enum value equalsRPC_S_CANNOT_SUPPORT
- 
        #rpc_s_cant_create_endpoint?
        
          Returns trueif this enum value equalsRPC_S_CANT_CREATE_ENDPOINT
- 
        #rpc_s_comm_failure?
        
          Returns trueif this enum value equalsRPC_S_COMM_FAILURE
- 
        #rpc_s_duplicate_endpoint?
        
          Returns trueif this enum value equalsRPC_S_DUPLICATE_ENDPOINT
- 
        #rpc_s_entry_already_exists?
        
          Returns trueif this enum value equalsRPC_S_ENTRY_ALREADY_EXISTS
- 
        #rpc_s_entry_not_found?
        
          Returns trueif this enum value equalsRPC_S_ENTRY_NOT_FOUND
- 
        #rpc_s_entry_type_mismatch?
        
          Returns trueif this enum value equalsRPC_S_ENTRY_TYPE_MISMATCH
- 
        #rpc_s_fp_div_zero?
        
          Returns trueif this enum value equalsRPC_S_FP_DIV_ZERO
- 
        #rpc_s_fp_overflow?
        
          Returns trueif this enum value equalsRPC_S_FP_OVERFLOW
- 
        #rpc_s_fp_underflow?
        
          Returns trueif this enum value equalsRPC_S_FP_UNDERFLOW
- 
        #rpc_s_group_member_not_found?
        
          Returns trueif this enum value equalsRPC_S_GROUP_MEMBER_NOT_FOUND
- 
        #rpc_s_grp_elt_not_added?
        
          Returns trueif this enum value equalsRPC_S_GRP_ELT_NOT_ADDED
- 
        #rpc_s_grp_elt_not_removed?
        
          Returns trueif this enum value equalsRPC_S_GRP_ELT_NOT_REMOVED
- 
        #rpc_s_incomplete_name?
        
          Returns trueif this enum value equalsRPC_S_INCOMPLETE_NAME
- 
        #rpc_s_interface_not_exported?
        
          Returns trueif this enum value equalsRPC_S_INTERFACE_NOT_EXPORTED
- 
        #rpc_s_interface_not_found?
        
          Returns trueif this enum value equalsRPC_S_INTERFACE_NOT_FOUND
- 
        #rpc_s_internal_error?
        
          Returns trueif this enum value equalsRPC_S_INTERNAL_ERROR
- 
        #rpc_s_invalid_async_call?
        
          Returns trueif this enum value equalsRPC_S_INVALID_ASYNC_CALL
- 
        #rpc_s_invalid_async_handle?
        
          Returns trueif this enum value equalsRPC_S_INVALID_ASYNC_HANDLE
- 
        #rpc_s_invalid_auth_identity?
        
          Returns trueif this enum value equalsRPC_S_INVALID_AUTH_IDENTITY
- 
        #rpc_s_invalid_binding?
        
          Returns trueif this enum value equalsRPC_S_INVALID_BINDING
- 
        #rpc_s_invalid_bound?
        
          Returns trueif this enum value equalsRPC_S_INVALID_BOUND
- 
        #rpc_s_invalid_endpoint_format?
        
          Returns trueif this enum value equalsRPC_S_INVALID_ENDPOINT_FORMAT
- 
        #rpc_s_invalid_naf_id?
        
          Returns trueif this enum value equalsRPC_S_INVALID_NAF_ID
- 
        #rpc_s_invalid_name_syntax?
        
          Returns trueif this enum value equalsRPC_S_INVALID_NAME_SYNTAX
- 
        #rpc_s_invalid_net_addr?
        
          Returns trueif this enum value equalsRPC_S_INVALID_NET_ADDR
- 
        #rpc_s_invalid_network_options?
        
          Returns trueif this enum value equalsRPC_S_INVALID_NETWORK_OPTIONS
- 
        #rpc_s_invalid_object?
        
          Returns trueif this enum value equalsRPC_S_INVALID_OBJECT
- 
        #rpc_s_invalid_rpc_protseq?
        
          Returns trueif this enum value equalsRPC_S_INVALID_RPC_PROTSEQ
- 
        #rpc_s_invalid_string_binding?
        
          Returns trueif this enum value equalsRPC_S_INVALID_STRING_BINDING
- 
        #rpc_s_invalid_string_uuid?
        
          Returns trueif this enum value equalsRPC_S_INVALID_STRING_UUID
- 
        #rpc_s_invalid_tag?
        
          Returns trueif this enum value equalsRPC_S_INVALID_TAG
- 
        #rpc_s_invalid_timeout?
        
          Returns trueif this enum value equalsRPC_S_INVALID_TIMEOUT
- 
        #rpc_s_invalid_vers_option?
        
          Returns trueif this enum value equalsRPC_S_INVALID_VERS_OPTION
- 
        #rpc_s_max_calls_too_small?
        
          Returns trueif this enum value equalsRPC_S_MAX_CALLS_TOO_SMALL
- 
        #rpc_s_name_service_unavailable?
        
          Returns trueif this enum value equalsRPC_S_NAME_SERVICE_UNAVAILABLE
- 
        #rpc_s_no_bindings?
        
          Returns trueif this enum value equalsRPC_S_NO_BINDINGS
- 
        #rpc_s_no_call_active?
        
          Returns trueif this enum value equalsRPC_S_NO_CALL_ACTIVE
- 
        #rpc_s_no_context_available?
        
          Returns trueif this enum value equalsRPC_S_NO_CONTEXT_AVAILABLE
- 
        #rpc_s_no_endpoint_found?
        
          Returns trueif this enum value equalsRPC_S_NO_ENDPOINT_FOUND
- 
        #rpc_s_no_entry_name?
        
          Returns trueif this enum value equalsRPC_S_NO_ENTRY_NAME
- 
        #rpc_s_no_interfaces?
        
          Returns trueif this enum value equalsRPC_S_NO_INTERFACES
- 
        #rpc_s_no_more_bindings?
        
          Returns trueif this enum value equalsRPC_S_NO_MORE_BINDINGS
- 
        #rpc_s_no_more_members?
        
          Returns trueif this enum value equalsRPC_S_NO_MORE_MEMBERS
- 
        #rpc_s_no_princ_name?
        
          Returns trueif this enum value equalsRPC_S_NO_PRINC_NAME
- 
        #rpc_s_no_protseqs?
        
          Returns trueif this enum value equalsRPC_S_NO_PROTSEQS
- 
        #rpc_s_no_protseqs_registered?
        
          Returns trueif this enum value equalsRPC_S_NO_PROTSEQS_REGISTERED
- 
        #rpc_s_not_all_objs_exported?
        
          Returns trueif this enum value equalsRPC_S_NOT_ALL_OBJS_EXPORTED
- 
        #rpc_s_not_all_objs_unexported?
        
          Returns trueif this enum value equalsRPC_S_NOT_ALL_OBJS_UNEXPORTED
- 
        #rpc_s_not_cancelled?
        
          Returns trueif this enum value equalsRPC_S_NOT_CANCELLED
- 
        #rpc_s_not_listening?
        
          Returns trueif this enum value equalsRPC_S_NOT_LISTENING
- 
        #rpc_s_not_rpc_error?
        
          Returns trueif this enum value equalsRPC_S_NOT_RPC_ERROR
- 
        #rpc_s_nothing_to_export?
        
          Returns trueif this enum value equalsRPC_S_NOTHING_TO_EXPORT
- 
        #rpc_s_object_not_found?
        
          Returns trueif this enum value equalsRPC_S_OBJECT_NOT_FOUND
- 
        #rpc_s_out_of_resources?
        
          Returns trueif this enum value equalsRPC_S_OUT_OF_RESOURCES
- 
        #rpc_s_prf_elt_not_added?
        
          Returns trueif this enum value equalsRPC_S_PRF_ELT_NOT_ADDED
- 
        #rpc_s_prf_elt_not_removed?
        
          Returns trueif this enum value equalsRPC_S_PRF_ELT_NOT_REMOVED
- 
        #rpc_s_procnum_out_of_range?
        
          Returns trueif this enum value equalsRPC_S_PROCNUM_OUT_OF_RANGE
- 
        #rpc_s_profile_not_added?
        
          Returns trueif this enum value equalsRPC_S_PROFILE_NOT_ADDED
- 
        #rpc_s_protocol_error?
        
          Returns trueif this enum value equalsRPC_S_PROTOCOL_ERROR
- 
        #rpc_s_protseq_not_found?
        
          Returns trueif this enum value equalsRPC_S_PROTSEQ_NOT_FOUND
- 
        #rpc_s_protseq_not_supported?
        
          Returns trueif this enum value equalsRPC_S_PROTSEQ_NOT_SUPPORTED
- 
        #rpc_s_sec_pkg_error?
        
          Returns trueif this enum value equalsRPC_S_SEC_PKG_ERROR
- 
        #rpc_s_send_incomplete?
        
          Returns trueif this enum value equalsRPC_S_SEND_INCOMPLETE
- 
        #rpc_s_server_too_busy?
        
          Returns trueif this enum value equalsRPC_S_SERVER_TOO_BUSY
- 
        #rpc_s_server_unavailable?
        
          Returns trueif this enum value equalsRPC_S_SERVER_UNAVAILABLE
- 
        #rpc_s_string_too_long?
        
          Returns trueif this enum value equalsRPC_S_STRING_TOO_LONG
- 
        #rpc_s_type_already_registered?
        
          Returns trueif this enum value equalsRPC_S_TYPE_ALREADY_REGISTERED
- 
        #rpc_s_unknown_authn_level?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_AUTHN_LEVEL
- 
        #rpc_s_unknown_authn_service?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_AUTHN_SERVICE
- 
        #rpc_s_unknown_authn_type?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_AUTHN_TYPE
- 
        #rpc_s_unknown_authz_service?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_AUTHZ_SERVICE
- 
        #rpc_s_unknown_if?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_IF
- 
        #rpc_s_unknown_mgr_type?
        
          Returns trueif this enum value equalsRPC_S_UNKNOWN_MGR_TYPE
- 
        #rpc_s_unsupported_authn_level?
        
          Returns trueif this enum value equalsRPC_S_UNSUPPORTED_AUTHN_LEVEL
- 
        #rpc_s_unsupported_name_syntax?
        
          Returns trueif this enum value equalsRPC_S_UNSUPPORTED_NAME_SYNTAX
- 
        #rpc_s_unsupported_trans_syn?
        
          Returns trueif this enum value equalsRPC_S_UNSUPPORTED_TRANS_SYN
- 
        #rpc_s_unsupported_type?
        
          Returns trueif this enum value equalsRPC_S_UNSUPPORTED_TYPE
- 
        #rpc_s_uuid_local_only?
        
          Returns trueif this enum value equalsRPC_S_UUID_LOCAL_ONLY
- 
        #rpc_s_uuid_no_address?
        
          Returns trueif this enum value equalsRPC_S_UUID_NO_ADDRESS
- 
        #rpc_s_wrong_kind_of_binding?
        
          Returns trueif this enum value equalsRPC_S_WRONG_KIND_OF_BINDING
- 
        #rpc_s_zero_divide?
        
          Returns trueif this enum value equalsRPC_S_ZERO_DIVIDE
- 
        #rpc_x_bad_stub_data?
        
          Returns trueif this enum value equalsRPC_X_BAD_STUB_DATA
- 
        #rpc_x_byte_count_too_small?
        
          Returns trueif this enum value equalsRPC_X_BYTE_COUNT_TOO_SMALL
- 
        #rpc_x_enum_value_out_of_range?
        
          Returns trueif this enum value equalsRPC_X_ENUM_VALUE_OUT_OF_RANGE
- 
        #rpc_x_invalid_es_action?
        
          Returns trueif this enum value equalsRPC_X_INVALID_ES_ACTION
- 
        #rpc_x_invalid_pipe_object?
        
          Returns trueif this enum value equalsRPC_X_INVALID_PIPE_OBJECT
- 
        #rpc_x_no_more_entries?
        
          Returns trueif this enum value equalsRPC_X_NO_MORE_ENTRIES
- 
        #rpc_x_null_ref_pointer?
        
          Returns trueif this enum value equalsRPC_X_NULL_REF_POINTER
- 
        #rpc_x_pipe_closed?
        
          Returns trueif this enum value equalsRPC_X_PIPE_CLOSED
- 
        #rpc_x_pipe_discipline_error?
        
          Returns trueif this enum value equalsRPC_X_PIPE_DISCIPLINE_ERROR
- 
        #rpc_x_pipe_empty?
        
          Returns trueif this enum value equalsRPC_X_PIPE_EMPTY
- 
        #rpc_x_ss_cannot_get_call_handle?
        
          Returns trueif this enum value equalsRPC_X_SS_CANNOT_GET_CALL_HANDLE
- 
        #rpc_x_ss_char_trans_open_fail?
        
          Returns trueif this enum value equalsRPC_X_SS_CHAR_TRANS_OPEN_FAIL
- 
        #rpc_x_ss_char_trans_short_file?
        
          Returns trueif this enum value equalsRPC_X_SS_CHAR_TRANS_SHORT_FILE
- 
        #rpc_x_ss_context_damaged?
        
          Returns trueif this enum value equalsRPC_X_SS_CONTEXT_DAMAGED
- 
        #rpc_x_ss_handles_mismatch?
        
          Returns trueif this enum value equalsRPC_X_SS_HANDLES_MISMATCH
- 
        #rpc_x_ss_in_null_context?
        
          Returns trueif this enum value equalsRPC_X_SS_IN_NULL_CONTEXT
- 
        #rpc_x_wrong_es_version?
        
          Returns trueif this enum value equalsRPC_X_WRONG_ES_VERSION
- 
        #rpc_x_wrong_pipe_order?
        
          Returns trueif this enum value equalsRPC_X_WRONG_PIPE_ORDER
- 
        #rpc_x_wrong_pipe_version?
        
          Returns trueif this enum value equalsRPC_X_WRONG_PIPE_VERSION
- 
        #rpc_x_wrong_stub_version?
        
          Returns trueif this enum value equalsRPC_X_WRONG_STUB_VERSION
- 
        #sched_e_service_not_localsystem?
        
          Returns trueif this enum value equalsSCHED_E_SERVICE_NOT_LOCALSYSTEM
- #to_errno : Errno
- 
        #wait_timeout?
        
          Returns trueif this enum value equalsWAIT_TIMEOUT
- 
        #warning_ipsec_mm_policy_pruned?
        
          Returns trueif this enum value equalsWARNING_IPSEC_MM_POLICY_PRUNED
- 
        #warning_ipsec_qm_policy_pruned?
        
          Returns trueif this enum value equalsWARNING_IPSEC_QM_POLICY_PRUNED
- 
        #wsa_e_cancelled?
        
          Returns trueif this enum value equalsWSA_E_CANCELLED
- 
        #wsa_e_no_more?
        
          Returns trueif this enum value equalsWSA_E_NO_MORE
- 
        #wsa_invalid_handle?
        
          Returns trueif this enum value equalsWSA_INVALID_HANDLE
- 
        #wsa_io_incomplete?
        
          Returns trueif this enum value equalsWSA_IO_INCOMPLETE
- 
        #wsa_io_pending?
        
          Returns trueif this enum value equalsWSA_IO_PENDING
- 
        #wsa_qos_admission_failure?
        
          Returns trueif this enum value equalsWSA_QOS_ADMISSION_FAILURE
- 
        #wsa_qos_bad_object?
        
          Returns trueif this enum value equalsWSA_QOS_BAD_OBJECT
- 
        #wsa_qos_bad_style?
        
          Returns trueif this enum value equalsWSA_QOS_BAD_STYLE
- 
        #wsa_qos_efiltercount?
        
          Returns trueif this enum value equalsWSA_QOS_EFILTERCOUNT
- 
        #wsa_qos_efilterstyle?
        
          Returns trueif this enum value equalsWSA_QOS_EFILTERSTYLE
- 
        #wsa_qos_efiltertype?
        
          Returns trueif this enum value equalsWSA_QOS_EFILTERTYPE
- 
        #wsa_qos_eflowcount?
        
          Returns trueif this enum value equalsWSA_QOS_EFLOWCOUNT
- 
        #wsa_qos_eflowdesc?
        
          Returns trueif this enum value equalsWSA_QOS_EFLOWDESC
- 
        #wsa_qos_eflowspec?
        
          Returns trueif this enum value equalsWSA_QOS_EFLOWSPEC
- 
        #wsa_qos_eobjlength?
        
          Returns trueif this enum value equalsWSA_QOS_EOBJLENGTH
- 
        #wsa_qos_epolicyobj?
        
          Returns trueif this enum value equalsWSA_QOS_EPOLICYOBJ
- 
        #wsa_qos_eprovspecbuf?
        
          Returns trueif this enum value equalsWSA_QOS_EPROVSPECBUF
- 
        #wsa_qos_epsfilterspec?
        
          Returns trueif this enum value equalsWSA_QOS_EPSFILTERSPEC
- 
        #wsa_qos_epsflowspec?
        
          Returns trueif this enum value equalsWSA_QOS_EPSFLOWSPEC
- 
        #wsa_qos_esdmodeobj?
        
          Returns trueif this enum value equalsWSA_QOS_ESDMODEOBJ
- 
        #wsa_qos_eservicetype?
        
          Returns trueif this enum value equalsWSA_QOS_ESERVICETYPE
- 
        #wsa_qos_eshaperateobj?
        
          Returns trueif this enum value equalsWSA_QOS_ESHAPERATEOBJ
- 
        #wsa_qos_eunknownpsobj?
        
          Returns trueif this enum value equalsWSA_QOS_EUNKNOWNPSOBJ
- 
        #wsa_qos_eunkownpsobj?
        
          Returns trueif this enum value equalsWSA_QOS_EUNKOWNPSOBJ
- 
        #wsa_qos_generic_error?
        
          Returns trueif this enum value equalsWSA_QOS_GENERIC_ERROR
- 
        #wsa_qos_no_receivers?
        
          Returns trueif this enum value equalsWSA_QOS_NO_RECEIVERS
- 
        #wsa_qos_no_senders?
        
          Returns trueif this enum value equalsWSA_QOS_NO_SENDERS
- 
        #wsa_qos_policy_failure?
        
          Returns trueif this enum value equalsWSA_QOS_POLICY_FAILURE
- 
        #wsa_qos_receivers?
        
          Returns trueif this enum value equalsWSA_QOS_RECEIVERS
- 
        #wsa_qos_request_confirmed?
        
          Returns trueif this enum value equalsWSA_QOS_REQUEST_CONFIRMED
- 
        #wsa_qos_reserved_petype?
        
          Returns trueif this enum value equalsWSA_QOS_RESERVED_PETYPE
- 
        #wsa_qos_senders?
        
          Returns trueif this enum value equalsWSA_QOS_SENDERS
- 
        #wsa_qos_traffic_ctrl_error?
        
          Returns trueif this enum value equalsWSA_QOS_TRAFFIC_CTRL_ERROR
- 
        #wsabaseerr?
        
          Returns trueif this enum value equalsWSABASEERR
- 
        #wsaeacces?
        
          Returns trueif this enum value equalsWSAEACCES
- 
        #wsaeaddrinuse?
        
          Returns trueif this enum value equalsWSAEADDRINUSE
- 
        #wsaeaddrnotavail?
        
          Returns trueif this enum value equalsWSAEADDRNOTAVAIL
- 
        #wsaeafnosupport?
        
          Returns trueif this enum value equalsWSAEAFNOSUPPORT
- 
        #wsaealready?
        
          Returns trueif this enum value equalsWSAEALREADY
- 
        #wsaebadf?
        
          Returns trueif this enum value equalsWSAEBADF
- 
        #wsaecancelled?
        
          Returns trueif this enum value equalsWSAECANCELLED
- 
        #wsaeconnaborted?
        
          Returns trueif this enum value equalsWSAECONNABORTED
- 
        #wsaeconnrefused?
        
          Returns trueif this enum value equalsWSAECONNREFUSED
- 
        #wsaeconnreset?
        
          Returns trueif this enum value equalsWSAECONNRESET
- 
        #wsaedestaddrreq?
        
          Returns trueif this enum value equalsWSAEDESTADDRREQ
- 
        #wsaediscon?
        
          Returns trueif this enum value equalsWSAEDISCON
- 
        #wsaedquot?
        
          Returns trueif this enum value equalsWSAEDQUOT
- 
        #wsaefault?
        
          Returns trueif this enum value equalsWSAEFAULT
- 
        #wsaehostdown?
        
          Returns trueif this enum value equalsWSAEHOSTDOWN
- 
        #wsaehostunreach?
        
          Returns trueif this enum value equalsWSAEHOSTUNREACH
- 
        #wsaeinprogress?
        
          Returns trueif this enum value equalsWSAEINPROGRESS
- 
        #wsaeintr?
        
          Returns trueif this enum value equalsWSAEINTR
- 
        #wsaeinval?
        
          Returns trueif this enum value equalsWSAEINVAL
- 
        #wsaeinvalidproctable?
        
          Returns trueif this enum value equalsWSAEINVALIDPROCTABLE
- 
        #wsaeinvalidprovider?
        
          Returns trueif this enum value equalsWSAEINVALIDPROVIDER
- 
        #wsaeisconn?
        
          Returns trueif this enum value equalsWSAEISCONN
- 
        #wsaeloop?
        
          Returns trueif this enum value equalsWSAELOOP
- 
        #wsaemfile?
        
          Returns trueif this enum value equalsWSAEMFILE
- 
        #wsaemsgsize?
        
          Returns trueif this enum value equalsWSAEMSGSIZE
- 
        #wsaenametoolong?
        
          Returns trueif this enum value equalsWSAENAMETOOLONG
- 
        #wsaenetdown?
        
          Returns trueif this enum value equalsWSAENETDOWN
- 
        #wsaenetreset?
        
          Returns trueif this enum value equalsWSAENETRESET
- 
        #wsaenetunreach?
        
          Returns trueif this enum value equalsWSAENETUNREACH
- 
        #wsaenobufs?
        
          Returns trueif this enum value equalsWSAENOBUFS
- 
        #wsaenomore?
        
          Returns trueif this enum value equalsWSAENOMORE
- 
        #wsaenoprotoopt?
        
          Returns trueif this enum value equalsWSAENOPROTOOPT
- 
        #wsaenotconn?
        
          Returns trueif this enum value equalsWSAENOTCONN
- 
        #wsaenotempty?
        
          Returns trueif this enum value equalsWSAENOTEMPTY
- 
        #wsaenotsock?
        
          Returns trueif this enum value equalsWSAENOTSOCK
- 
        #wsaeopnotsupp?
        
          Returns trueif this enum value equalsWSAEOPNOTSUPP
- 
        #wsaepfnosupport?
        
          Returns trueif this enum value equalsWSAEPFNOSUPPORT
- 
        #wsaeproclim?
        
          Returns trueif this enum value equalsWSAEPROCLIM
- 
        #wsaeprotonosupport?
        
          Returns trueif this enum value equalsWSAEPROTONOSUPPORT
- 
        #wsaeprototype?
        
          Returns trueif this enum value equalsWSAEPROTOTYPE
- 
        #wsaeproviderfailedinit?
        
          Returns trueif this enum value equalsWSAEPROVIDERFAILEDINIT
- 
        #wsaerefused?
        
          Returns trueif this enum value equalsWSAEREFUSED
- 
        #wsaeremote?
        
          Returns trueif this enum value equalsWSAEREMOTE
- 
        #wsaeshutdown?
        
          Returns trueif this enum value equalsWSAESHUTDOWN
- 
        #wsaesocktnosupport?
        
          Returns trueif this enum value equalsWSAESOCKTNOSUPPORT
- 
        #wsaestale?
        
          Returns trueif this enum value equalsWSAESTALE
- 
        #wsaetimedout?
        
          Returns trueif this enum value equalsWSAETIMEDOUT
- 
        #wsaetoomanyrefs?
        
          Returns trueif this enum value equalsWSAETOOMANYREFS
- 
        #wsaeusers?
        
          Returns trueif this enum value equalsWSAEUSERS
- 
        #wsaewouldblock?
        
          Returns trueif this enum value equalsWSAEWOULDBLOCK
- 
        #wsahost_not_found?
        
          Returns trueif this enum value equalsWSAHOST_NOT_FOUND
- 
        #wsano_data?
        
          Returns trueif this enum value equalsWSANO_DATA
- 
        #wsano_recovery?
        
          Returns trueif this enum value equalsWSANO_RECOVERY
- 
        #wsanotinitialised?
        
          Returns trueif this enum value equalsWSANOTINITIALISED
- 
        #wsaservice_not_found?
        
          Returns trueif this enum value equalsWSASERVICE_NOT_FOUND
- 
        #wsasyscallfailure?
        
          Returns trueif this enum value equalsWSASYSCALLFAILURE
- 
        #wsasysnotready?
        
          Returns trueif this enum value equalsWSASYSNOTREADY
- 
        #wsatry_again?
        
          Returns trueif this enum value equalsWSATRY_AGAIN
- 
        #wsatype_not_found?
        
          Returns trueif this enum value equalsWSATYPE_NOT_FOUND
- 
        #wsavernotsupported?
        
          Returns trueif this enum value equalsWSAVERNOTSUPPORTED
Instance methods inherited from struct Enum
  
  
    
      &(other : self) : self
    &, 
    
  
    
      +(other : Int) : self
    +, 
    
  
    
      -(other : Int) : self
    -, 
    
  
    
      <=>(other : self)
    <=>, 
    
  
    
      ==(other : self)==(other) ==, ^(other : self) : self ^, |(other : self) : self |, ~ : self ~, clone clone, each(& : self -> ) each, hash(hasher) hash, includes?(other : self) : Bool includes?, inspect(io : IO) : Nil inspect, to_f32 : Float32 to_f32, to_f32! : Float32 to_f32!, to_f64 : Float64 to_f64, to_f64! : Float64 to_f64!, to_i : Int32 to_i, to_i128 : Int128 to_i128, to_i128! : Int128 to_i128!, to_i16 : Int16 to_i16, to_i16! : Int16 to_i16!, to_i32 : Int32 to_i32, to_i32! : Int32 to_i32!, to_i64 : Int64 to_i64, to_i64! : Int64 to_i64!, to_i8 : Int8 to_i8, to_i8! : Int8 to_i8!, to_json(json : JSON::Builder) to_json, to_s(io : IO) : Nil
to_s : String to_s, to_u128 : UInt128 to_u128, to_u128! : UInt128 to_u128!, to_u16 : UInt16 to_u16, to_u16! : UInt16 to_u16!, to_u32 : UInt32 to_u32, to_u32! : UInt32 to_u32!, to_u64 : UInt64 to_u64, to_u64! : UInt64 to_u64!, to_u8 : UInt8 to_u8, to_u8! : UInt8 to_u8!, to_yaml(yaml : YAML::Nodes::Builder) to_yaml, value : Int value
Constructor methods inherited from struct Enum
  
  
    
      from_value(value : Int) : self
    from_value, 
    
  
    
      new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(value : self)
new(pull : JSON::PullParser) new, parse(string : String) : self parse
Class methods inherited from struct Enum
  
  
    
      each(& : self -> )
    each, 
    
  
    
      from_value?(value : Int) : self | Nil
    from_value?, 
    
  
    
      names : Array(String)
    names, 
    
  
    
      parse?(string : String) : self | Nil
    parse?, 
    
  
    
      valid?(value : self) : Bool
    valid?, 
    
  
    
      values : Array(self)
    values
    
  
      
  Macros inherited from struct Enum
  
  
    
      [](*values)
    [], 
    
  
    
      flags(*values)
    flags
    
  
    
      
  Instance methods inherited from module Comparable(Enum)
  
  
    
      <(other : T) : Bool
    <, 
    
  
    
      <=(other : T)
    <=, 
    
  
    
      <=>(other : T)
    <=>, 
    
  
    
      ==(other : T)
    ==, 
    
  
    
      >(other : T) : Bool
    >, 
    
  
    
      >=(other : T)
    >=, 
    
  
    
      clamp(min, max)clamp(range : Range) clamp
Instance methods inherited from struct Value
  
  
    
      ==(other : JSON::Any)==(other : YAML::Any)
==(other) ==, dup dup
Instance methods inherited from class Object
  
  
    
      ! : Bool
    !, 
    
  
    
      !=(other)
    !=, 
    
  
    
      !~(other)
    !~, 
    
  
    
      ==(other)
    ==, 
    
  
    
      ===(other : JSON::Any)===(other : YAML::Any)
===(other) ===, =~(other) =~, as(type : Class) as, as?(type : Class) as?, class class, dup dup, hash(hasher)
hash hash, in?(collection : Object) : Bool
in?(*values : Object) : Bool in?, inspect(io : IO) : Nil
inspect : String inspect, is_a?(type : Class) : Bool is_a?, itself itself, nil? : Bool nil?, not_nil!(message)
not_nil! not_nil!, pretty_inspect(width = 79, newline = "\n", indent = 0) : String pretty_inspect, pretty_print(pp : PrettyPrint) : Nil pretty_print, responds_to?(name : Symbol) : Bool responds_to?, tap(&) tap, to_json(io : IO) : Nil
to_json : String to_json, to_pretty_json(indent : String = " ") : String
to_pretty_json(io : IO, indent : String = " ") : Nil to_pretty_json, to_s(io : IO) : Nil
to_s : String to_s, to_yaml(io : IO) : Nil
to_yaml : String to_yaml, try(&) try, unsafe_as(type : T.class) forall T unsafe_as
Class methods inherited from class Object
  
  
    
      from_json(string_or_io, root : String)from_json(string_or_io) from_json, from_yaml(string_or_io : String | IO) from_yaml
Macros inherited from class Object
  
  
    
      class_getter(*names, &block)
    class_getter, 
    
  
    
      class_getter!(*names)
    class_getter!, 
    
  
    
      class_getter?(*names, &block)
    class_getter?, 
    
  
    
      class_property(*names, &block)
    class_property, 
    
  
    
      class_property!(*names)
    class_property!, 
    
  
    
      class_property?(*names, &block)
    class_property?, 
    
  
    
      class_setter(*names)
    class_setter, 
    
  
    
      def_clone
    def_clone, 
    
  
    
      def_equals(*fields)
    def_equals, 
    
  
    
      def_equals_and_hash(*fields)
    def_equals_and_hash, 
    
  
    
      def_hash(*fields)
    def_hash, 
    
  
    
      delegate(*methods, to object)
    delegate, 
    
  
    
      forward_missing_to(delegate)
    forward_missing_to, 
    
  
    
      getter(*names, &block)
    getter, 
    
  
    
      getter!(*names)
    getter!, 
    
  
    
      getter?(*names, &block)
    getter?, 
    
  
    
      property(*names, &block)
    property, 
    
  
    
      property!(*names)
    property!, 
    
  
    
      property?(*names, &block)
    property?, 
    
  
    
      setter(*names)
    setter
    
  
    
  Constructor Detail
Returns the value of GetLastError
which is used to retrieve the error code of the previously called win32 function.
Raises NotImplementedError on non-win32 platforms.
Class Method Detail
Sets the value of SetLastError
which signifies the error code of the previously called win32 function.
Raises NotImplementedError on non-win32 platforms.
Returns the value of WSAGetLastError
which is used to retrieve the error code of the previously called Windows Socket API function.
Raises NotImplementedError on non-win32 platforms.
Sets the value of WSASetLastError
which signifies the error code of the previously called Windows Socket API function.
Raises NotImplementedError on non-win32 platforms.
Instance Method Detail
Returns true if this enum value equals APPMODEL_ERROR_NO_APPLICATION
Returns true if this enum value equals APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT
Returns true if this enum value equals APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT
Returns true if this enum value equals DNS_ERROR_AUTOZONE_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_CANNOT_FIND_ROOT_HINTS
Returns true if this enum value equals DNS_ERROR_DATAFILE_OPEN_FAILURE
Returns true if this enum value equals DNS_ERROR_DP_ALREADY_ENLISTED
Returns true if this enum value equals DNS_ERROR_DP_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_DP_DOES_NOT_EXIST
Returns true if this enum value equals DNS_ERROR_DS_ZONE_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_FILE_WRITEBACK_FAILED
Returns true if this enum value equals DNS_ERROR_FORWARDER_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_INCONSISTENT_ROOT_HINTS
Returns true if this enum value equals DNS_ERROR_INVALID_DATAFILE_NAME
Returns true if this enum value equals DNS_ERROR_INVALID_IP_ADDRESS
Returns true if this enum value equals DNS_ERROR_INVALID_NAME_CHAR
Returns true if this enum value equals DNS_ERROR_INVALID_ZONE_OPERATION
Returns true if this enum value equals DNS_ERROR_INVALID_ZONE_TYPE
Returns true if this enum value equals DNS_ERROR_NAME_DOES_NOT_EXIST
Returns true if this enum value equals DNS_ERROR_NBSTAT_INIT_FAILED
Returns true if this enum value equals DNS_ERROR_NEED_SECONDARY_ADDRESSES
Returns true if this enum value equals DNS_ERROR_NEED_WINS_SERVERS
Returns true if this enum value equals DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
Returns true if this enum value equals DNS_ERROR_NO_CREATE_CACHE_DATA
Returns true if this enum value equals DNS_ERROR_NODE_CREATION_FAILED
Returns true if this enum value equals DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
Returns true if this enum value equals DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
Returns true if this enum value equals DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
Returns true if this enum value equals DNS_ERROR_RCODE_FORMAT_ERROR
Returns true if this enum value equals DNS_ERROR_RCODE_NOT_IMPLEMENTED
Returns true if this enum value equals DNS_ERROR_RCODE_SERVER_FAILURE
Returns true if this enum value equals DNS_ERROR_RECORD_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_RECORD_DOES_NOT_EXIST
Returns true if this enum value equals DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
Returns true if this enum value equals DNS_ERROR_RESPONSE_CODES_BASE
Returns true if this enum value equals DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
Returns true if this enum value equals DNS_ERROR_SOA_DELETE_INVALID
Returns true if this enum value equals DNS_ERROR_UNKNOWN_RECORD_TYPE
Returns true if this enum value equals DNS_ERROR_ZONE_ALREADY_EXISTS
Returns true if this enum value equals DNS_ERROR_ZONE_CONFIGURATION_ERROR
Returns true if this enum value equals DNS_ERROR_ZONE_CREATION_FAILED
Returns true if this enum value equals DNS_ERROR_ZONE_DOES_NOT_EXIST
Returns true if this enum value equals DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
Returns true if this enum value equals DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
Returns true if this enum value equals DNS_ERROR_ZONE_NOT_SECONDARY
Returns true if this enum value equals DNS_ERROR_ZONE_REQUIRES_MASTER_IP
Returns true if this enum value equals DNS_STATUS_SINGLE_PART_NAME
Returns true if this enum value equals DNS_WARNING_DOMAIN_UNDELETED
Returns true if this enum value equals DNS_WARNING_PTR_CREATE_FAILED
Returns true if this enum value equals ERROR_ACCESS_DISABLED_BY_POLICY
Returns true if this enum value equals ERROR_ACCESS_DISABLED_WEBBLADE
Returns true if this enum value equals ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
Returns true if this enum value equals ERROR_ACTIVATION_COUNT_EXCEEDED
Returns true if this enum value equals ERROR_ADDRESS_ALREADY_ASSOCIATED
Returns true if this enum value equals ERROR_ADDRESS_NOT_ASSOCIATED
Returns true if this enum value equals ERROR_ADVANCED_INSTALLER_FAILED
Returns true if this enum value equals ERROR_ALL_NODES_NOT_AVAILABLE
Returns true if this enum value equals ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_ALLOTTED_SPACE_EXCEEDED
Returns true if this enum value equals ERROR_AMBIGUOUS_SYSTEM_DEVICE
Returns true if this enum value equals ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN
Returns true if this enum value equals ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
Returns true if this enum value equals ERROR_AUTHENTICATION_FIREWALL_FAILED
Returns true if this enum value equals ERROR_AUTODATASEG_EXCEEDS_64k
Returns true if this enum value equals ERROR_BAD_DESCRIPTOR_FORMAT
Returns true if this enum value equals ERROR_BAD_IMPERSONATION_LEVEL
Returns true if this enum value equals ERROR_BAD_LOGON_SESSION_STATE
Returns true if this enum value equals ERROR_BOOT_ALREADY_ACCEPTED
Returns true if this enum value equals ERROR_CALLBACK_SUPPLIED_INVALID_DATA
Returns true if this enum value equals ERROR_CAN_NOT_DEL_LOCAL_WINS
Returns true if this enum value equals ERROR_CANNOT_DETECT_DRIVER_FAILURE
Returns true if this enum value equals ERROR_CANNOT_DETECT_PROCESS_ABORT
Returns true if this enum value equals ERROR_CANNOT_FIND_WND_CLASS
Returns true if this enum value equals ERROR_CANNOT_SWITCH_RUNLEVEL
Returns true if this enum value equals ERROR_CANT_ACCESS_DOMAIN_INFO
Returns true if this enum value equals ERROR_CANT_DELETE_LAST_ITEM
Returns true if this enum value equals ERROR_CANT_DISABLE_MANDATORY
Returns true if this enum value equals ERROR_CANT_EVICT_ACTIVE_NODE
Returns true if this enum value equals ERROR_CANT_RESOLVE_FILENAME
Returns true if this enum value equals ERROR_CHILD_MUST_BE_VOLATILE
Returns true if this enum value equals ERROR_CLEANER_CARTRIDGE_INSTALLED
Returns true if this enum value equals ERROR_CLEANER_CARTRIDGE_SPENT
Returns true if this enum value equals ERROR_CLIPPING_NOT_SUPPORTED
Returns true if this enum value equals ERROR_CLUSCFG_ALREADY_COMMITTED
Returns true if this enum value equals ERROR_CLUSCFG_ROLLBACK_FAILED
Returns true if this enum value equals ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
Returns true if this enum value equals ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
Returns true if this enum value equals ERROR_CLUSTER_DATABASE_SEQMISMATCH
Returns true if this enum value equals ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
Returns true if this enum value equals ERROR_CLUSTER_GUM_NOT_LOCKER
Returns true if this enum value equals ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
Returns true if this enum value equals ERROR_CLUSTER_INSTANCE_ID_MISMATCH
Returns true if this enum value equals ERROR_CLUSTER_INVALID_NETWORK
Returns true if this enum value equals ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
Returns true if this enum value equals ERROR_CLUSTER_INVALID_REQUEST
Returns true if this enum value equals ERROR_CLUSTER_IPADDR_IN_USE
Returns true if this enum value equals ERROR_CLUSTER_JOIN_IN_PROGRESS
Returns true if this enum value equals ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
Returns true if this enum value equals ERROR_CLUSTER_LAST_INTERNAL_NETWORK
Returns true if this enum value equals ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
Returns true if this enum value equals ERROR_CLUSTER_MEMBERSHIP_HALT
Returns true if this enum value equals ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
Returns true if this enum value equals ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
Returns true if this enum value equals ERROR_CLUSTER_NETINTERFACE_EXISTS
Returns true if this enum value equals ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_EXISTS
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
Returns true if this enum value equals ERROR_CLUSTER_NETWORK_NOT_INTERNAL
Returns true if this enum value equals ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
Returns true if this enum value equals ERROR_CLUSTER_NO_SECURITY_CONTEXT
Returns true if this enum value equals ERROR_CLUSTER_NODE_ALREADY_DOWN
Returns true if this enum value equals ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
Returns true if this enum value equals ERROR_CLUSTER_NODE_ALREADY_MEMBER
Returns true if this enum value equals ERROR_CLUSTER_NODE_ALREADY_UP
Returns true if this enum value equals ERROR_CLUSTER_NODE_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_NODE_NOT_MEMBER
Returns true if this enum value equals ERROR_CLUSTER_NODE_NOT_PAUSED
Returns true if this enum value equals ERROR_CLUSTER_NODE_NOT_READY
Returns true if this enum value equals ERROR_CLUSTER_NODE_SHUTTING_DOWN
Returns true if this enum value equals ERROR_CLUSTER_NODE_UNREACHABLE
Returns true if this enum value equals ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
Returns true if this enum value equals ERROR_CLUSTER_PARAMETER_MISMATCH
Returns true if this enum value equals ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
Returns true if this enum value equals ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_RESNAME_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
Returns true if this enum value equals ERROR_CLUSTER_SHUTTING_DOWN
Returns true if this enum value equals ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
Returns true if this enum value equals ERROR_CLUSTER_WRONG_OS_VERSION
Returns true if this enum value equals ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
Returns true if this enum value equals ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
Returns true if this enum value equals ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
Returns true if this enum value equals ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
Returns true if this enum value equals ERROR_COM_TASK_STOP_PENDING
Returns true if this enum value equals ERROR_CONNECTED_OTHER_PASSWORD
Returns true if this enum value equals ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
Returns true if this enum value equals ERROR_CONNECTION_COUNT_LIMIT
Returns true if this enum value equals ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
Returns true if this enum value equals ERROR_CTX_CLIENT_LICENSE_IN_USE
Returns true if this enum value equals ERROR_CTX_CLIENT_LICENSE_NOT_SET
Returns true if this enum value equals ERROR_CTX_CLIENT_QUERY_TIMEOUT
Returns true if this enum value equals ERROR_CTX_CONSOLE_DISCONNECT
Returns true if this enum value equals ERROR_CTX_INVALID_MODEMNAME
Returns true if this enum value equals ERROR_CTX_LICENSE_CLIENT_INVALID
Returns true if this enum value equals ERROR_CTX_LICENSE_NOT_AVAILABLE
Returns true if this enum value equals ERROR_CTX_MODEM_INF_NOT_FOUND
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_BUSY
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_ERROR
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_TIMEOUT
Returns true if this enum value equals ERROR_CTX_MODEM_RESPONSE_VOICE
Returns true if this enum value equals ERROR_CTX_SERVICE_NAME_COLLISION
Returns true if this enum value equals ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
Returns true if this enum value equals ERROR_CTX_SHADOW_NOT_RUNNING
Returns true if this enum value equals ERROR_CTX_WINSTATION_ACCESS_DENIED
Returns true if this enum value equals ERROR_CTX_WINSTATION_ALREADY_EXISTS
Returns true if this enum value equals ERROR_CTX_WINSTATION_NAME_INVALID
Returns true if this enum value equals ERROR_CTX_WINSTATION_NOT_FOUND
Returns true if this enum value equals ERROR_CURRENT_DOMAIN_NOT_ALLOWED
Returns true if this enum value equals ERROR_DATABASE_BACKUP_CORRUPT
Returns true if this enum value equals ERROR_DATABASE_DOES_NOT_EXIST
Returns true if this enum value equals ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
Returns true if this enum value equals ERROR_DEPENDENCY_ALREADY_EXISTS
Returns true if this enum value equals ERROR_DEPENDENCY_NOT_ALLOWED
Returns true if this enum value equals ERROR_DEPENDENT_RESOURCE_EXISTS
Returns true if this enum value equals ERROR_DEPENDENT_SERVICES_RUNNING
Returns true if this enum value equals ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
Returns true if this enum value equals ERROR_DESTINATION_ELEMENT_FULL
Returns true if this enum value equals ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
Returns true if this enum value equals ERROR_DEVICE_ALREADY_REMEMBERED
Returns true if this enum value equals ERROR_DEVICE_NOT_PARTITIONED
Returns true if this enum value equals ERROR_DEVICE_REINITIALIZATION_NEEDED
Returns true if this enum value equals ERROR_DEVICE_REQUIRES_CLEANING
Returns true if this enum value equals ERROR_DHCP_ADDRESS_CONFLICT
Returns true if this enum value equals ERROR_DIFFERENT_SERVICE_ACCOUNT
Returns true if this enum value equals ERROR_DISK_OPERATION_FAILED
Returns true if this enum value equals ERROR_DISK_RECALIBRATE_FAILED
Returns true if this enum value equals ERROR_DOMAIN_CONTROLLER_EXISTS
Returns true if this enum value equals ERROR_DOMAIN_CONTROLLER_NOT_FOUND
Returns true if this enum value equals ERROR_DOMAIN_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DOMAIN_TRUST_INCONSISTENT
Returns true if this enum value equals ERROR_DS_ADD_REPLICA_INHIBITED
Returns true if this enum value equals ERROR_DS_ADMIN_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DS_AFFECTS_MULTIPLE_DSAS
Returns true if this enum value equals ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
Returns true if this enum value equals ERROR_DS_ALIAS_DEREF_PROBLEM
Returns true if this enum value equals ERROR_DS_ALIAS_POINTS_TO_ALIAS
Returns true if this enum value equals ERROR_DS_ALIASED_OBJ_MISSING
Returns true if this enum value equals ERROR_DS_ATT_ALREADY_EXISTS
Returns true if this enum value equals ERROR_DS_ATT_NOT_DEF_FOR_CLASS
Returns true if this enum value equals ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
Returns true if this enum value equals ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
Returns true if this enum value equals ERROR_DS_ATT_VAL_ALREADY_EXISTS
Returns true if this enum value equals ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
Returns true if this enum value equals ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
Returns true if this enum value equals ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
Returns true if this enum value equals ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
Returns true if this enum value equals ERROR_DS_AUTHORIZATION_FAILED
Returns true if this enum value equals ERROR_DS_BACKLINK_WITHOUT_LINK
Returns true if this enum value equals ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
Returns true if this enum value equals ERROR_DS_BAD_HIERARCHY_FILE
Returns true if this enum value equals ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
Returns true if this enum value equals ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
Returns true if this enum value equals ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
Returns true if this enum value equals ERROR_DS_CANT_ADD_ATT_VALUES
Returns true if this enum value equals ERROR_DS_CANT_ADD_SYSTEM_ONLY
Returns true if this enum value equals ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
Returns true if this enum value equals ERROR_DS_CANT_CREATE_UNDER_SCHEMA
Returns true if this enum value equals ERROR_DS_CANT_DEL_MASTER_CROSSREF
Returns true if this enum value equals ERROR_DS_CANT_DELETE_DSA_OBJ
Returns true if this enum value equals ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
Returns true if this enum value equals ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
Returns true if this enum value equals ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
Returns true if this enum value equals ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
Returns true if this enum value equals ERROR_DS_CANT_FIND_EXPECTED_NC
Returns true if this enum value equals ERROR_DS_CANT_FIND_NC_IN_CACHE
Returns true if this enum value equals ERROR_DS_CANT_MIX_MASTER_AND_REPS
Returns true if this enum value equals ERROR_DS_CANT_MOD_OBJ_CLASS
Returns true if this enum value equals ERROR_DS_CANT_MOD_PRIMARYGROUPID
Returns true if this enum value equals ERROR_DS_CANT_MOD_SYSTEM_ONLY
Returns true if this enum value equals ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
Returns true if this enum value equals ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
Returns true if this enum value equals ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
Returns true if this enum value equals ERROR_DS_CANT_MOVE_DELETED_OBJECT
Returns true if this enum value equals ERROR_DS_CANT_MOVE_RESOURCE_GROUP
Returns true if this enum value equals ERROR_DS_CANT_REM_MISSING_ATT
Returns true if this enum value equals ERROR_DS_CANT_REM_MISSING_ATT_VAL
Returns true if this enum value equals ERROR_DS_CANT_REMOVE_ATT_CACHE
Returns true if this enum value equals ERROR_DS_CANT_REMOVE_CLASS_CACHE
Returns true if this enum value equals ERROR_DS_CANT_RETRIEVE_ATTS
Returns true if this enum value equals ERROR_DS_CANT_RETRIEVE_CHILD
Returns true if this enum value equals ERROR_DS_CANT_RETRIEVE_INSTANCE
Returns true if this enum value equals ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
Returns true if this enum value equals ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
Returns true if this enum value equals ERROR_DS_CLASS_MUST_BE_CONCRETE
Returns true if this enum value equals ERROR_DS_CODE_INCONSISTENCY
Returns true if this enum value equals ERROR_DS_CONFIDENTIALITY_REQUIRED
Returns true if this enum value equals ERROR_DS_CONFIG_PARAM_MISSING
Returns true if this enum value equals ERROR_DS_CONSTRAINT_VIOLATION
Returns true if this enum value equals ERROR_DS_CONSTRUCTED_ATT_MOD
Returns true if this enum value equals ERROR_DS_COULDNT_CONTACT_FSMO
Returns true if this enum value equals ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
Returns true if this enum value equals ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
Returns true if this enum value equals ERROR_DS_COULDNT_UPDATE_SPNS
Returns true if this enum value equals ERROR_DS_COUNTING_AB_INDICES_FAILED
Returns true if this enum value equals ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
Returns true if this enum value equals ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
Returns true if this enum value equals ERROR_DS_CROSS_DOM_MOVE_ERROR
Returns true if this enum value equals ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
Returns true if this enum value equals ERROR_DS_CROSS_NC_DN_RENAME
Returns true if this enum value equals ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
Returns true if this enum value equals ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
Returns true if this enum value equals ERROR_DS_DIFFERENT_REPL_EPOCHS
Returns true if this enum value equals ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
Returns true if this enum value equals ERROR_DS_DNS_LOOKUP_FAILURE
Returns true if this enum value equals ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
Returns true if this enum value equals ERROR_DS_DOMAIN_VERSION_TOO_HIGH
Returns true if this enum value equals ERROR_DS_DOMAIN_VERSION_TOO_LOW
Returns true if this enum value equals ERROR_DS_DRA_BAD_INSTANCE_TYPE
Returns true if this enum value equals ERROR_DS_DRA_CONNECTION_FAILED
Returns true if this enum value equals ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
Returns true if this enum value equals ERROR_DS_DRA_EXTN_CONNECTION_FAILED
Returns true if this enum value equals ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
Returns true if this enum value equals ERROR_DS_DRA_INCONSISTENT_DIT
Returns true if this enum value equals ERROR_DS_DRA_INTERNAL_ERROR
Returns true if this enum value equals ERROR_DS_DRA_INVALID_PARAMETER
Returns true if this enum value equals ERROR_DS_DRA_MISSING_PARENT
Returns true if this enum value equals ERROR_DS_DRA_NAME_COLLISION
Returns true if this enum value equals ERROR_DS_DRA_OBJ_IS_REP_SOURCE
Returns true if this enum value equals ERROR_DS_DRA_OBJ_NC_MISMATCH
Returns true if this enum value equals ERROR_DS_DRA_OUT_SCHEDULE_WINDOW
Returns true if this enum value equals ERROR_DS_DRA_REF_ALREADY_EXISTS
Returns true if this enum value equals ERROR_DS_DRA_SCHEMA_CONFLICT
Returns true if this enum value equals ERROR_DS_DRA_SCHEMA_INFO_SHIP
Returns true if this enum value equals ERROR_DS_DRA_SCHEMA_MISMATCH
Returns true if this enum value equals ERROR_DS_DRA_SOURCE_DISABLED
Returns true if this enum value equals ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
Returns true if this enum value equals ERROR_DS_DRA_SOURCE_REINSTALLED
Returns true if this enum value equals ERROR_DS_DRS_EXTENSIONS_CHANGED
Returns true if this enum value equals ERROR_DS_DSA_MUST_BE_INT_MASTER
Returns true if this enum value equals ERROR_DS_DST_DOMAIN_NOT_NATIVE
Returns true if this enum value equals ERROR_DS_DUP_LDAP_DISPLAY_NAME
Returns true if this enum value equals ERROR_DS_DUP_SCHEMA_ID_GUID
Returns true if this enum value equals ERROR_DS_DUPLICATE_ID_FOUND
Returns true if this enum value equals ERROR_DS_EXISTING_AD_CHILD_NC
Returns true if this enum value equals ERROR_DS_EXISTS_IN_MAY_HAVE
Returns true if this enum value equals ERROR_DS_EXISTS_IN_MUST_HAVE
Returns true if this enum value equals ERROR_DS_EXISTS_IN_POSS_SUP
Returns true if this enum value equals ERROR_DS_EXISTS_IN_RDNATTID
Returns true if this enum value equals ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
Returns true if this enum value equals ERROR_DS_FOREST_VERSION_TOO_HIGH
Returns true if this enum value equals ERROR_DS_FOREST_VERSION_TOO_LOW
Returns true if this enum value equals ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
Returns true if this enum value equals ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
Returns true if this enum value equals ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
Returns true if this enum value equals ERROR_DS_GROUP_CONVERSION_ERROR
Returns true if this enum value equals ERROR_DS_HAVE_PRIMARY_MEMBERS
Returns true if this enum value equals ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
Returns true if this enum value equals ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
Returns true if this enum value equals ERROR_DS_ILLEGAL_MOD_OPERATION
Returns true if this enum value equals ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
Returns true if this enum value equals ERROR_DS_INAPPROPRIATE_AUTH
Returns true if this enum value equals ERROR_DS_INAPPROPRIATE_MATCHING
Returns true if this enum value equals ERROR_DS_INCOMPATIBLE_CONTROLS_USED
Returns true if this enum value equals ERROR_DS_INCOMPATIBLE_VERSION
Returns true if this enum value equals ERROR_DS_INCORRECT_ROLE_OWNER
Returns true if this enum value equals ERROR_DS_INIT_FAILURE_CONSOLE
Returns true if this enum value equals ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
Returns true if this enum value equals ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
Returns true if this enum value equals ERROR_DS_INSTALL_SCHEMA_MISMATCH
Returns true if this enum value equals ERROR_DS_INSUFF_ACCESS_RIGHTS
Returns true if this enum value equals ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
Returns true if this enum value equals ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
Returns true if this enum value equals ERROR_DS_INVALID_GROUP_TYPE
Returns true if this enum value equals ERROR_DS_INVALID_LDAP_DISPLAY_NAME
Returns true if this enum value equals ERROR_DS_INVALID_NAME_FOR_SPN
Returns true if this enum value equals ERROR_DS_INVALID_ROLE_OWNER
Returns true if this enum value equals ERROR_DS_INVALID_SEARCH_FLAG
Returns true if this enum value equals ERROR_DS_LDAP_SEND_QUEUE_FULL
Returns true if this enum value equals ERROR_DS_LINK_ID_NOT_AVAILABLE
Returns true if this enum value equals ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
Returns true if this enum value equals ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
Returns true if this enum value equals ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
Returns true if this enum value equals ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_DS_MASTERDSA_REQUIRED
Returns true if this enum value equals ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
Returns true if this enum value equals ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
Returns true if this enum value equals ERROR_DS_MISSING_EXPECTED_ATT
Returns true if this enum value equals ERROR_DS_MISSING_FSMO_SETTINGS
Returns true if this enum value equals ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
Returns true if this enum value equals ERROR_DS_MISSING_REQUIRED_ATT
Returns true if this enum value equals ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
Returns true if this enum value equals ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
Returns true if this enum value equals ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
Returns true if this enum value equals ERROR_DS_MUST_BE_RUN_ON_DST_DC
Returns true if this enum value equals ERROR_DS_NAME_ERROR_DOMAIN_ONLY
Returns true if this enum value equals ERROR_DS_NAME_ERROR_NO_MAPPING
Returns true if this enum value equals ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
Returns true if this enum value equals ERROR_DS_NAME_ERROR_NOT_FOUND
Returns true if this enum value equals ERROR_DS_NAME_ERROR_NOT_UNIQUE
Returns true if this enum value equals ERROR_DS_NAME_ERROR_RESOLVING
Returns true if this enum value equals ERROR_DS_NAME_ERROR_TRUST_REFERRAL
Returns true if this enum value equals ERROR_DS_NAME_REFERENCE_INVALID
Returns true if this enum value equals ERROR_DS_NAME_TOO_MANY_PARTS
Returns true if this enum value equals ERROR_DS_NAME_VALUE_TOO_LONG
Returns true if this enum value equals ERROR_DS_NC_MUST_HAVE_NC_PARENT
Returns true if this enum value equals ERROR_DS_NCNAME_MISSING_CR_REF
Returns true if this enum value equals ERROR_DS_NO_ATTRIBUTE_OR_VALUE
Returns true if this enum value equals ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
Returns true if this enum value equals ERROR_DS_NO_CHECKPOINT_WITH_PDC
Returns true if this enum value equals ERROR_DS_NO_CROSSREF_FOR_NC
Returns true if this enum value equals ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
Returns true if this enum value equals ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
Returns true if this enum value equals ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
Returns true if this enum value equals ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
Returns true if this enum value equals ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
Returns true if this enum value equals ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
Returns true if this enum value equals ERROR_DS_NO_REQUESTED_ATTS_FOUND
Returns true if this enum value equals ERROR_DS_NO_RESULTS_RETURNED
Returns true if this enum value equals ERROR_DS_NO_TREE_DELETE_ABOVE_NC
Returns true if this enum value equals ERROR_DS_NONEXISTENT_MAY_HAVE
Returns true if this enum value equals ERROR_DS_NONEXISTENT_MUST_HAVE
Returns true if this enum value equals ERROR_DS_NONEXISTENT_POSS_SUP
Returns true if this enum value equals ERROR_DS_NONSAFE_SCHEMA_CHANGE
Returns true if this enum value equals ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
Returns true if this enum value equals ERROR_DS_NOT_SUPPORTED_SORT_ORDER
Returns true if this enum value equals ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
Returns true if this enum value equals ERROR_DS_NTDSCRIPT_PROCESS_ERROR
Returns true if this enum value equals ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
Returns true if this enum value equals ERROR_DS_OBJ_CLASS_NOT_DEFINED
Returns true if this enum value equals ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
Returns true if this enum value equals ERROR_DS_OBJ_CLASS_VIOLATION
Returns true if this enum value equals ERROR_DS_OBJ_STRING_NAME_EXISTS
Returns true if this enum value equals ERROR_DS_OBJECT_BEING_REMOVED
Returns true if this enum value equals ERROR_DS_OBJECT_CLASS_REQUIRED
Returns true if this enum value equals ERROR_DS_OBJECT_RESULTS_TOO_LARGE
Returns true if this enum value equals ERROR_DS_OFFSET_RANGE_ERROR
Returns true if this enum value equals ERROR_DS_OUT_OF_VERSION_STORE
Returns true if this enum value equals ERROR_DS_PARENT_IS_AN_ALIAS
Returns true if this enum value equals ERROR_DS_PDC_OPERATION_IN_PROGRESS
Returns true if this enum value equals ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
Returns true if this enum value equals ERROR_DS_RECALCSCHEMA_FAILED
Returns true if this enum value equals ERROR_DS_REFERRAL_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DS_REFUSING_FSMO_ROLES
Returns true if this enum value equals ERROR_DS_REMOTE_CROSSREF_OP_FAILED
Returns true if this enum value equals ERROR_DS_REPL_LIFETIME_EXCEEDED
Returns true if this enum value equals ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
Returns true if this enum value equals ERROR_DS_ROOT_CANT_BE_SUBREF
Returns true if this enum value equals ERROR_DS_ROOT_REQUIRES_CLASS_TOP
Returns true if this enum value equals ERROR_DS_SAM_INIT_FAILURE_CONSOLE
Returns true if this enum value equals ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
Returns true if this enum value equals ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
Returns true if this enum value equals ERROR_DS_SCHEMA_ALLOC_FAILED
Returns true if this enum value equals ERROR_DS_SCHEMA_UPDATE_DISALLOWED
Returns true if this enum value equals ERROR_DS_SEC_DESC_TOO_SHORT
Returns true if this enum value equals ERROR_DS_SECURITY_CHECKING_ERROR
Returns true if this enum value equals ERROR_DS_SECURITY_ILLEGAL_MODIFY
Returns true if this enum value equals ERROR_DS_SENSITIVE_GROUP_VIOLATION
Returns true if this enum value equals ERROR_DS_SINGLE_USER_MODE_FAILED
Returns true if this enum value equals ERROR_DS_SINGLE_VALUE_CONSTRAINT
Returns true if this enum value equals ERROR_DS_SIZELIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DS_SORT_CONTROL_MISSING
Returns true if this enum value equals ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
Returns true if this enum value equals ERROR_DS_SOURCE_DOMAIN_IN_FOREST
Returns true if this enum value equals ERROR_DS_SRC_AND_DST_NC_IDENTICAL
Returns true if this enum value equals ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
Returns true if this enum value equals ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
Returns true if this enum value equals ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
Returns true if this enum value equals ERROR_DS_SRC_SID_EXISTS_IN_FOREST
Returns true if this enum value equals ERROR_DS_STRING_SD_CONVERSION_FAILED
Returns true if this enum value equals ERROR_DS_STRONG_AUTH_REQUIRED
Returns true if this enum value equals ERROR_DS_SUBREF_MUST_HAVE_PARENT
Returns true if this enum value equals ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
Returns true if this enum value equals ERROR_DS_THREAD_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DS_TIMELIMIT_EXCEEDED
Returns true if this enum value equals ERROR_DS_TREE_DELETE_NOT_FINISHED
Returns true if this enum value equals ERROR_DS_UNABLE_TO_SURRENDER_ROLES
Returns true if this enum value equals ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
Returns true if this enum value equals ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
Returns true if this enum value equals ERROR_DS_UNWILLING_TO_PERFORM
Returns true if this enum value equals ERROR_DS_USER_BUFFER_TO_SMALL
Returns true if this enum value equals ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
Returns true if this enum value equals ERROR_DS_WRONG_LINKED_ATT_SYNTAX
Returns true if this enum value equals ERROR_DS_WRONG_OM_OBJ_CLASS
Returns true if this enum value equals ERROR_DUPLICATE_SERVICE_NAME
Returns true if this enum value equals ERROR_DYNLINK_FROM_INVALID_RING
Returns true if this enum value equals ERROR_EC_CIRCULAR_FORWARDING
Returns true if this enum value equals ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
Returns true if this enum value equals ERROR_EFS_SERVER_NOT_TRUSTED
Returns true if this enum value equals ERROR_EFS_VERSION_NOT_SUPPORT
Returns true if this enum value equals ERROR_EVENTLOG_FILE_CHANGED
Returns true if this enum value equals ERROR_EVENTLOG_FILE_CORRUPT
Returns true if this enum value equals ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
Returns true if this enum value equals ERROR_EVT_CHANNEL_CANNOT_ACTIVATE
Returns true if this enum value equals ERROR_EVT_CHANNEL_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_CONFIGURATION_ERROR
Returns true if this enum value equals ERROR_EVT_EVENT_DEFINITION_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_FILTER_ALREADYSCOPED
Returns true if this enum value equals ERROR_EVT_FILTER_OUT_OF_RANGE
Returns true if this enum value equals ERROR_EVT_FILTER_TOO_COMPLEX
Returns true if this enum value equals ERROR_EVT_FILTER_UNEXPECTEDTOKEN
Returns true if this enum value equals ERROR_EVT_FILTER_UNSUPPORTEDOP
Returns true if this enum value equals ERROR_EVT_INVALID_CHANNEL_PATH
Returns true if this enum value equals ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
Returns true if this enum value equals ERROR_EVT_INVALID_EVENT_DATA
Returns true if this enum value equals ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
Returns true if this enum value equals ERROR_EVT_INVALID_PUBLISHER_NAME
Returns true if this enum value equals ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
Returns true if this enum value equals ERROR_EVT_MALFORMED_XML_TEXT
Returns true if this enum value equals ERROR_EVT_MAX_INSERTS_REACHED
Returns true if this enum value equals ERROR_EVT_MESSAGE_ID_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_MESSAGE_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_NON_VALIDATING_MSXML
Returns true if this enum value equals ERROR_EVT_PUBLISHER_DISABLED
Returns true if this enum value equals ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
Returns true if this enum value equals ERROR_EVT_QUERY_RESULT_INVALID_POSITION
Returns true if this enum value equals ERROR_EVT_QUERY_RESULT_STALE
Returns true if this enum value equals ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
Returns true if this enum value equals ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
Returns true if this enum value equals ERROR_EVT_UNRESOLVED_VALUE_INSERT
Returns true if this enum value equals ERROR_EXCL_SEM_ALREADY_OWNED
Returns true if this enum value equals ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
Returns true if this enum value equals ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
Returns true if this enum value equals ERROR_EXE_MACHINE_TYPE_MISMATCH
Returns true if this enum value equals ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
Returns true if this enum value equals ERROR_FLOPPY_ID_MARK_NOT_FOUND
Returns true if this enum value equals ERROR_FLOPPY_WRONG_CYLINDER
Returns true if this enum value equals ERROR_GENERIC_COMMAND_FAILED
Returns true if this enum value equals ERROR_GPIO_CLIENT_INFORMATION_INVALID
Returns true if this enum value equals ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE
Returns true if this enum value equals ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED
Returns true if this enum value equals ERROR_GPIO_INVALID_REGISTRATION_PACKET
Returns true if this enum value equals ERROR_GPIO_OPERATION_DENIED
Returns true if this enum value equals ERROR_GPIO_VERSION_NOT_SUPPORTED
Returns true if this enum value equals ERROR_HOOK_TYPE_NOT_ALLOWED
Returns true if this enum value equals ERROR_HOST_NODE_NOT_AVAILABLE
Returns true if this enum value equals ERROR_HOST_NODE_NOT_GROUP_OWNER
Returns true if this enum value equals ERROR_HOST_NODE_NOT_RESOURCE_OWNER
Returns true if this enum value equals ERROR_HOTKEY_ALREADY_REGISTERED
Returns true if this enum value equals ERROR_HOTKEY_NOT_REGISTERED
Returns true if this enum value equals ERROR_HWNDS_HAVE_DIFF_PARENT
Returns true if this enum value equals ERROR_ILLEGAL_ELEMENT_ADDRESS
Returns true if this enum value equals ERROR_INFLOOP_IN_RELOC_CHAIN
Returns true if this enum value equals ERROR_INSTALL_ALREADY_RUNNING
Returns true if this enum value equals ERROR_INSTALL_DEREGISTRATION_FAILURE
Returns true if this enum value equals ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
Returns true if this enum value equals ERROR_INSTALL_INVALID_PACKAGE
Returns true if this enum value equals ERROR_INSTALL_LANGUAGE_UNSUPPORTED
Returns true if this enum value equals ERROR_INSTALL_NETWORK_FAILURE
Returns true if this enum value equals ERROR_INSTALL_OPEN_PACKAGE_FAILED
Returns true if this enum value equals ERROR_INSTALL_OUT_OF_DISK_SPACE
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_DOWNGRADE
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_INVALID
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_NOT_FOUND
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_OPEN_FAILED
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_REJECTED
Returns true if this enum value equals ERROR_INSTALL_PACKAGE_VERSION
Returns true if this enum value equals ERROR_INSTALL_PLATFORM_UNSUPPORTED
Returns true if this enum value equals ERROR_INSTALL_POLICY_FAILURE
Returns true if this enum value equals ERROR_INSTALL_PREREQUISITE_FAILED
Returns true if this enum value equals ERROR_INSTALL_REGISTRATION_FAILURE
Returns true if this enum value equals ERROR_INSTALL_REMOTE_DISALLOWED
Returns true if this enum value equals ERROR_INSTALL_REMOTE_PROHIBITED
Returns true if this enum value equals ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
Returns true if this enum value equals ERROR_INSTALL_SERVICE_FAILURE
Returns true if this enum value equals ERROR_INSTALL_SOURCE_ABSENT
Returns true if this enum value equals ERROR_INSTALL_TEMP_UNWRITABLE
Returns true if this enum value equals ERROR_INSTALL_TRANSFORM_FAILURE
Returns true if this enum value equals ERROR_INSTALL_TRANSFORM_REJECTED
Returns true if this enum value equals ERROR_INTERNAL_DB_CORRUPTION
Returns true if this enum value equals ERROR_INVALID_AT_INTERRUPT_TIME
Returns true if this enum value equals ERROR_INVALID_COMBOBOX_MESSAGE
Returns true if this enum value equals ERROR_INVALID_CURSOR_HANDLE
Returns true if this enum value equals ERROR_INVALID_EXE_SIGNATURE
Returns true if this enum value equals ERROR_INVALID_GROUP_ATTRIBUTES
Returns true if this enum value equals ERROR_INVALID_IMPORT_OF_NON_DLL
Returns true if this enum value equals ERROR_INVALID_KEYBOARD_HANDLE
Returns true if this enum value equals ERROR_INVALID_MONITOR_HANDLE
Returns true if this enum value equals ERROR_INVALID_OPERATION_ON_QUORUM
Returns true if this enum value equals ERROR_INVALID_OPLOCK_PROTOCOL
Returns true if this enum value equals ERROR_INVALID_PRIMARY_GROUP
Returns true if this enum value equals ERROR_INVALID_PRINT_MONITOR
Returns true if this enum value equals ERROR_INVALID_PRINTER_COMMAND
Returns true if this enum value equals ERROR_INVALID_PRINTER_STATE
Returns true if this enum value equals ERROR_INVALID_RUNLEVEL_SETTING
Returns true if this enum value equals ERROR_INVALID_SCROLLBAR_RANGE
Returns true if this enum value equals ERROR_INVALID_SECURITY_DESCR
Returns true if this enum value equals ERROR_INVALID_SEGMENT_NUMBER
Returns true if this enum value equals ERROR_INVALID_SEPARATOR_FILE
Returns true if this enum value equals ERROR_INVALID_SERVICE_ACCOUNT
Returns true if this enum value equals ERROR_INVALID_SERVICE_CONTROL
Returns true if this enum value equals ERROR_INVALID_SHOWWIN_COMMAND
Returns true if this enum value equals ERROR_INVALID_SIGNAL_NUMBER
Returns true if this enum value equals ERROR_INVALID_STAGED_SIGNATURE
Returns true if this enum value equals ERROR_INVALID_STARTING_CODESEG
Returns true if this enum value equals ERROR_INVALID_SUB_AUTHORITY
Returns true if this enum value equals ERROR_INVALID_TARGET_HANDLE
Returns true if this enum value equals ERROR_INVALID_VERIFY_SWITCH
Returns true if this enum value equals ERROR_INVALID_WINDOW_HANDLE
Returns true if this enum value equals ERROR_IPSEC_AUTH_FIREWALL_DROP
Returns true if this enum value equals ERROR_IPSEC_CLEAR_TEXT_DROP
Returns true if this enum value equals ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_DOSP_INVALID_PACKET
Returns true if this enum value equals ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED
Returns true if this enum value equals ERROR_IPSEC_DOSP_MAX_ENTRIES
Returns true if this enum value equals ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
Returns true if this enum value equals ERROR_IPSEC_DOSP_NOT_INSTALLED
Returns true if this enum value equals ERROR_IPSEC_DOSP_RECEIVED_MULTICAST
Returns true if this enum value equals ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED
Returns true if this enum value equals ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
Returns true if this enum value equals ERROR_IPSEC_IKE_ATTRIB_FAIL
Returns true if this enum value equals ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE
Returns true if this enum value equals ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY
Returns true if this enum value equals ERROR_IPSEC_IKE_BENIGN_REINIT
Returns true if this enum value equals ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
Returns true if this enum value equals ERROR_IPSEC_IKE_CGA_AUTH_FAILED
Returns true if this enum value equals ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS
Returns true if this enum value equals ERROR_IPSEC_IKE_DOS_COOKIE_SENT
Returns true if this enum value equals ERROR_IPSEC_IKE_DROP_NO_RESPONSE
Returns true if this enum value equals ERROR_IPSEC_IKE_FAILQUERYSSP
Returns true if this enum value equals ERROR_IPSEC_IKE_FAILSSPINIT
Returns true if this enum value equals ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
Returns true if this enum value equals ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_AUTH_ALG
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_CERT_TYPE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_COOKIE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_FILTER
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_GROUP
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_HASH
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_HASH_ALG
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_HASH_SIZE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_HEADER
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_KEY_USAGE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_PAYLOAD
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_POLICY
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_SIG
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_SIGNATURE
Returns true if this enum value equals ERROR_IPSEC_IKE_INVALID_SITUATION
Returns true if this enum value equals ERROR_IPSEC_IKE_KERBEROS_ERROR
Returns true if this enum value equals ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL
Returns true if this enum value equals ERROR_IPSEC_IKE_LOAD_FAILED
Returns true if this enum value equals ERROR_IPSEC_IKE_LOAD_SOFT_SA
Returns true if this enum value equals ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
Returns true if this enum value equals ERROR_IPSEC_IKE_MM_DELAY_DROP
Returns true if this enum value equals ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
Returns true if this enum value equals ERROR_IPSEC_IKE_NEG_STATUS_END
Returns true if this enum value equals ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
Returns true if this enum value equals ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
Returns true if this enum value equals ERROR_IPSEC_IKE_NEGOTIATION_PENDING
Returns true if this enum value equals ERROR_IPSEC_IKE_NO_MM_POLICY
Returns true if this enum value equals ERROR_IPSEC_IKE_NO_PEER_CERT
Returns true if this enum value equals ERROR_IPSEC_IKE_NO_PRIVATE_KEY
Returns true if this enum value equals ERROR_IPSEC_IKE_NO_PUBLIC_KEY
Returns true if this enum value equals ERROR_IPSEC_IKE_OUT_OF_MEMORY
Returns true if this enum value equals ERROR_IPSEC_IKE_PEER_CRL_FAILED
Returns true if this enum value equals ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE
Returns true if this enum value equals ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
Returns true if this enum value equals ERROR_IPSEC_IKE_POLICY_CHANGE
Returns true if this enum value equals ERROR_IPSEC_IKE_POLICY_MATCH
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_CERT
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_HASH
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_ID
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_KE
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_PROP
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_SA
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_SIG
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
Returns true if this enum value equals ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
Returns true if this enum value equals ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
Returns true if this enum value equals ERROR_IPSEC_IKE_QM_DELAY_DROP
Returns true if this enum value equals ERROR_IPSEC_IKE_QUEUE_DROP_MM
Returns true if this enum value equals ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
Returns true if this enum value equals ERROR_IPSEC_IKE_RATELIMIT_DROP
Returns true if this enum value equals ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING
Returns true if this enum value equals ERROR_IPSEC_IKE_SECLOADFAIL
Returns true if this enum value equals ERROR_IPSEC_IKE_SHUTTING_DOWN
Returns true if this enum value equals ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
Returns true if this enum value equals ERROR_IPSEC_IKE_SRVQUERYCRED
Returns true if this enum value equals ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE
Returns true if this enum value equals ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE
Returns true if this enum value equals ERROR_IPSEC_IKE_TOO_MANY_FILTERS
Returns true if this enum value equals ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
Returns true if this enum value equals ERROR_IPSEC_IKE_UNKNOWN_DOI
Returns true if this enum value equals ERROR_IPSEC_IKE_UNSUPPORTED_ID
Returns true if this enum value equals ERROR_IPSEC_INTEGRITY_CHECK_FAILED
Returns true if this enum value equals ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING
Returns true if this enum value equals ERROR_IPSEC_MM_AUTH_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_MM_AUTH_PENDING_DELETION
Returns true if this enum value equals ERROR_IPSEC_MM_FILTER_EXISTS
Returns true if this enum value equals ERROR_IPSEC_MM_FILTER_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_MM_FILTER_PENDING_DELETION
Returns true if this enum value equals ERROR_IPSEC_MM_POLICY_EXISTS
Returns true if this enum value equals ERROR_IPSEC_MM_POLICY_IN_USE
Returns true if this enum value equals ERROR_IPSEC_MM_POLICY_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_MM_POLICY_PENDING_DELETION
Returns true if this enum value equals ERROR_IPSEC_QM_POLICY_EXISTS
Returns true if this enum value equals ERROR_IPSEC_QM_POLICY_IN_USE
Returns true if this enum value equals ERROR_IPSEC_QM_POLICY_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_QM_POLICY_PENDING_DELETION
Returns true if this enum value equals ERROR_IPSEC_REPLAY_CHECK_FAILED
Returns true if this enum value equals ERROR_IPSEC_SA_LIFETIME_EXPIRED
Returns true if this enum value equals ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
Returns true if this enum value equals ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
Returns true if this enum value equals ERROR_IPSEC_TUNNEL_FILTER_EXISTS
Returns true if this enum value equals ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
Returns true if this enum value equals ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
Returns true if this enum value equals ERROR_ITERATED_DATA_EXCEEDS_64k
Returns true if this enum value equals ERROR_JOURNAL_DELETE_IN_PROGRESS
Returns true if this enum value equals ERROR_JOURNAL_ENTRY_DELETED
Returns true if this enum value equals ERROR_LICENSE_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_LM_CROSS_ENCRYPTION_REQUIRED
Returns true if this enum value equals ERROR_LOCAL_USER_SESSION_KEY
Returns true if this enum value equals ERROR_LOGIN_TIME_RESTRICTION
Returns true if this enum value equals ERROR_LOGIN_WKSTA_RESTRICTION
Returns true if this enum value equals ERROR_LOGON_SESSION_COLLISION
Returns true if this enum value equals ERROR_LOGON_TYPE_NOT_GRANTED
Returns true if this enum value equals ERROR_MALFORMED_SUBSTITUTION_STRING
Returns true if this enum value equals ERROR_MCA_INVALID_CAPABILITIES_STRING
Returns true if this enum value equals ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
Returns true if this enum value equals ERROR_MCA_INVALID_VCP_VERSION
Returns true if this enum value equals ERROR_MCA_MCCS_VERSION_MISMATCH
Returns true if this enum value equals ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
Returns true if this enum value equals ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
Returns true if this enum value equals ERROR_MCA_UNSUPPORTED_MCCS_VERSION
Returns true if this enum value equals ERROR_MEDIUM_NOT_ACCESSIBLE
Returns true if this enum value equals ERROR_MEMBERS_PRIMARY_GROUP
Returns true if this enum value equals ERROR_MESSAGE_EXCEEDS_MAX_SIZE
Returns true if this enum value equals ERROR_META_EXPANSION_TOO_LONG
Returns true if this enum value equals ERROR_METAFILE_NOT_SUPPORTED
Returns true if this enum value equals ERROR_MRM_AUTOMERGE_ENABLED
Returns true if this enum value equals ERROR_MRM_DUPLICATE_MAP_NAME
Returns true if this enum value equals ERROR_MRM_FILEPATH_TOO_LONG
Returns true if this enum value equals ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE
Returns true if this enum value equals ERROR_MRM_INVALID_FILE_TYPE
Returns true if this enum value equals ERROR_MRM_INVALID_PRICONFIG
Returns true if this enum value equals ERROR_MRM_INVALID_QUALIFIER_OPERATOR
Returns true if this enum value equals ERROR_MRM_INVALID_QUALIFIER_VALUE
Returns true if this enum value equals ERROR_MRM_INVALID_RESOURCE_IDENTIFIER
Returns true if this enum value equals ERROR_MRM_NAMED_RESOURCE_NOT_FOUND
Returns true if this enum value equals ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE
Returns true if this enum value equals ERROR_MRM_RESOURCE_TYPE_MISMATCH
Returns true if this enum value equals ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE
Returns true if this enum value equals ERROR_MRM_TOO_MANY_RESOURCES
Returns true if this enum value equals ERROR_MRM_UNKNOWN_QUALIFIER
Returns true if this enum value equals ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE
Returns true if this enum value equals ERROR_MRM_UNSUPPORTED_PROFILE_TYPE
Returns true if this enum value equals ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
Returns true if this enum value equals ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
Returns true if this enum value equals ERROR_MUI_INVALID_LOCALE_NAME
Returns true if this enum value equals ERROR_MUI_INVALID_RC_CONFIG
Returns true if this enum value equals ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
Returns true if this enum value equals ERROR_NETWORK_ACCESS_DENIED
Returns true if this enum value equals ERROR_NETWORK_NOT_AVAILABLE
Returns true if this enum value equals ERROR_NO_BROWSER_SERVERS_FOUND
Returns true if this enum value equals ERROR_NO_IMPERSONATION_TOKEN
Returns true if this enum value equals ERROR_NO_MORE_SEARCH_HANDLES
Returns true if this enum value equals ERROR_NO_QUOTAS_FOR_ACCOUNT
Returns true if this enum value equals ERROR_NO_SECURITY_ON_OBJECT
Returns true if this enum value equals ERROR_NO_SHUTDOWN_IN_PROGRESS
Returns true if this enum value equals ERROR_NO_SUCH_LOGON_SESSION
Returns true if this enum value equals ERROR_NO_UNICODE_TRANSLATION
Returns true if this enum value equals ERROR_NO_WILDCARD_CHARACTERS
Returns true if this enum value equals ERROR_NODE_CANNOT_BE_CLUSTERED
Returns true if this enum value equals ERROR_NODE_CANT_HOST_RESOURCE
Returns true if this enum value equals ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
Returns true if this enum value equals ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
Returns true if this enum value equals ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
Returns true if this enum value equals ERROR_NONPAGED_SYSTEM_RESOURCES
Returns true if this enum value equals ERROR_NOT_ENOUGH_SERVER_MEMORY
Returns true if this enum value equals ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
Returns true if this enum value equals ERROR_NT_CROSS_ENCRYPTION_REQUIRED
Returns true if this enum value equals ERROR_OBJECT_ALREADY_EXISTS
Returns true if this enum value equals ERROR_PACKAGE_ALREADY_EXISTS
Returns true if this enum value equals ERROR_PACKAGE_REPOSITORY_CORRUPTED
Returns true if this enum value equals ERROR_PAGED_SYSTEM_RESOURCES
Returns true if this enum value equals ERROR_PARAMETER_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_PATCH_PACKAGE_INVALID
Returns true if this enum value equals ERROR_PATCH_PACKAGE_OPEN_FAILED
Returns true if this enum value equals ERROR_PATCH_PACKAGE_REJECTED
Returns true if this enum value equals ERROR_PATCH_PACKAGE_UNSUPPORTED
Returns true if this enum value equals ERROR_PATCH_TARGET_NOT_FOUND
Returns true if this enum value equals ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_POLICY_OBJECT_NOT_FOUND
Returns true if this enum value equals ERROR_PRINT_MONITOR_ALREADY_INSTALLED
Returns true if this enum value equals ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
Returns true if this enum value equals ERROR_PRINTER_ALREADY_EXISTS
Returns true if this enum value equals ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
Returns true if this enum value equals ERROR_PRINTER_DRIVER_BLOCKED
Returns true if this enum value equals ERROR_PRINTER_DRIVER_IN_USE
Returns true if this enum value equals ERROR_PRINTER_DRIVER_WARNED
Returns true if this enum value equals ERROR_PRINTER_HAS_JOBS_QUEUED
Returns true if this enum value equals ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
Returns true if this enum value equals ERROR_QUORUM_DISK_NOT_FOUND
Returns true if this enum value equals ERROR_QUORUM_RESOURCE_ONLINE_FAILED
Returns true if this enum value equals ERROR_QUORUMLOG_OPEN_FAILED
Returns true if this enum value equals ERROR_RECOVERY_FILE_CORRUPT
Returns true if this enum value equals ERROR_REDIRECTOR_HAS_OPEN_HANDLES
Returns true if this enum value equals ERROR_RELOC_CHAIN_XEEDS_SEGLIM
Returns true if this enum value equals ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
Returns true if this enum value equals ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_REMOTE_STORAGE_MEDIA_ERROR
Returns true if this enum value equals ERROR_REMOTE_STORAGE_NOT_ACTIVE
Returns true if this enum value equals ERROR_REPARSE_ATTRIBUTE_CONFLICT
Returns true if this enum value equals ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
Returns true if this enum value equals ERROR_RESILIENCY_FILE_CORRUPT
Returns true if this enum value equals ERROR_RESOURCE_DATA_NOT_FOUND
Returns true if this enum value equals ERROR_RESOURCE_ENUM_USER_STOP
Returns true if this enum value equals ERROR_RESOURCE_LANG_NOT_FOUND
Returns true if this enum value equals ERROR_RESOURCE_NAME_NOT_FOUND
Returns true if this enum value equals ERROR_RESOURCE_NOT_AVAILABLE
Returns true if this enum value equals ERROR_RESOURCE_PROPERTIES_STORED
Returns true if this enum value equals ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
Returns true if this enum value equals ERROR_RESOURCE_TYPE_NOT_FOUND
Returns true if this enum value equals ERROR_RING2SEG_MUST_BE_MOVABLE
Returns true if this enum value equals ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT
Returns true if this enum value equals ERROR_RUNLEVEL_SWITCH_IN_PROGRESS
Returns true if this enum value equals ERROR_RUNLEVEL_SWITCH_TIMEOUT
Returns true if this enum value equals ERROR_SCREEN_ALREADY_LOCKED
Returns true if this enum value equals ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED
Returns true if this enum value equals ERROR_SERVER_HAS_OPEN_HANDLES
Returns true if this enum value equals ERROR_SERVER_SHUTDOWN_IN_PROGRESS
Returns true if this enum value equals ERROR_SERVICE_ALREADY_RUNNING
Returns true if this enum value equals ERROR_SERVICE_CANNOT_ACCEPT_CTRL
Returns true if this enum value equals ERROR_SERVICE_DATABASE_LOCKED
Returns true if this enum value equals ERROR_SERVICE_DEPENDENCY_DELETED
Returns true if this enum value equals ERROR_SERVICE_DEPENDENCY_FAIL
Returns true if this enum value equals ERROR_SERVICE_DOES_NOT_EXIST
Returns true if this enum value equals ERROR_SERVICE_MARKED_FOR_DELETE
Returns true if this enum value equals ERROR_SERVICE_NEVER_STARTED
Returns true if this enum value equals ERROR_SERVICE_REQUEST_TIMEOUT
Returns true if this enum value equals ERROR_SERVICE_SPECIFIC_ERROR
Returns true if this enum value equals ERROR_SERVICES_FAILED_AUTOSTART
Returns true if this enum value equals ERROR_SESSION_CREDENTIAL_CONFLICT
Returns true if this enum value equals ERROR_SET_POWER_STATE_FAILED
Returns true if this enum value equals ERROR_SET_POWER_STATE_VETOED
Returns true if this enum value equals ERROR_SHARING_BUFFER_EXCEEDED
Returns true if this enum value equals ERROR_SMARTCARD_SUBSYSTEM_FAILURE
Returns true if this enum value equals ERROR_SMI_PRIMITIVE_INSTALLER_FAILED
Returns true if this enum value equals ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_STATE_CREATE_CONTAINER_FAILED
Returns true if this enum value equals ERROR_STATE_DELETE_CONTAINER_FAILED
Returns true if this enum value equals ERROR_STATE_DELETE_SETTING_FAILED
Returns true if this enum value equals ERROR_STATE_ENUMERATE_CONTAINER_FAILED
Returns true if this enum value equals ERROR_STATE_ENUMERATE_SETTINGS_FAILED
Returns true if this enum value equals ERROR_STATE_GET_VERSION_FAILED
Returns true if this enum value equals ERROR_STATE_LOAD_STORE_FAILED
Returns true if this enum value equals ERROR_STATE_OPEN_CONTAINER_FAILED
Returns true if this enum value equals ERROR_STATE_QUERY_SETTING_FAILED
Returns true if this enum value equals ERROR_STATE_READ_COMPOSITE_SETTING_FAILED
Returns true if this enum value equals ERROR_STATE_READ_SETTING_FAILED
Returns true if this enum value equals ERROR_STATE_SET_VERSION_FAILED
Returns true if this enum value equals ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
Returns true if this enum value equals ERROR_STATE_STRUCTURED_RESET_FAILED
Returns true if this enum value equals ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED
Returns true if this enum value equals ERROR_STATE_WRITE_SETTING_FAILED
Returns true if this enum value equals ERROR_SUCCESS_REBOOT_INITIATED
Returns true if this enum value equals ERROR_SUCCESS_REBOOT_REQUIRED
Returns true if this enum value equals ERROR_SUCCESS_RESTART_REQUIRED
Returns true if this enum value equals ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
Returns true if this enum value equals ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
Returns true if this enum value equals ERROR_SXS_ASSEMBLY_NOT_FOUND
Returns true if this enum value equals ERROR_SXS_ASSEMBLY_NOT_LOCKED
Returns true if this enum value equals ERROR_SXS_COMPONENT_STORE_CORRUPT
Returns true if this enum value equals ERROR_SXS_CORRUPT_ACTIVATION_STACK
Returns true if this enum value equals ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
Returns true if this enum value equals ERROR_SXS_DUPLICATE_DLL_NAME
Returns true if this enum value equals ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
Returns true if this enum value equals ERROR_SXS_EARLY_DEACTIVATION
Returns true if this enum value equals ERROR_SXS_FILE_HASH_MISMATCH
Returns true if this enum value equals ERROR_SXS_FILE_HASH_MISSING
Returns true if this enum value equals ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
Returns true if this enum value equals ERROR_SXS_IDENTITIES_DIFFERENT
Returns true if this enum value equals ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
Returns true if this enum value equals ERROR_SXS_IDENTITY_PARSE_ERROR
Returns true if this enum value equals ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN
Returns true if this enum value equals ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
Returns true if this enum value equals ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
Returns true if this enum value equals ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
Returns true if this enum value equals ERROR_SXS_INVALID_DEACTIVATION
Returns true if this enum value equals ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
Returns true if this enum value equals ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
Returns true if this enum value equals ERROR_SXS_INVALID_XML_NAMESPACE_URI
Returns true if this enum value equals ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
Returns true if this enum value equals ERROR_SXS_MANIFEST_FORMAT_ERROR
Returns true if this enum value equals ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
Returns true if this enum value equals ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
Returns true if this enum value equals ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
Returns true if this enum value equals ERROR_SXS_MANIFEST_PARSE_ERROR
Returns true if this enum value equals ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
Returns true if this enum value equals ERROR_SXS_MULTIPLE_DEACTIVATION
Returns true if this enum value equals ERROR_SXS_POLICY_PARSE_ERROR
Returns true if this enum value equals ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
Returns true if this enum value equals ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
Returns true if this enum value equals ERROR_SXS_PROCESS_TERMINATION_REQUESTED
Returns true if this enum value equals ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
Returns true if this enum value equals ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
Returns true if this enum value equals ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
Returns true if this enum value equals ERROR_SXS_PROTECTION_RECOVERY_FAILED
Returns true if this enum value equals ERROR_SXS_RELEASE_ACTIVATION_CONTEXT
Returns true if this enum value equals ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
Returns true if this enum value equals ERROR_SXS_SECTION_NOT_FOUND
Returns true if this enum value equals ERROR_SXS_SETTING_NOT_REGISTERED
Returns true if this enum value equals ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
Returns true if this enum value equals ERROR_SXS_THREAD_QUERIES_DISABLED
Returns true if this enum value equals ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
Returns true if this enum value equals ERROR_SXS_UNKNOWN_ENCODING_GROUP
Returns true if this enum value equals ERROR_SXS_UNTRANSLATABLE_HRESULT
Returns true if this enum value equals ERROR_SXS_WRONG_SECTION_TYPE
Returns true if this enum value equals ERROR_SXS_XML_E_BADCHARDATA
Returns true if this enum value equals ERROR_SXS_XML_E_BADCHARINSTRING
Returns true if this enum value equals ERROR_SXS_XML_E_BADNAMECHAR
Returns true if this enum value equals ERROR_SXS_XML_E_BADPEREFINSUBSET
Returns true if this enum value equals ERROR_SXS_XML_E_BADSTARTNAMECHAR
Returns true if this enum value equals ERROR_SXS_XML_E_COMMENTSYNTAX
Returns true if this enum value equals ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
Returns true if this enum value equals ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
Returns true if this enum value equals ERROR_SXS_XML_E_EXPECTINGTAGEND
Returns true if this enum value equals ERROR_SXS_XML_E_INCOMPLETE_ENCODING
Returns true if this enum value equals ERROR_SXS_XML_E_INTERNALERROR
Returns true if this enum value equals ERROR_SXS_XML_E_INVALID_DECIMAL
Returns true if this enum value equals ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
Returns true if this enum value equals ERROR_SXS_XML_E_INVALID_STANDALONE
Returns true if this enum value equals ERROR_SXS_XML_E_INVALID_UNICODE
Returns true if this enum value equals ERROR_SXS_XML_E_INVALID_VERSION
Returns true if this enum value equals ERROR_SXS_XML_E_INVALIDATROOTLEVEL
Returns true if this enum value equals ERROR_SXS_XML_E_INVALIDENCODING
Returns true if this enum value equals ERROR_SXS_XML_E_INVALIDSWITCH
Returns true if this enum value equals ERROR_SXS_XML_E_MISSING_PAREN
Returns true if this enum value equals ERROR_SXS_XML_E_MISSINGEQUALS
Returns true if this enum value equals ERROR_SXS_XML_E_MISSINGQUOTE
Returns true if this enum value equals ERROR_SXS_XML_E_MISSINGROOT
Returns true if this enum value equals ERROR_SXS_XML_E_MISSINGSEMICOLON
Returns true if this enum value equals ERROR_SXS_XML_E_MISSINGWHITESPACE
Returns true if this enum value equals ERROR_SXS_XML_E_MULTIPLE_COLONS
Returns true if this enum value equals ERROR_SXS_XML_E_MULTIPLEROOTS
Returns true if this enum value equals ERROR_SXS_XML_E_RESERVEDNAMESPACE
Returns true if this enum value equals ERROR_SXS_XML_E_UNBALANCEDPAREN
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDCDATA
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDCOMMENT
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDDECL
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDENDTAG
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDSTRING
Returns true if this enum value equals ERROR_SXS_XML_E_UNCLOSEDTAG
Returns true if this enum value equals ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
Returns true if this enum value equals ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
Returns true if this enum value equals ERROR_SXS_XML_E_UNEXPECTEDENDTAG
Returns true if this enum value equals ERROR_SXS_XML_E_UNEXPECTEDEOF
Returns true if this enum value equals ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
Returns true if this enum value equals ERROR_SXS_XML_E_XMLDECLSYNTAX
Returns true if this enum value equals ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
Returns true if this enum value equals ERROR_SYSTEM_DEVICE_NOT_FOUND
Returns true if this enum value equals ERROR_SYSTEM_NEEDS_REMEDIATION
Returns true if this enum value equals ERROR_TOO_MANY_LUIDS_REQUESTED
Returns true if this enum value equals ERROR_TOO_MANY_SEM_REQUESTS
Returns true if this enum value equals ERROR_TRANSFORM_NOT_SUPPORTED
Returns true if this enum value equals ERROR_TRUSTED_DOMAIN_FAILURE
Returns true if this enum value equals ERROR_TRUSTED_RELATIONSHIP_FAILURE
Returns true if this enum value equals ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
Returns true if this enum value equals ERROR_UNABLE_TO_INVENTORY_DRIVE
Returns true if this enum value equals ERROR_UNABLE_TO_INVENTORY_SLOT
Returns true if this enum value equals ERROR_UNABLE_TO_INVENTORY_TRANSPORT
Returns true if this enum value equals ERROR_UNABLE_TO_LOAD_MEDIUM
Returns true if this enum value equals ERROR_UNABLE_TO_MOVE_REPLACEMENT
Returns true if this enum value equals ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
Returns true if this enum value equals ERROR_UNABLE_TO_REMOVE_REPLACED
Returns true if this enum value equals ERROR_UNABLE_TO_UNLOAD_MEDIA
Returns true if this enum value equals ERROR_UNKNOWN_PRINT_MONITOR
Returns true if this enum value equals ERROR_UNKNOWN_PRINTER_DRIVER
Returns true if this enum value equals ERROR_UNKNOWN_PRINTPROCESSOR
Returns true if this enum value equals ERROR_UNMAPPED_SUBSTITUTION_STRING
Returns true if this enum value equals ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
Returns true if this enum value equals ERROR_VOLUME_CONTAINS_SYS_FILES
Returns true if this enum value equals ERROR_VOLUME_NOT_SIS_ENABLED
Returns true if this enum value equals ERROR_VOLUME_NOT_SUPPORT_EFS
Returns true if this enum value equals ERROR_WINDOW_OF_OTHER_THREAD
Returns true if this enum value equals ERROR_WMI_GUID_DISCONNECTED
Returns true if this enum value equals ERROR_WMI_INSTANCE_NOT_FOUND
Returns true if this enum value equals ERROR_WMI_UNRESOLVED_INSTANCE_REF
Returns true if this enum value equals ERROR_XML_ENCODING_MISMATCH
Returns true if this enum value equals FRS_ERR_CHILD_TO_PARENT_COMM
Returns true if this enum value equals FRS_ERR_INVALID_API_SEQUENCE
Returns true if this enum value equals FRS_ERR_INVALID_SERVICE_PARAMETER
Returns true if this enum value equals FRS_ERR_PARENT_AUTHENTICATION
Returns true if this enum value equals FRS_ERR_PARENT_INSUFFICIENT_PRIV
Returns true if this enum value equals FRS_ERR_PARENT_TO_CHILD_COMM
Returns true if this enum value equals FRS_ERR_SYSVOL_POPULATE_TIMEOUT
Returns the system error message associated with this error code.
The message is retrieved via FormatMessageW
using the current default LANGID.
On non-win32 platforms the result is always an empty string.
NOTE  The result may depend on the current system locale. Specs and
comparisons should use #value instead of this method.
Returns true if this enum value equals RPC_S_GROUP_MEMBER_NOT_FOUND
Returns true if this enum value equals RPC_S_INTERFACE_NOT_EXPORTED
Returns true if this enum value equals RPC_S_INVALID_AUTH_IDENTITY
Returns true if this enum value equals RPC_S_INVALID_ENDPOINT_FORMAT
Returns true if this enum value equals RPC_S_INVALID_NETWORK_OPTIONS
Returns true if this enum value equals RPC_S_INVALID_STRING_BINDING
Returns true if this enum value equals RPC_S_NO_PROTSEQS_REGISTERED
Returns true if this enum value equals RPC_S_NOT_ALL_OBJS_EXPORTED
Returns true if this enum value equals RPC_S_NOT_ALL_OBJS_UNEXPORTED
Returns true if this enum value equals RPC_S_PROTSEQ_NOT_SUPPORTED
Returns true if this enum value equals RPC_S_TYPE_ALREADY_REGISTERED
Returns true if this enum value equals RPC_S_UNKNOWN_AUTHN_SERVICE
Returns true if this enum value equals RPC_S_UNKNOWN_AUTHZ_SERVICE
Returns true if this enum value equals RPC_S_UNSUPPORTED_AUTHN_LEVEL
Returns true if this enum value equals RPC_S_UNSUPPORTED_NAME_SYNTAX
Returns true if this enum value equals RPC_S_UNSUPPORTED_TRANS_SYN
Returns true if this enum value equals RPC_S_WRONG_KIND_OF_BINDING
Returns true if this enum value equals RPC_X_ENUM_VALUE_OUT_OF_RANGE
Returns true if this enum value equals RPC_X_PIPE_DISCIPLINE_ERROR
Returns true if this enum value equals RPC_X_SS_CANNOT_GET_CALL_HANDLE
Returns true if this enum value equals RPC_X_SS_CHAR_TRANS_OPEN_FAIL
Returns true if this enum value equals RPC_X_SS_CHAR_TRANS_SHORT_FILE
Returns true if this enum value equals SCHED_E_SERVICE_NOT_LOCALSYSTEM
Transforms this WinError value to the equivalent Errno value.
This is only defined for some values. If no transformation is defined for
a specific value, the default result is Errno::EINVAL.
Returns true if this enum value equals WARNING_IPSEC_MM_POLICY_PRUNED
Returns true if this enum value equals WARNING_IPSEC_QM_POLICY_PRUNED