WIN32_ERROR extension type enum

on
Implemented types

Constructors

WIN32_ERROR(int _)
const

Properties

bitLength int
Returns the minimum number of bits required to store this integer.
no setterinherited
hashCode int
Returns a hash code for a numerical value.
no setterinherited
isEven bool
Returns true if and only if this integer is even.
no setterinherited
isFinite bool
Whether this number is finite.
no setterinherited
isInfinite bool
Whether this number is positive infinity or negative infinity.
no setterinherited
isNaN bool
Whether this number is a Not-a-Number value.
no setterinherited
isNegative bool
Whether this number is negative.
no setterinherited
isOdd bool
Returns true if and only if this integer is odd.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign int
Returns the sign of this integer.
no setterinherited

Methods

abs() int
Returns the absolute value of this integer.
inherited
ceil() int
Returns this.
inherited
ceilToDouble() double
Returns this.toDouble().
inherited
clamp(num lowerLimit, num upperLimit) num
Returns this num clamped to be in the range lowerLimit-upperLimit.
inherited
compareTo(num other) int
Compares this to other.
inherited
floor() int
Returns this.
inherited
floorToDouble() double
Returns this.toDouble().
inherited
gcd(int other) int
Returns the greatest common divisor of this integer and other.
inherited
modInverse(int modulus) int
Returns the modular multiplicative inverse of this integer modulo modulus.
inherited
modPow(int exponent, int modulus) int
Returns this integer to the power of exponent modulo modulus.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remainder(num other) num
The remainder of the truncating division of this by other.
inherited
round() int
Returns this.
inherited
roundToDouble() double
Returns this.toDouble().
inherited
toDouble() double
This number as a double.
inherited
toInt() int
Truncates this num to an integer and returns the result as an int.
inherited
toRadixString(int radix) String
Converts this to a string representation in the given radix.
inherited
toSigned(int width) int
Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
inherited
toString() String
Returns a string representation of this integer.
inherited
toStringAsExponential([int? fractionDigits]) String
An exponential string-representation of this number.
inherited
toStringAsFixed(int fractionDigits) String
A decimal-point string-representation of this number.
inherited
toStringAsPrecision(int precision) String
A string representation with precision significant digits.
inherited
toUnsigned(int width) int
Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
inherited
truncate() int
Returns this.
inherited
truncateToDouble() double
Returns this.toDouble().
inherited

Operators

operator %(num other) num
Euclidean modulo of this number by other.
inherited
operator &(int other) int
Bit-wise and operator.
inherited
operator *(num other) num
Multiplies this number by other.
inherited
operator +(num other) num
Adds other to this number.
inherited
operator -(num other) num
Subtracts other from this number.
inherited
operator /(num other) double
Divides this number by other.
inherited
operator <(num other) bool
Whether this number is numerically smaller than other.
inherited
operator <<(int shiftAmount) int
Shift the bits of this integer to the left by shiftAmount.
inherited
operator <=(num other) bool
Whether this number is numerically smaller than or equal to other.
inherited
operator ==(Object other) bool
Test whether this value is numerically equal to other.
inherited
operator >(num other) bool
Whether this number is numerically greater than other.
inherited
operator >=(num other) bool
Whether this number is numerically greater than or equal to other.
inherited
operator >>(int shiftAmount) int
Shift the bits of this integer to the right by shiftAmount.
inherited
operator >>>(int shiftAmount) int
Bitwise unsigned right shift by shiftAmount bits.
inherited
operator ^(int other) int
Bit-wise exclusive-or operator.
inherited
operator unary-() int
Return the negative value of this integer.
inherited
operator |(int other) int
Bit-wise or operator.
inherited
operator ~() int
The bit-wise negate operator.
inherited
operator ~/(num other) int
Truncating division operator.
inherited

Constants

APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID → const int
APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED → const int
APPMODEL_ERROR_NO_APPLICATION → const int
APPMODEL_ERROR_NO_MUTABLE_DIRECTORY → const int
APPMODEL_ERROR_NO_PACKAGE → const int
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT → const int
APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE → const int
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT → const int
DNS_ERROR_ADDRESS_REQUIRED → const int
DNS_ERROR_ALIAS_LOOP → const int
DNS_ERROR_AUTOZONE_ALREADY_EXISTS → const int
DNS_ERROR_AXFR → const int
DNS_ERROR_BACKGROUND_LOADING → const int
DNS_ERROR_BAD_KEYMASTER → const int
DNS_ERROR_BAD_PACKET → const int
DNS_ERROR_CANNOT_FIND_ROOT_HINTS → const int
DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS → const int
DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST → const int
DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED → const int
DNS_ERROR_CNAME_COLLISION → const int
DNS_ERROR_CNAME_LOOP → const int
DNS_ERROR_DATABASE_BASE → const int
DNS_ERROR_DATAFILE_BASE → const int
DNS_ERROR_DATAFILE_OPEN_FAILURE → const int
DNS_ERROR_DATAFILE_PARSING → const int
DNS_ERROR_DEFAULT_SCOPE → const int
DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE → const int
DNS_ERROR_DEFAULT_ZONESCOPE → const int
DNS_ERROR_DELEGATION_REQUIRED → const int
DNS_ERROR_DNAME_COLLISION → const int
DNS_ERROR_DNSSEC_BASE → const int
DNS_ERROR_DNSSEC_IS_DISABLED → const int
DNS_ERROR_DP_ALREADY_ENLISTED → const int
DNS_ERROR_DP_ALREADY_EXISTS → const int
DNS_ERROR_DP_BASE → const int
DNS_ERROR_DP_DOES_NOT_EXIST → const int
DNS_ERROR_DP_FSMO_ERROR → const int
DNS_ERROR_DP_NOT_AVAILABLE → const int
DNS_ERROR_DP_NOT_ENLISTED → const int
DNS_ERROR_DS_UNAVAILABLE → const int
DNS_ERROR_DS_ZONE_ALREADY_EXISTS → const int
DNS_ERROR_DWORD_VALUE_TOO_LARGE → const int
DNS_ERROR_DWORD_VALUE_TOO_SMALL → const int
DNS_ERROR_FILE_WRITEBACK_FAILED → const int
DNS_ERROR_FORWARDER_ALREADY_EXISTS → const int
DNS_ERROR_GENERAL_API_BASE → const int
DNS_ERROR_INCONSISTENT_ROOT_HINTS → const int
DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME → const WIN32_ERROR
DNS_ERROR_INVALID_CLIENT_SUBNET_NAME → const int
DNS_ERROR_INVALID_DATA → const int
DNS_ERROR_INVALID_DATAFILE_NAME → const int
DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET → const int
DNS_ERROR_INVALID_IP_ADDRESS → const int
DNS_ERROR_INVALID_KEY_SIZE → const int
DNS_ERROR_INVALID_NAME → const int
DNS_ERROR_INVALID_NAME_CHAR → const int
DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT → const int
DNS_ERROR_INVALID_POLICY_TABLE → const int
DNS_ERROR_INVALID_PROPERTY → const int
DNS_ERROR_INVALID_ROLLOVER_PERIOD → const int
DNS_ERROR_INVALID_SCOPE_NAME → const int
DNS_ERROR_INVALID_SCOPE_OPERATION → const int
DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD → const int
DNS_ERROR_INVALID_TYPE → const int
DNS_ERROR_INVALID_XML → const int
DNS_ERROR_INVALID_ZONE_OPERATION → const int
DNS_ERROR_INVALID_ZONE_TYPE → const int
DNS_ERROR_INVALID_ZONESCOPE_NAME → const int
DNS_ERROR_KEYMASTER_REQUIRED → const int
DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION → const int
DNS_ERROR_KSP_NOT_ACCESSIBLE → const int
DNS_ERROR_LOAD_ZONESCOPE_FAILED → const int
DNS_ERROR_MASK → const int
DNS_ERROR_NAME_DOES_NOT_EXIST → const int
DNS_ERROR_NAME_NOT_IN_ZONE → const int
DNS_ERROR_NBSTAT_INIT_FAILED → const int
DNS_ERROR_NEED_SECONDARY_ADDRESSES → const int
DNS_ERROR_NEED_WINS_SERVERS → const int
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE → const int
DNS_ERROR_NO_CREATE_CACHE_DATA → const int
DNS_ERROR_NO_DNS_SERVERS → const int
DNS_ERROR_NO_MEMORY → const int
DNS_ERROR_NO_PACKET → const int
DNS_ERROR_NO_TCPIP → const int
DNS_ERROR_NO_VALID_TRUST_ANCHORS → const int
DNS_ERROR_NO_ZONE_INFO → const int
DNS_ERROR_NODE_CREATION_FAILED → const int
DNS_ERROR_NODE_IS_CNAME → const int
DNS_ERROR_NODE_IS_DNAME → const int
DNS_ERROR_NON_RFC_NAME → const int
DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD → const int
DNS_ERROR_NOT_ALLOWED_ON_RODC → const int
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER → const int
DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE → const int
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE → const int
DNS_ERROR_NOT_ALLOWED_ON_ZSK → const int
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION → const int
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME → const int
DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES → const int
DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS → const int
DNS_ERROR_NOT_UNIQUE → const int
DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1 → const int
DNS_ERROR_NSEC3_NAME_COLLISION → const int
DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1 → const WIN32_ERROR
DNS_ERROR_NUMERIC_NAME → const int
DNS_ERROR_OPERATION_BASE → const int
DNS_ERROR_PACKET_FMT_BASE → const int
DNS_ERROR_POLICY_ALREADY_EXISTS → const int
DNS_ERROR_POLICY_DOES_NOT_EXIST → const int
DNS_ERROR_POLICY_INVALID_CRITERIA → const int
DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET → const WIN32_ERROR
DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN → const int
DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE → const int
DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL → const WIN32_ERROR
DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE → const int
DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY → const WIN32_ERROR
DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL → const WIN32_ERROR
DNS_ERROR_POLICY_INVALID_NAME → const int
DNS_ERROR_POLICY_INVALID_SETTINGS → const int
DNS_ERROR_POLICY_INVALID_WEIGHT → const int
DNS_ERROR_POLICY_LOCKED → const int
DNS_ERROR_POLICY_MISSING_CRITERIA → const int
DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID → const int
DNS_ERROR_POLICY_SCOPE_MISSING → const int
DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED → const int
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE → const int
DNS_ERROR_RCODE → const int
DNS_ERROR_RCODE_BADKEY → const int
DNS_ERROR_RCODE_BADSIG → const int
DNS_ERROR_RCODE_BADTIME → const int
DNS_ERROR_RCODE_FORMAT_ERROR → const int
DNS_ERROR_RCODE_LAST → const int
DNS_ERROR_RCODE_NAME_ERROR → const int
DNS_ERROR_RCODE_NO_ERROR → const int
DNS_ERROR_RCODE_NOT_IMPLEMENTED → const int
DNS_ERROR_RCODE_NOTAUTH → const int
DNS_ERROR_RCODE_NOTZONE → const int
DNS_ERROR_RCODE_NXRRSET → const int
DNS_ERROR_RCODE_REFUSED → const int
DNS_ERROR_RCODE_SERVER_FAILURE → const int
DNS_ERROR_RCODE_YXDOMAIN → const int
DNS_ERROR_RCODE_YXRRSET → const int
DNS_ERROR_RECORD_ALREADY_EXISTS → const int
DNS_ERROR_RECORD_DOES_NOT_EXIST → const int
DNS_ERROR_RECORD_FORMAT → const int
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT → const int
DNS_ERROR_RECORD_TIMED_OUT → const int
DNS_ERROR_RESPONSE_CODES_BASE → const int
DNS_ERROR_ROLLOVER_ALREADY_QUEUED → const int
DNS_ERROR_ROLLOVER_IN_PROGRESS → const int
DNS_ERROR_ROLLOVER_NOT_POKEABLE → const int
DNS_ERROR_RRL_INVALID_IPV4_PREFIX → const int
DNS_ERROR_RRL_INVALID_IPV6_PREFIX → const int
DNS_ERROR_RRL_INVALID_LEAK_RATE → const int
DNS_ERROR_RRL_INVALID_TC_RATE → const int
DNS_ERROR_RRL_INVALID_WINDOW_SIZE → const int
DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE → const int
DNS_ERROR_RRL_NOT_ENABLED → const int
DNS_ERROR_SCOPE_ALREADY_EXISTS → const int
DNS_ERROR_SCOPE_DOES_NOT_EXIST → const int
DNS_ERROR_SCOPE_LOCKED → const int
DNS_ERROR_SECONDARY_DATA → const int
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP → const int
DNS_ERROR_SECURE_BASE → const int
DNS_ERROR_SERVERSCOPE_IS_REFERENCED → const int
DNS_ERROR_SETUP_BASE → const int
DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE → const int
DNS_ERROR_SOA_DELETE_INVALID → const int
DNS_ERROR_STANDBY_KEY_NOT_PRESENT → const int
DNS_ERROR_SUBNET_ALREADY_EXISTS → const int
DNS_ERROR_SUBNET_DOES_NOT_EXIST → const int
DNS_ERROR_TOO_MANY_SKDS → const int
DNS_ERROR_TRY_AGAIN_LATER → const int
DNS_ERROR_UNEXPECTED_CNG_ERROR → const int
DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR → const int
DNS_ERROR_UNKNOWN_RECORD_TYPE → const int
DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION → const int
DNS_ERROR_UNSECURE_PACKET → const int
DNS_ERROR_UNSUPPORTED_ALGORITHM → const int
DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS → const WIN32_ERROR
DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST → const WIN32_ERROR
DNS_ERROR_VIRTUALIZATION_TREE_LOCKED → const int
DNS_ERROR_WINS_INIT_FAILED → const int
DNS_ERROR_ZONE_ALREADY_EXISTS → const int
DNS_ERROR_ZONE_BASE → const int
DNS_ERROR_ZONE_CONFIGURATION_ERROR → const int
DNS_ERROR_ZONE_CREATION_FAILED → const int
DNS_ERROR_ZONE_DOES_NOT_EXIST → const int
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS → const int
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD → const int
DNS_ERROR_ZONE_IS_SHUTDOWN → const int
DNS_ERROR_ZONE_LOCKED → const int
DNS_ERROR_ZONE_LOCKED_FOR_SIGNING → const int
DNS_ERROR_ZONE_NOT_SECONDARY → const int
DNS_ERROR_ZONE_REQUIRES_MASTER_IP → const int
DNS_ERROR_ZONESCOPE_ALREADY_EXISTS → const int
DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST → const int
DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED → const int
DNS_ERROR_ZONESCOPE_IS_REFERENCED → const int
ERROR_ABANDON_HIBERFILE → const int
ERROR_ABANDONED_WAIT_0 → const int
ERROR_ABANDONED_WAIT_63 → const int
ERROR_ABIOS_ERROR → const int
ERROR_ACCESS_AUDIT_BY_POLICY → const int
ERROR_ACCESS_DENIED → const int
ERROR_ACCESS_DENIED_APPDATA → const int
ERROR_ACCESS_DISABLED_BY_POLICY → const int
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY → const int
ERROR_ACCESS_DISABLED_WEBBLADE → const int
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER → const int
ERROR_ACCOUNT_DISABLED → const int
ERROR_ACCOUNT_EXPIRED → const int
ERROR_ACCOUNT_LOCKED_OUT → const int
ERROR_ACCOUNT_RESTRICTION → const int
ERROR_ACPI_ERROR → const int
ERROR_ACTIVATION_COUNT_EXCEEDED → const int
ERROR_ACTIVE_CONNECTIONS → const int
ERROR_ADAP_HDW_ERR → const int
ERROR_ADDRESS_ALREADY_ASSOCIATED → const int
ERROR_ADDRESS_NOT_ASSOCIATED → const int
ERROR_ADVANCED_INSTALLER_FAILED → const int
ERROR_ALERTED → const int
ERROR_ALIAS_EXISTS → const int
ERROR_ALL_NODES_NOT_AVAILABLE → const int
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED → const int
ERROR_ALLOCATE_BUCKET → const int
ERROR_ALLOTTED_SPACE_EXCEEDED → const int
ERROR_ALREADY_ASSIGNED → const int
ERROR_ALREADY_EXISTS → const int
ERROR_ALREADY_FIBER → const int
ERROR_ALREADY_HAS_STREAM_ID → const int
ERROR_ALREADY_INITIALIZED → const int
ERROR_ALREADY_REGISTERED → const int
ERROR_ALREADY_RUNNING_LKG → const int
ERROR_ALREADY_THREAD → const int
ERROR_ALREADY_WAITING → const int
ERROR_ALREADY_WIN32 → const int
ERROR_AMBIGUOUS_SYSTEM_DEVICE → const int
ERROR_API_UNAVAILABLE → const int
ERROR_APP_DATA_CORRUPT → const int
ERROR_APP_DATA_EXPIRED → const int
ERROR_APP_DATA_LIMIT_EXCEEDED → const int
ERROR_APP_DATA_NOT_FOUND → const int
ERROR_APP_DATA_REBOOT_REQUIRED → const int
ERROR_APP_HANG → const int
ERROR_APP_INIT_FAILURE → const int
ERROR_APP_WRONG_OS → const int
ERROR_APPCONTAINER_REQUIRED → const int
ERROR_APPEXEC_APP_COMPAT_BLOCK → const int
ERROR_APPEXEC_CALLER_WAIT_TIMEOUT → const int
ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING → const int
ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES → const int
ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION → const WIN32_ERROR
ERROR_APPEXEC_CONDITION_NOT_SATISFIED → const int
ERROR_APPEXEC_HANDLE_INVALIDATED → const int
ERROR_APPEXEC_HOST_ID_MISMATCH → const int
ERROR_APPEXEC_INVALID_HOST_GENERATION → const int
ERROR_APPEXEC_INVALID_HOST_STATE → const int
ERROR_APPEXEC_NO_DONOR → const int
ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION → const WIN32_ERROR
ERROR_APPEXEC_UNKNOWN_USER → const int
ERROR_APPHELP_BLOCK → const int
ERROR_APPINSTALLER_ACTIVATION_BLOCKED → const int
ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM → const int
ERROR_APPINSTALLER_URI_IN_USE → const int
ERROR_APPX_FILE_NOT_ENCRYPTED → const int
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN → const int
ERROR_APPX_RAW_DATA_WRITE_FAILED → const int
ERROR_ARBITRATION_UNHANDLED → const int
ERROR_ARENA_TRASHED → const int
ERROR_ARITHMETIC_OVERFLOW → const int
ERROR_ASSERTION_FAILURE → const int
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED → const int
ERROR_AUDIT_FAILED → const int
ERROR_AUTHENTICATION_FIREWALL_FAILED → const int
ERROR_AUTHENTICODE_DISALLOWED → const int
ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED → const WIN32_ERROR
ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED → const WIN32_ERROR
ERROR_AUTHENTICODE_TRUSTED_PUBLISHER → const int
ERROR_AUTHIP_FAILURE → const int
ERROR_AUTODATASEG_EXCEEDS_64k → const int
ERROR_BACKUP_CONTROLLER → const int
ERROR_BAD_ACCESSOR_FLAGS → const int
ERROR_BAD_ARGUMENTS → const int
ERROR_BAD_CLUSTERS → const int
ERROR_BAD_COMMAND → const int
ERROR_BAD_COMPRESSION_BUFFER → const int
ERROR_BAD_CONFIGURATION → const int
ERROR_BAD_CURRENT_DIRECTORY → const int
ERROR_BAD_DESCRIPTOR_FORMAT → const int
ERROR_BAD_DEV_TYPE → const int
ERROR_BAD_DEVICE → const int
ERROR_BAD_DEVICE_PATH → const int
ERROR_BAD_DLL_ENTRYPOINT → const int
ERROR_BAD_DRIVER → const int
ERROR_BAD_DRIVER_LEVEL → const int
ERROR_BAD_ENVIRONMENT → const int
ERROR_BAD_EXE_FORMAT → const int
ERROR_BAD_FILE_TYPE → const int
ERROR_BAD_FORMAT → const int
ERROR_BAD_FUNCTION_TABLE → const int
ERROR_BAD_IMPERSONATION_LEVEL → const int
ERROR_BAD_INHERITANCE_ACL → const int
ERROR_BAD_INTERFACE_INSTALLSECT → const int
ERROR_BAD_LENGTH → const int
ERROR_BAD_LOGON_SESSION_STATE → const int
ERROR_BAD_MCFG_TABLE → const int
ERROR_BAD_NET_NAME → const int
ERROR_BAD_NET_RESP → const int
ERROR_BAD_NETPATH → const int
ERROR_BAD_PATHNAME → const int
ERROR_BAD_PIPE → const int
ERROR_BAD_PROFILE → const int
ERROR_BAD_PROVIDER → const int
ERROR_BAD_QUERY_SYNTAX → const int
ERROR_BAD_RECOVERY_POLICY → const int
ERROR_BAD_REM_ADAP → const int
ERROR_BAD_SECTION_NAME_LINE → const int
ERROR_BAD_SERVICE_ENTRYPOINT → const int
ERROR_BAD_SERVICE_INSTALLSECT → const int
ERROR_BAD_STACK → const int
ERROR_BAD_THREADID_ADDR → const int
ERROR_BAD_TOKEN_TYPE → const int
ERROR_BAD_UNIT → const int
ERROR_BAD_USER_PROFILE → const int
ERROR_BAD_USERNAME → const int
ERROR_BAD_VALIDATION_CLASS → const int
ERROR_BADDB → const int
ERROR_BADKEY → const int
ERROR_BADSTARTPOSITION → const int
ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED → const int
ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED → const int
ERROR_BCD_TOO_MANY_ELEMENTS → const int
ERROR_BEGINNING_OF_MEDIA → const int
ERROR_BEYOND_VDL → const int
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT → const int
ERROR_BLOCK_SHARED → const int
ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID → const int
ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID → const int
ERROR_BLOCK_TOO_MANY_REFERENCES → const int
ERROR_BLOCK_WEAK_REFERENCE_INVALID → const int
ERROR_BLOCKED_BY_PARENTAL_CONTROLS → const int
ERROR_BOOT_ALREADY_ACCEPTED → const int
ERROR_BROKEN_PIPE → const int
ERROR_BUFFER_ALL_ZEROS → const int
ERROR_BUFFER_OVERFLOW → const int
ERROR_BUS_RESET → const int
ERROR_BUSY → const int
ERROR_BUSY_DRIVE → const int
ERROR_BYPASSIO_FLT_NOT_SUPPORTED → const int
ERROR_CACHE_PAGE_LOCKED → const int
ERROR_CALL_NOT_IMPLEMENTED → const int
ERROR_CALLBACK_INVOKE_INLINE → const int
ERROR_CALLBACK_POP_STACK → const int
ERROR_CALLBACK_SUPPLIED_INVALID_DATA → const int
ERROR_CAN_NOT_COMPLETE → const int
ERROR_CAN_NOT_DEL_LOCAL_WINS → const int
ERROR_CANCEL_VIOLATION → const int
ERROR_CANCELLED → const int
ERROR_CANNOT_ABORT_TRANSACTIONS → const int
ERROR_CANNOT_ACCEPT_TRANSACTED_WORK → const int
ERROR_CANNOT_BREAK_OPLOCK → const int
ERROR_CANNOT_COPY → const int
ERROR_CANNOT_DETECT_DRIVER_FAILURE → const int
ERROR_CANNOT_DETECT_PROCESS_ABORT → const int
ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION → const int
ERROR_CANNOT_FIND_WND_CLASS → const int
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK → const int
ERROR_CANNOT_IMPERSONATE → const int
ERROR_CANNOT_LOAD_REGISTRY_FILE → const int
ERROR_CANNOT_MAKE → const int
ERROR_CANNOT_OPEN_PROFILE → const int
ERROR_CANNOT_SWITCH_RUNLEVEL → const int
ERROR_CANT_ACCESS_DOMAIN_INFO → const int
ERROR_CANT_ACCESS_FILE → const int
ERROR_CANT_ATTACH_TO_DEV_VOLUME → const int
ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY → const int
ERROR_CANT_CLEAR_ENCRYPTION_FLAG → const int
ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS → const int
ERROR_CANT_CROSS_RM_BOUNDARY → const int
ERROR_CANT_DELETE_LAST_ITEM → const int
ERROR_CANT_DISABLE_MANDATORY → const int
ERROR_CANT_ENABLE_DENY_ONLY → const int
ERROR_CANT_EVICT_ACTIVE_NODE → const int
ERROR_CANT_LOAD_CLASS_ICON → const int
ERROR_CANT_OPEN_ANONYMOUS → const int
ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT → const WIN32_ERROR
ERROR_CANT_RECOVER_WITH_HANDLE_OPEN → const int
ERROR_CANT_REMOVE_DEVINST → const int
ERROR_CANT_RESOLVE_FILENAME → const int
ERROR_CANT_TERMINATE_SELF → const int
ERROR_CANT_WAIT → const int
ERROR_CANTFETCHBACKWARDS → const int
ERROR_CANTOPEN → const int
ERROR_CANTREAD → const int
ERROR_CANTSCROLLBACKWARDS → const int
ERROR_CANTWRITE → const int
ERROR_CAPAUTHZ_CHANGE_TYPE → const int
ERROR_CAPAUTHZ_DB_CORRUPTED → const int
ERROR_CAPAUTHZ_NO_POLICY → const int
ERROR_CAPAUTHZ_NOT_AUTHORIZED → const int
ERROR_CAPAUTHZ_NOT_DEVUNLOCKED → const int
ERROR_CAPAUTHZ_NOT_PROVISIONED → const int
ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED → const int
ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG → const int
ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY → const int
ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH → const int
ERROR_CAPAUTHZ_SCCD_PARSE_ERROR → const int
ERROR_CARDBUS_NOT_SUPPORTED → const int
ERROR_CASE_DIFFERING_NAMES_IN_DIR → const int
ERROR_CASE_SENSITIVE_PATH → const int
ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT → const WIN32_ERROR
ERROR_CHECKING_FILE_SYSTEM → const int
ERROR_CHECKOUT_REQUIRED → const int
ERROR_CHILD_MUST_BE_VOLATILE → const int
ERROR_CHILD_NOT_COMPLETE → const int
ERROR_CHILD_PROCESS_BLOCKED → const int
ERROR_CHILD_WINDOW_MENU → const int
ERROR_CIMFS_IMAGE_CORRUPT → const int
ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED → const int
ERROR_CIRCULAR_DEPENDENCY → const int
ERROR_CLASS_ALREADY_EXISTS → const int
ERROR_CLASS_DOES_NOT_EXIST → const int
ERROR_CLASS_HAS_WINDOWS → const int
ERROR_CLASS_MISMATCH → const int
ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED → const int
ERROR_CLEANER_CARTRIDGE_INSTALLED → const int
ERROR_CLEANER_CARTRIDGE_SPENT → const int
ERROR_CLEANER_SLOT_NOT_SET → const int
ERROR_CLEANER_SLOT_SET → const int
ERROR_CLIENT_SERVER_PARAMETERS_INVALID → const int
ERROR_CLIPBOARD_NOT_OPEN → const int
ERROR_CLIPPING_NOT_SUPPORTED → const int
ERROR_CLOUD_FILE_ACCESS_DENIED → const int
ERROR_CLOUD_FILE_ALREADY_CONNECTED → const int
ERROR_CLOUD_FILE_AUTHENTICATION_FAILED → const int
ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY → const int
ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED → const int
ERROR_CLOUD_FILE_IN_USE → const int
ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES → const int
ERROR_CLOUD_FILE_INVALID_REQUEST → const int
ERROR_CLOUD_FILE_METADATA_CORRUPT → const int
ERROR_CLOUD_FILE_METADATA_TOO_LARGE → const int
ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE → const int
ERROR_CLOUD_FILE_NOT_IN_SYNC → const int
ERROR_CLOUD_FILE_NOT_SUPPORTED → const int
ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT → const int
ERROR_CLOUD_FILE_PINNED → const int
ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH → const WIN32_ERROR
ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE → const int
ERROR_CLOUD_FILE_PROPERTY_CORRUPT → const int
ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT → const int
ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED → const WIN32_ERROR
ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING → const int
ERROR_CLOUD_FILE_PROVIDER_TERMINATED → const int
ERROR_CLOUD_FILE_READ_ONLY_VOLUME → const int
ERROR_CLOUD_FILE_REQUEST_ABORTED → const int
ERROR_CLOUD_FILE_REQUEST_CANCELED → const int
ERROR_CLOUD_FILE_REQUEST_TIMEOUT → const int
ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT → const int
ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS → const int
ERROR_CLOUD_FILE_UNSUCCESSFUL → const int
ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT → const int
ERROR_CLOUD_FILE_VALIDATION_FAILED → const int
ERROR_CLUSCFG_ALREADY_COMMITTED → const int
ERROR_CLUSCFG_ROLLBACK_FAILED → const int
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT → const WIN32_ERROR
ERROR_CLUSTER_AFFINITY_CONFLICT → const int
ERROR_CLUSTER_BACKUP_IN_PROGRESS → const int
ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES → const int
ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME → const int
ERROR_CLUSTER_CANT_DESERIALIZE_DATA → const int
ERROR_CLUSTER_CSV_INVALID_HANDLE → const int
ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT → const int
ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR → const WIN32_ERROR
ERROR_CLUSTER_DATABASE_SEQMISMATCH → const int
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS → const WIN32_ERROR
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS → const WIN32_ERROR
ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED → const WIN32_ERROR
ERROR_CLUSTER_DISK_NOT_CONNECTED → const int
ERROR_CLUSTER_EVICT_INVALID_REQUEST → const int
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP → const int
ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION → const WIN32_ERROR
ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY → const int
ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND → const int
ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS → const WIN32_ERROR
ERROR_CLUSTER_GROUP_BUSY → const int
ERROR_CLUSTER_GROUP_MOVING → const int
ERROR_CLUSTER_GROUP_QUEUED → const int
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE → const int
ERROR_CLUSTER_GUM_NOT_LOCKER → const int
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS → const int
ERROR_CLUSTER_INSTANCE_ID_MISMATCH → const int
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION → const int
ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME → const WIN32_ERROR
ERROR_CLUSTER_INVALID_IPV6_NETWORK → const int
ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK → const int
ERROR_CLUSTER_INVALID_NETWORK → const int
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER → const int
ERROR_CLUSTER_INVALID_NODE → const int
ERROR_CLUSTER_INVALID_NODE_WEIGHT → const int
ERROR_CLUSTER_INVALID_REQUEST → const int
ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR → const int
ERROR_CLUSTER_INVALID_STRING_FORMAT → const int
ERROR_CLUSTER_INVALID_STRING_TERMINATION → const int
ERROR_CLUSTER_IPADDR_IN_USE → const int
ERROR_CLUSTER_JOIN_ABORTED → const int
ERROR_CLUSTER_JOIN_IN_PROGRESS → const int
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS → const int
ERROR_CLUSTER_LAST_INTERNAL_NETWORK → const int
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND → const int
ERROR_CLUSTER_MAX_NODES_IN_CLUSTER → const int
ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED → const int
ERROR_CLUSTER_MEMBERSHIP_HALT → const int
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE → const int
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME → const int
ERROR_CLUSTER_NETINTERFACE_EXISTS → const int
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND → const int
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE → const int
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE → const int
ERROR_CLUSTER_NETWORK_EXISTS → const int
ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS → const int
ERROR_CLUSTER_NETWORK_NOT_FOUND → const int
ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP → const int
ERROR_CLUSTER_NETWORK_NOT_INTERNAL → const int
ERROR_CLUSTER_NO_NET_ADAPTERS → const int
ERROR_CLUSTER_NO_QUORUM → const int
ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED → const int
ERROR_CLUSTER_NO_SECURITY_CONTEXT → const int
ERROR_CLUSTER_NODE_ALREADY_DOWN → const int
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT → const int
ERROR_CLUSTER_NODE_ALREADY_MEMBER → const int
ERROR_CLUSTER_NODE_ALREADY_UP → const int
ERROR_CLUSTER_NODE_DOWN → const int
ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS → const int
ERROR_CLUSTER_NODE_EXISTS → const int
ERROR_CLUSTER_NODE_IN_GRACE_PERIOD → const int
ERROR_CLUSTER_NODE_ISOLATED → const int
ERROR_CLUSTER_NODE_NOT_FOUND → const int
ERROR_CLUSTER_NODE_NOT_MEMBER → const int
ERROR_CLUSTER_NODE_NOT_PAUSED → const int
ERROR_CLUSTER_NODE_NOT_READY → const int
ERROR_CLUSTER_NODE_PAUSED → const int
ERROR_CLUSTER_NODE_QUARANTINED → const int
ERROR_CLUSTER_NODE_SHUTTING_DOWN → const int
ERROR_CLUSTER_NODE_UNREACHABLE → const int
ERROR_CLUSTER_NODE_UP → const int
ERROR_CLUSTER_NOT_INSTALLED → const int
ERROR_CLUSTER_NOT_SHARED_VOLUME → const int
ERROR_CLUSTER_NULL_DATA → const int
ERROR_CLUSTER_OBJECT_ALREADY_USED → const int
ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM → const int
ERROR_CLUSTER_OLD_VERSION → const int
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST → const int
ERROR_CLUSTER_PARAMETER_MISMATCH → const int
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS → const int
ERROR_CLUSTER_PARTIAL_READ → const int
ERROR_CLUSTER_PARTIAL_SEND → const int
ERROR_CLUSTER_PARTIAL_WRITE → const int
ERROR_CLUSTER_POISONED → const int
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH → const int
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND → const int
ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION → const int
ERROR_CLUSTER_RESNAME_NOT_FOUND → const int
ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR → const int
ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_IS_REPLICATED → const int
ERROR_CLUSTER_RESOURCE_LOCKED_STATUS → const int
ERROR_CLUSTER_RESOURCE_NOT_MONITORED → const int
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED → const int
ERROR_CLUSTER_RESOURCE_TYPE_BUSY → const int
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND → const int
ERROR_CLUSTER_RESOURCE_VETOED_CALL → const int
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION → const WIN32_ERROR
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE → const WIN32_ERROR
ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE → const WIN32_ERROR
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED → const int
ERROR_CLUSTER_RHS_FAILED_INITIALIZATION → const int
ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED → const WIN32_ERROR
ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED → const int
ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED → const int
ERROR_CLUSTER_SHARED_VOLUMES_IN_USE → const int
ERROR_CLUSTER_SHUTTING_DOWN → const int
ERROR_CLUSTER_SINGLETON_RESOURCE → const int
ERROR_CLUSTER_SPACE_DEGRADED → const int
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED → const int
ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED → const int
ERROR_CLUSTER_TOO_MANY_NODES → const int
ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED → const WIN32_ERROR
ERROR_CLUSTER_UPGRADE_IN_PROGRESS → const int
ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS → const int
ERROR_CLUSTER_UPGRADE_INCOMPLETE → const int
ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED → const int
ERROR_CLUSTER_USE_SHARED_VOLUMES_API → const int
ERROR_CLUSTER_WATCHDOG_TERMINATING → const int
ERROR_CLUSTER_WRONG_OS_VERSION → const int
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND → const int
ERROR_CLUSTERLOG_CORRUPT → const int
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE → const int
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE → const int
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE → const int
ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE → const WIN32_ERROR
ERROR_COLORSPACE_MISMATCH → const int
ERROR_COM_TASK_STOP_PENDING → const int
ERROR_COMMITMENT_LIMIT → const int
ERROR_COMMITMENT_MINIMUM → const int
ERROR_COMPRESSED_FILE_NOT_SUPPORTED → const int
ERROR_COMPRESSION_DISABLED → const int
ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION → const int
ERROR_COMPRESSION_NOT_BENEFICIAL → const int
ERROR_CONNECTED_OTHER_PASSWORD → const int
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT → const int
ERROR_CONNECTION_ABORTED → const int
ERROR_CONNECTION_ACTIVE → const int
ERROR_CONNECTION_COUNT_LIMIT → const int
ERROR_CONNECTION_INVALID → const int
ERROR_CONNECTION_REFUSED → const int
ERROR_CONNECTION_UNAVAIL → const int
ERROR_CONTAINER_ASSIGNED → const int
ERROR_CONTENT_BLOCKED → const int
ERROR_CONTEXT_EXPIRED → const int
ERROR_CONTINUE → const int
ERROR_CONTROL_C_EXIT → const int
ERROR_CONTROL_ID_NOT_FOUND → const int
ERROR_CONTROLLING_IEPORT → const int
ERROR_CONVERT_TO_LARGE → const int
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND → const int
ERROR_CORE_RESOURCE → const int
ERROR_CORRUPT_LOG_CLEARED → const int
ERROR_CORRUPT_LOG_CORRUPTED → const int
ERROR_CORRUPT_LOG_DELETED_FULL → const int
ERROR_CORRUPT_LOG_OVERFULL → const int
ERROR_CORRUPT_LOG_UNAVAILABLE → const int
ERROR_CORRUPT_SYSTEM_FILE → const int
ERROR_COULD_NOT_INTERPRET → const int
ERROR_COULD_NOT_RESIZE_LOG → const int
ERROR_COUNTER_TIMEOUT → const int
ERROR_CPU_SET_INVALID → const int
ERROR_CRASH_DUMP → const int
ERROR_CRC → const int
ERROR_CREATE_FAILED → const int
ERROR_CRM_PROTOCOL_ALREADY_EXISTS → const int
ERROR_CRM_PROTOCOL_NOT_FOUND → const int
ERROR_CROSS_PARTITION_VIOLATION → const int
ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE → const int
ERROR_CS_ENCRYPTION_FILE_NOT_CSE → const int
ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE → const int
ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE → const int
ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER → const int
ERROR_CSCSHARE_OFFLINE → const int
ERROR_CSV_VOLUME_NOT_LOCAL → const int
ERROR_CTLOG_INCONSISTENT_TRACKING_FILE → const int
ERROR_CTLOG_INVALID_TRACKING_STATE → const int
ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE → const WIN32_ERROR
ERROR_CTLOG_TRACKING_NOT_INITIALIZED → const int
ERROR_CTLOG_VHD_CHANGED_OFFLINE → const int
ERROR_CTX_ACCOUNT_RESTRICTION → const int
ERROR_CTX_BAD_VIDEO_MODE → const int
ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY → const int
ERROR_CTX_CDM_CONNECT → const int
ERROR_CTX_CDM_DISCONNECT → const int
ERROR_CTX_CLIENT_LICENSE_IN_USE → const int
ERROR_CTX_CLIENT_LICENSE_NOT_SET → const int
ERROR_CTX_CLIENT_QUERY_TIMEOUT → const int
ERROR_CTX_CLOSE_PENDING → const int
ERROR_CTX_CONSOLE_CONNECT → const int
ERROR_CTX_CONSOLE_DISCONNECT → const int
ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED → const int
ERROR_CTX_GRAPHICS_INVALID → const int
ERROR_CTX_INVALID_MODEMNAME → const int
ERROR_CTX_INVALID_PD → const int
ERROR_CTX_INVALID_WD → const int
ERROR_CTX_LICENSE_CLIENT_INVALID → const int
ERROR_CTX_LICENSE_EXPIRED → const int
ERROR_CTX_LICENSE_NOT_AVAILABLE → const int
ERROR_CTX_LOGON_DISABLED → const int
ERROR_CTX_MODEM_INF_NOT_FOUND → const int
ERROR_CTX_MODEM_RESPONSE_BUSY → const int
ERROR_CTX_MODEM_RESPONSE_ERROR → const int
ERROR_CTX_MODEM_RESPONSE_NO_CARRIER → const int
ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE → const int
ERROR_CTX_MODEM_RESPONSE_TIMEOUT → const int
ERROR_CTX_MODEM_RESPONSE_VOICE → const int
ERROR_CTX_NO_FORCE_LOGOFF → const int
ERROR_CTX_NO_OUTBUF → const int
ERROR_CTX_NOT_CONSOLE → const int
ERROR_CTX_PD_NOT_FOUND → const int
ERROR_CTX_SECURITY_LAYER_ERROR → const int
ERROR_CTX_SERVICE_NAME_COLLISION → const int
ERROR_CTX_SESSION_IN_USE → const int
ERROR_CTX_SHADOW_DENIED → const int
ERROR_CTX_SHADOW_DISABLED → const int
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE → const int
ERROR_CTX_SHADOW_INVALID → const int
ERROR_CTX_SHADOW_NOT_RUNNING → const int
ERROR_CTX_TD_ERROR → const int
ERROR_CTX_WD_NOT_FOUND → const int
ERROR_CTX_WINSTATION_ACCESS_DENIED → const int
ERROR_CTX_WINSTATION_ALREADY_EXISTS → const int
ERROR_CTX_WINSTATION_BUSY → const int
ERROR_CTX_WINSTATION_NAME_INVALID → const int
ERROR_CTX_WINSTATION_NOT_FOUND → const int
ERROR_CTX_WINSTATIONS_DISABLED → const int
ERROR_CURRENT_DIRECTORY → const int
ERROR_CURRENT_DOMAIN_NOT_ALLOWED → const int
ERROR_CURRENT_TRANSACTION_NOT_VALID → const int
ERROR_DATA_CHECKSUM_ERROR → const int
ERROR_DATA_LOST_REPAIR → const int
ERROR_DATA_NOT_ACCEPTED → const int
ERROR_DATABASE_BACKUP_CORRUPT → const int
ERROR_DATABASE_DOES_NOT_EXIST → const int
ERROR_DATABASE_FAILURE → const int
ERROR_DATABASE_FULL → const int
ERROR_DATATYPE_MISMATCH → const int
ERROR_DAX_MAPPING_EXISTS → const int
ERROR_DBG_COMMAND_EXCEPTION → const int
ERROR_DBG_CONTINUE → const int
ERROR_DBG_CONTROL_BREAK → const int
ERROR_DBG_CONTROL_C → const int
ERROR_DBG_EXCEPTION_HANDLED → const int
ERROR_DBG_EXCEPTION_NOT_HANDLED → const int
ERROR_DBG_PRINTEXCEPTION_C → const int
ERROR_DBG_REPLY_LATER → const int
ERROR_DBG_RIPEXCEPTION → const int
ERROR_DBG_TERMINATE_PROCESS → const int
ERROR_DBG_TERMINATE_THREAD → const int
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE → const int
ERROR_DC_NOT_FOUND → const int
ERROR_DDE_FAIL → const int
ERROR_DEBUG_ATTACH_FAILED → const int
ERROR_DEBUGGER_INACTIVE → const int
ERROR_DECRYPTION_FAILED → const int
ERROR_DELAY_LOAD_FAILED → const int
ERROR_DELETE_PENDING → const int
ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED → const WIN32_ERROR
ERROR_DELETING_ICM_XFORM → const int
ERROR_DEPENDENCY_ALREADY_EXISTS → const int
ERROR_DEPENDENCY_NOT_ALLOWED → const int
ERROR_DEPENDENCY_NOT_FOUND → const int
ERROR_DEPENDENCY_TREE_TOO_COMPLEX → const int
ERROR_DEPENDENT_RESOURCE_EXISTS → const int
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT → const int
ERROR_DEPENDENT_SERVICES_RUNNING → const int
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY → const int
ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY → const int
ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF → const int
ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE → const WIN32_ERROR
ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE → const WIN32_ERROR
ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY → const WIN32_ERROR
ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED → const int
ERROR_DESTINATION_ELEMENT_FULL → const int
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD → const int
ERROR_DEV_NOT_EXIST → const int
ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED → const int
ERROR_DEVICE_ALREADY_ATTACHED → const int
ERROR_DEVICE_ALREADY_REMEMBERED → const int
ERROR_DEVICE_DOOR_OPEN → const int
ERROR_DEVICE_ENUMERATION_ERROR → const int
ERROR_DEVICE_FEATURE_NOT_SUPPORTED → const int
ERROR_DEVICE_HARDWARE_ERROR → const int
ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL → const int
ERROR_DEVICE_IN_MAINTENANCE → const int
ERROR_DEVICE_IN_USE → const int
ERROR_DEVICE_INSTALL_BLOCKED → const int
ERROR_DEVICE_INSTALLER_NOT_READY → const int
ERROR_DEVICE_INTERFACE_ACTIVE → const int
ERROR_DEVICE_INTERFACE_REMOVED → const int
ERROR_DEVICE_NO_RESOURCES → const int
ERROR_DEVICE_NOT_AVAILABLE → const int
ERROR_DEVICE_NOT_CONNECTED → const int
ERROR_DEVICE_NOT_PARTITIONED → const int
ERROR_DEVICE_REINITIALIZATION_NEEDED → const int
ERROR_DEVICE_REMOVED → const int
ERROR_DEVICE_REQUIRES_CLEANING → const int
ERROR_DEVICE_RESET_REQUIRED → const int
ERROR_DEVICE_SUPPORT_IN_PROGRESS → const int
ERROR_DEVICE_UNREACHABLE → const int
ERROR_DEVINFO_DATA_LOCKED → const int
ERROR_DEVINFO_LIST_LOCKED → const int
ERROR_DEVINFO_NOT_REGISTERED → const int
ERROR_DEVINST_ALREADY_EXISTS → const int
ERROR_DEVINSTALL_QUEUE_NONNATIVE → const int
ERROR_DHCP_ADDRESS_CONFLICT → const int
ERROR_DI_BAD_PATH → const int
ERROR_DI_DO_DEFAULT → const int
ERROR_DI_DONT_INSTALL → const int
ERROR_DI_FUNCTION_OBSOLETE → const int
ERROR_DI_NOFILECOPY → const int
ERROR_DI_POSTPROCESSING_REQUIRED → const int
ERROR_DIF_BINDING_API_NOT_FOUND → const int
ERROR_DIF_IOCALLBACK_NOT_REPLACED → const int
ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED → const int
ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED → const int
ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING → const int
ERROR_DIF_VOLATILE_INVALID_INFO → const int
ERROR_DIF_VOLATILE_NOT_ALLOWED → const int
ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED → const int
ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING → const int
ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED → const int
ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST → const WIN32_ERROR
ERROR_DIFFERENT_SERVICE_ACCOUNT → const int
ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED → const WIN32_ERROR
ERROR_DIR_EFS_DISALLOWED → const int
ERROR_DIR_NOT_EMPTY → const int
ERROR_DIR_NOT_ROOT → const int
ERROR_DIRECT_ACCESS_HANDLE → const int
ERROR_DIRECTORY → const int
ERROR_DIRECTORY_NOT_RM → const int
ERROR_DIRECTORY_NOT_SUPPORTED → const int
ERROR_DISCARDED → const int
ERROR_DISK_CHANGE → const int
ERROR_DISK_CORRUPT → const int
ERROR_DISK_FULL → const int
ERROR_DISK_NOT_CSV_CAPABLE → const int
ERROR_DISK_OPERATION_FAILED → const int
ERROR_DISK_QUOTA_EXCEEDED → const int
ERROR_DISK_RECALIBRATE_FAILED → const int
ERROR_DISK_REPAIR_DISABLED → const int
ERROR_DISK_REPAIR_REDIRECTED → const int
ERROR_DISK_REPAIR_UNSUCCESSFUL → const int
ERROR_DISK_RESET_FAILED → const int
ERROR_DISK_RESOURCES_EXHAUSTED → const int
ERROR_DISK_TOO_FRAGMENTED → const int
ERROR_DLL_INIT_FAILED → const int
ERROR_DLL_INIT_FAILED_LOGOFF → const int
ERROR_DLL_MIGHT_BE_INCOMPATIBLE → const int
ERROR_DLL_MIGHT_BE_INSECURE → const int
ERROR_DLL_NOT_FOUND → const int
ERROR_DLP_POLICY_DENIES_OPERATION → const int
ERROR_DLP_POLICY_SILENTLY_FAIL → const int
ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION → const int
ERROR_DOMAIN_CONTROLLER_EXISTS → const int
ERROR_DOMAIN_CONTROLLER_NOT_FOUND → const int
ERROR_DOMAIN_CTRLR_CONFIG_ERROR → const int
ERROR_DOMAIN_EXISTS → const int
ERROR_DOMAIN_LIMIT_EXCEEDED → const int
ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION → const int
ERROR_DOMAIN_TRUST_INCONSISTENT → const int
ERROR_DOWNGRADE_DETECTED → const int
ERROR_DPL_NOT_SUPPORTED_FOR_USER → const int
ERROR_DRIVE_LOCKED → const int
ERROR_DRIVE_MEDIA_MISMATCH → const int
ERROR_DRIVER_BLOCKED → const int
ERROR_DRIVER_CANCEL_TIMEOUT → const int
ERROR_DRIVER_DATABASE_ERROR → const int
ERROR_DRIVER_FAILED_PRIOR_UNLOAD → const int
ERROR_DRIVER_FAILED_SLEEP → const int
ERROR_DRIVER_INSTALL_BLOCKED → const int
ERROR_DRIVER_NONNATIVE → const int
ERROR_DRIVER_PROCESS_TERMINATED → const int
ERROR_DRIVER_STORE_ADD_FAILED → const int
ERROR_DRIVER_STORE_DELETE_FAILED → const int
ERROR_DRIVERS_LEAKING_LOCKED_PAGES → const int
ERROR_DS_ADD_REPLICA_INHIBITED → const int
ERROR_DS_ADMIN_LIMIT_EXCEEDED → const int
ERROR_DS_AFFECTS_MULTIPLE_DSAS → const int
ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER → const int
ERROR_DS_ALIAS_DEREF_PROBLEM → const int
ERROR_DS_ALIAS_POINTS_TO_ALIAS → const int
ERROR_DS_ALIAS_PROBLEM → const int
ERROR_DS_ALIASED_OBJ_MISSING → const int
ERROR_DS_ATT_ALREADY_EXISTS → const int
ERROR_DS_ATT_IS_NOT_ON_OBJ → const int
ERROR_DS_ATT_NOT_DEF_FOR_CLASS → const int
ERROR_DS_ATT_NOT_DEF_IN_SCHEMA → const int
ERROR_DS_ATT_SCHEMA_REQ_ID → const int
ERROR_DS_ATT_SCHEMA_REQ_SYNTAX → const int
ERROR_DS_ATT_VAL_ALREADY_EXISTS → const int
ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS → const int
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM → const int
ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED → const int
ERROR_DS_AUDIT_FAILURE → const int
ERROR_DS_AUTH_METHOD_NOT_SUPPORTED → const int
ERROR_DS_AUTH_UNKNOWN → const int
ERROR_DS_AUTHORIZATION_FAILED → const int
ERROR_DS_AUX_CLS_TEST_FAIL → const int
ERROR_DS_BAD_ATT_SCHEMA_SYNTAX → const int
ERROR_DS_BAD_HIERARCHY_FILE → const int
ERROR_DS_BAD_INSTANCE_TYPE → const int
ERROR_DS_BAD_NAME_SYNTAX → const int
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX → const int
ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED → const int
ERROR_DS_BUSY → const int
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD → const int
ERROR_DS_CANT_ADD_ATT_VALUES → const int
ERROR_DS_CANT_ADD_SYSTEM_ONLY → const int
ERROR_DS_CANT_ADD_TO_GC → const int
ERROR_DS_CANT_CACHE_ATT → const int
ERROR_DS_CANT_CACHE_CLASS → const int
ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC → const int
ERROR_DS_CANT_CREATE_UNDER_SCHEMA → const int
ERROR_DS_CANT_DEL_MASTER_CROSSREF → const int
ERROR_DS_CANT_DELETE → const int
ERROR_DS_CANT_DELETE_DSA_OBJ → const int
ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC → const int
ERROR_DS_CANT_DEREF_ALIAS → const int
ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN → const int
ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF → const int
ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN → const int
ERROR_DS_CANT_FIND_DSA_OBJ → const int
ERROR_DS_CANT_FIND_EXPECTED_NC → const int
ERROR_DS_CANT_FIND_NC_IN_CACHE → const int
ERROR_DS_CANT_MIX_MASTER_AND_REPS → const int
ERROR_DS_CANT_MOD_OBJ_CLASS → const int
ERROR_DS_CANT_MOD_PRIMARYGROUPID → const int
ERROR_DS_CANT_MOD_SYSTEM_ONLY → const int
ERROR_DS_CANT_MOVE_ACCOUNT_GROUP → const int
ERROR_DS_CANT_MOVE_APP_BASIC_GROUP → const int
ERROR_DS_CANT_MOVE_APP_QUERY_GROUP → const int
ERROR_DS_CANT_MOVE_DELETED_OBJECT → const int
ERROR_DS_CANT_MOVE_RESOURCE_GROUP → const int
ERROR_DS_CANT_ON_NON_LEAF → const int
ERROR_DS_CANT_ON_RDN → const int
ERROR_DS_CANT_REM_MISSING_ATT → const int
ERROR_DS_CANT_REM_MISSING_ATT_VAL → const int
ERROR_DS_CANT_REMOVE_ATT_CACHE → const int
ERROR_DS_CANT_REMOVE_CLASS_CACHE → const int
ERROR_DS_CANT_REPLACE_HIDDEN_REC → const int
ERROR_DS_CANT_RETRIEVE_ATTS → const int
ERROR_DS_CANT_RETRIEVE_CHILD → const int
ERROR_DS_CANT_RETRIEVE_DN → const int
ERROR_DS_CANT_RETRIEVE_INSTANCE → const int
ERROR_DS_CANT_RETRIEVE_SD → const int
ERROR_DS_CANT_START → const int
ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ → const int
ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS → const int
ERROR_DS_CHILDREN_EXIST → const int
ERROR_DS_CLASS_MUST_BE_CONCRETE → const int
ERROR_DS_CLASS_NOT_DSA → const int
ERROR_DS_CLIENT_LOOP → const int
ERROR_DS_CODE_INCONSISTENCY → const int
ERROR_DS_COMPARE_FALSE → const int
ERROR_DS_COMPARE_TRUE → const int
ERROR_DS_CONFIDENTIALITY_REQUIRED → const int
ERROR_DS_CONFIG_PARAM_MISSING → const int
ERROR_DS_CONSTRAINT_VIOLATION → const int
ERROR_DS_CONSTRUCTED_ATT_MOD → const int
ERROR_DS_CONTROL_NOT_FOUND → const int
ERROR_DS_COULDNT_CONTACT_FSMO → const int
ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE → const WIN32_ERROR
ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE → const int
ERROR_DS_COULDNT_UPDATE_SPNS → const int
ERROR_DS_COUNTING_AB_INDICES_FAILED → const int
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE → const int
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 → const int
ERROR_DS_CROSS_DOM_MOVE_ERROR → const int
ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD → const int
ERROR_DS_CROSS_NC_DN_RENAME → const int
ERROR_DS_CROSS_REF_BUSY → const int
ERROR_DS_CROSS_REF_EXISTS → const int
ERROR_DS_DATABASE_ERROR → const int
ERROR_DS_DECODING_ERROR → const int
ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED → const int
ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST → const int
ERROR_DS_DIFFERENT_REPL_EPOCHS → const int
ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER → const int
ERROR_DS_DISALLOWED_NC_REDIRECT → const int
ERROR_DS_DNS_LOOKUP_FAILURE → const int
ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST → const int
ERROR_DS_DOMAIN_RENAME_IN_PROGRESS → const int
ERROR_DS_DOMAIN_VERSION_TOO_HIGH → const int
ERROR_DS_DOMAIN_VERSION_TOO_LOW → const int
ERROR_DS_DRA_ABANDON_SYNC → const int
ERROR_DS_DRA_ACCESS_DENIED → const int
ERROR_DS_DRA_BAD_DN → const int
ERROR_DS_DRA_BAD_INSTANCE_TYPE → const int
ERROR_DS_DRA_BAD_NC → const int
ERROR_DS_DRA_BUSY → const int
ERROR_DS_DRA_CONNECTION_FAILED → const int
ERROR_DS_DRA_CORRUPT_UTD_VECTOR → const int
ERROR_DS_DRA_DB_ERROR → const int
ERROR_DS_DRA_DN_EXISTS → const int
ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT → const int
ERROR_DS_DRA_EXTN_CONNECTION_FAILED → const int
ERROR_DS_DRA_GENERIC → const int
ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET → const int
ERROR_DS_DRA_INCONSISTENT_DIT → const int
ERROR_DS_DRA_INTERNAL_ERROR → const int
ERROR_DS_DRA_INVALID_PARAMETER → const int
ERROR_DS_DRA_MAIL_PROBLEM → const int
ERROR_DS_DRA_MISSING_KRBTGT_SECRET → const int
ERROR_DS_DRA_MISSING_PARENT → const int
ERROR_DS_DRA_NAME_COLLISION → const int
ERROR_DS_DRA_NO_REPLICA → const int
ERROR_DS_DRA_NOT_SUPPORTED → const int
ERROR_DS_DRA_OBJ_IS_REP_SOURCE → const int
ERROR_DS_DRA_OBJ_NC_MISMATCH → const int
ERROR_DS_DRA_OUT_OF_MEM → const int
ERROR_DS_DRA_OUT_SCHEDULE_WINDOW → const int
ERROR_DS_DRA_PREEMPTED → const int
ERROR_DS_DRA_RECYCLED_TARGET → const int
ERROR_DS_DRA_REF_ALREADY_EXISTS → const int
ERROR_DS_DRA_REF_NOT_FOUND → const int
ERROR_DS_DRA_REPL_PENDING → const int
ERROR_DS_DRA_RPC_CANCELLED → const int
ERROR_DS_DRA_SCHEMA_CONFLICT → const int
ERROR_DS_DRA_SCHEMA_INFO_SHIP → const int
ERROR_DS_DRA_SCHEMA_MISMATCH → const int
ERROR_DS_DRA_SECRETS_DENIED → const int
ERROR_DS_DRA_SHUTDOWN → const int
ERROR_DS_DRA_SINK_DISABLED → const int
ERROR_DS_DRA_SOURCE_DISABLED → const int
ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA → const int
ERROR_DS_DRA_SOURCE_REINSTALLED → const int
ERROR_DS_DRS_EXTENSIONS_CHANGED → const int
ERROR_DS_DS_REQUIRED → const int
ERROR_DS_DSA_MUST_BE_INT_MASTER → const int
ERROR_DS_DST_DOMAIN_NOT_NATIVE → const int
ERROR_DS_DST_NC_MISMATCH → const int
ERROR_DS_DUP_LDAP_DISPLAY_NAME → const int
ERROR_DS_DUP_MAPI_ID → const int
ERROR_DS_DUP_MSDS_INTID → const int
ERROR_DS_DUP_OID → const int
ERROR_DS_DUP_RDN → const int
ERROR_DS_DUP_SCHEMA_ID_GUID → const int
ERROR_DS_DUPLICATE_ID_FOUND → const int
ERROR_DS_ENCODING_ERROR → const int
ERROR_DS_EPOCH_MISMATCH → const int
ERROR_DS_EXISTING_AD_CHILD_NC → const int
ERROR_DS_EXISTS_IN_AUX_CLS → const int
ERROR_DS_EXISTS_IN_MAY_HAVE → const int
ERROR_DS_EXISTS_IN_MUST_HAVE → const int
ERROR_DS_EXISTS_IN_POSS_SUP → const int
ERROR_DS_EXISTS_IN_RDNATTID → const int
ERROR_DS_EXISTS_IN_SUB_CLS → const int
ERROR_DS_FILTER_UNKNOWN → const int
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS → const int
ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST → const int
ERROR_DS_FOREST_VERSION_TOO_HIGH → const int
ERROR_DS_FOREST_VERSION_TOO_LOW → const int
ERROR_DS_GC_NOT_AVAILABLE → const int
ERROR_DS_GC_REQUIRED → const int
ERROR_DS_GCVERIFY_ERROR → const int
ERROR_DS_GENERIC_ERROR → const int
ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER → const int
ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER → const int
ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER → const int
ERROR_DS_GOVERNSID_MISSING → const int
ERROR_DS_GROUP_CONVERSION_ERROR → const int
ERROR_DS_HAVE_PRIMARY_MEMBERS → const int
ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED → const int
ERROR_DS_HIERARCHY_TABLE_TOO_DEEP → const int
ERROR_DS_HIGH_ADLDS_FFL → const int
ERROR_DS_HIGH_DSA_VERSION → const int
ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD → const int
ERROR_DS_ILLEGAL_MOD_OPERATION → const int
ERROR_DS_ILLEGAL_SUPERIOR → const int
ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION → const int
ERROR_DS_INAPPROPRIATE_AUTH → const int
ERROR_DS_INAPPROPRIATE_MATCHING → const int
ERROR_DS_INCOMPATIBLE_CONTROLS_USED → const int
ERROR_DS_INCOMPATIBLE_VERSION → const int
ERROR_DS_INCORRECT_ROLE_OWNER → const int
ERROR_DS_INIT_FAILURE → const int
ERROR_DS_INIT_FAILURE_CONSOLE → const int
ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE → const int
ERROR_DS_INSTALL_NO_SRC_SCH_VERSION → const int
ERROR_DS_INSTALL_SCHEMA_MISMATCH → const int
ERROR_DS_INSUFF_ACCESS_RIGHTS → const int
ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT → const int
ERROR_DS_INTERNAL_FAILURE → const int
ERROR_DS_INVALID_ATTRIBUTE_SYNTAX → const int
ERROR_DS_INVALID_DMD → const int
ERROR_DS_INVALID_DN_SYNTAX → const int
ERROR_DS_INVALID_GROUP_TYPE → const int
ERROR_DS_INVALID_LDAP_DISPLAY_NAME → const int
ERROR_DS_INVALID_NAME_FOR_SPN → const int
ERROR_DS_INVALID_ROLE_OWNER → const int
ERROR_DS_INVALID_SCRIPT → const int
ERROR_DS_INVALID_SEARCH_FLAG → const int
ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE → const int
ERROR_DS_INVALID_SEARCH_FLAG_TUPLE → const int
ERROR_DS_IS_LEAF → const int
ERROR_DS_KEY_NOT_UNIQUE → const int
ERROR_DS_LDAP_SEND_QUEUE_FULL → const int
ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER → const WIN32_ERROR
ERROR_DS_LOCAL_ERROR → const int
ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY → const int
ERROR_DS_LOOP_DETECT → const int
ERROR_DS_LOW_ADLDS_FFL → const int
ERROR_DS_LOW_DSA_VERSION → const int
ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 → const int
ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED → const int
ERROR_DS_MAPI_ID_NOT_AVAILABLE → const int
ERROR_DS_MASTERDSA_REQUIRED → const int
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED → const int
ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY → const int
ERROR_DS_MISSING_EXPECTED_ATT → const int
ERROR_DS_MISSING_FOREST_TRUST → const int
ERROR_DS_MISSING_FSMO_SETTINGS → const int
ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER → const int
ERROR_DS_MISSING_REQUIRED_ATT → const int
ERROR_DS_MISSING_SUPREF → const int
ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG → const int
ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE → const WIN32_ERROR
ERROR_DS_MODIFYDN_WRONG_GRANDPARENT → const int
ERROR_DS_MUST_BE_RUN_ON_DST_DC → const int
ERROR_DS_NAME_ERROR_DOMAIN_ONLY → const int
ERROR_DS_NAME_ERROR_NO_MAPPING → const int
ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING → const int
ERROR_DS_NAME_ERROR_NOT_FOUND → const int
ERROR_DS_NAME_ERROR_NOT_UNIQUE → const int
ERROR_DS_NAME_ERROR_RESOLVING → const int
ERROR_DS_NAME_ERROR_TRUST_REFERRAL → const int
ERROR_DS_NAME_NOT_UNIQUE → const int
ERROR_DS_NAME_REFERENCE_INVALID → const int
ERROR_DS_NAME_TOO_LONG → const int
ERROR_DS_NAME_TOO_MANY_PARTS → const int
ERROR_DS_NAME_TYPE_UNKNOWN → const int
ERROR_DS_NAME_UNPARSEABLE → const int
ERROR_DS_NAME_VALUE_TOO_LONG → const int
ERROR_DS_NAMING_MASTER_GC → const int
ERROR_DS_NAMING_VIOLATION → const int
ERROR_DS_NC_MUST_HAVE_NC_PARENT → const int
ERROR_DS_NC_STILL_HAS_DSAS → const int
ERROR_DS_NCNAME_MISSING_CR_REF → const int
ERROR_DS_NCNAME_MUST_BE_NC → const int
ERROR_DS_NO_ATTRIBUTE_OR_VALUE → const int
ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN → const int
ERROR_DS_NO_CHAINED_EVAL → const int
ERROR_DS_NO_CHAINING → const int
ERROR_DS_NO_CHECKPOINT_WITH_PDC → const int
ERROR_DS_NO_CROSSREF_FOR_NC → const int
ERROR_DS_NO_DELETED_NAME → const int
ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS → const int
ERROR_DS_NO_MORE_RIDS → const int
ERROR_DS_NO_MSDS_INTID → const int
ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN → const int
ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN → const int
ERROR_DS_NO_NTDSA_OBJECT → const int
ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC → const int
ERROR_DS_NO_PARENT_OBJECT → const int
ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION → const int
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA → const int
ERROR_DS_NO_REF_DOMAIN → const int
ERROR_DS_NO_REQUESTED_ATTS_FOUND → const int
ERROR_DS_NO_RESULTS_RETURNED → const int
ERROR_DS_NO_RIDS_ALLOCATED → const int
ERROR_DS_NO_SERVER_OBJECT → const int
ERROR_DS_NO_SUCH_OBJECT → const int
ERROR_DS_NO_TREE_DELETE_ABOVE_NC → const int
ERROR_DS_NONEXISTENT_MAY_HAVE → const int
ERROR_DS_NONEXISTENT_MUST_HAVE → const int
ERROR_DS_NONEXISTENT_POSS_SUP → const int
ERROR_DS_NONSAFE_SCHEMA_CHANGE → const int
ERROR_DS_NOT_AN_OBJECT → const int
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC → const int
ERROR_DS_NOT_CLOSEST → const int
ERROR_DS_NOT_INSTALLED → const int
ERROR_DS_NOT_SUPPORTED → const int
ERROR_DS_NOT_SUPPORTED_SORT_ORDER → const int
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX → const int
ERROR_DS_NTDSCRIPT_PROCESS_ERROR → const int
ERROR_DS_NTDSCRIPT_SYNTAX_ERROR → const int
ERROR_DS_OBJ_CLASS_NOT_DEFINED → const int
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS → const int
ERROR_DS_OBJ_CLASS_VIOLATION → const int
ERROR_DS_OBJ_GUID_EXISTS → const int
ERROR_DS_OBJ_NOT_FOUND → const int
ERROR_DS_OBJ_STRING_NAME_EXISTS → const int
ERROR_DS_OBJ_TOO_LARGE → const int
ERROR_DS_OBJECT_BEING_REMOVED → const int
ERROR_DS_OBJECT_CLASS_REQUIRED → const int
ERROR_DS_OBJECT_RESULTS_TOO_LARGE → const int
ERROR_DS_OFFSET_RANGE_ERROR → const int
ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS → const int
ERROR_DS_OID_NOT_FOUND → const int
ERROR_DS_OPERATIONS_ERROR → const int
ERROR_DS_OUT_OF_SCOPE → const int
ERROR_DS_OUT_OF_VERSION_STORE → const int
ERROR_DS_PARAM_ERROR → const int
ERROR_DS_PARENT_IS_AN_ALIAS → const int
ERROR_DS_PDC_OPERATION_IN_PROGRESS → const int
ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD → const WIN32_ERROR
ERROR_DS_POLICY_NOT_KNOWN → const int
ERROR_DS_PROTOCOL_ERROR → const int
ERROR_DS_RANGE_CONSTRAINT → const int
ERROR_DS_RDN_DOESNT_MATCH_SCHEMA → const int
ERROR_DS_RECALCSCHEMA_FAILED → const int
ERROR_DS_REFERRAL → const int
ERROR_DS_REFERRAL_LIMIT_EXCEEDED → const int
ERROR_DS_REFUSING_FSMO_ROLES → const int
ERROR_DS_REMOTE_CROSSREF_OP_FAILED → const int
ERROR_DS_REPL_LIFETIME_EXCEEDED → const int
ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR → const WIN32_ERROR
ERROR_DS_REPLICATOR_ONLY → const int
ERROR_DS_RESERVED_MAPI_ID → const int
ERROR_DS_RIDMGR_DISABLED → const int
ERROR_DS_RIDMGR_INIT_ERROR → const int
ERROR_DS_ROLE_NOT_VERIFIED → const int
ERROR_DS_ROOT_CANT_BE_SUBREF → const int
ERROR_DS_ROOT_MUST_BE_NC → const int
ERROR_DS_ROOT_REQUIRES_CLASS_TOP → const int
ERROR_DS_SAM_INIT_FAILURE → const int
ERROR_DS_SAM_INIT_FAILURE_CONSOLE → const int
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY → const int
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD → const int
ERROR_DS_SCHEMA_ALLOC_FAILED → const int
ERROR_DS_SCHEMA_NOT_LOADED → const int
ERROR_DS_SCHEMA_UPDATE_DISALLOWED → const int
ERROR_DS_SEC_DESC_INVALID → const int
ERROR_DS_SEC_DESC_TOO_SHORT → const int
ERROR_DS_SECURITY_CHECKING_ERROR → const int
ERROR_DS_SECURITY_ILLEGAL_MODIFY → const int
ERROR_DS_SEMANTIC_ATT_TEST → const int
ERROR_DS_SENSITIVE_GROUP_VIOLATION → const int
ERROR_DS_SERVER_DOWN → const int
ERROR_DS_SHUTTING_DOWN → const int
ERROR_DS_SINGLE_USER_MODE_FAILED → const int
ERROR_DS_SINGLE_VALUE_CONSTRAINT → const int
ERROR_DS_SIZELIMIT_EXCEEDED → const int
ERROR_DS_SORT_CONTROL_MISSING → const int
ERROR_DS_SOURCE_AUDITING_NOT_ENABLED → const int
ERROR_DS_SOURCE_DOMAIN_IN_FOREST → const int
ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST → const int
ERROR_DS_SRC_AND_DST_NC_IDENTICAL → const int
ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH → const int
ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER → const int
ERROR_DS_SRC_GUID_MISMATCH → const int
ERROR_DS_SRC_NAME_MISMATCH → const int
ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER → const int
ERROR_DS_SRC_SID_EXISTS_IN_FOREST → const int
ERROR_DS_STRING_SD_CONVERSION_FAILED → const int
ERROR_DS_STRONG_AUTH_REQUIRED → const int
ERROR_DS_SUB_CLS_TEST_FAIL → const int
ERROR_DS_SUBREF_MUST_HAVE_PARENT → const int
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD → const int
ERROR_DS_SYNTAX_MISMATCH → const int
ERROR_DS_THREAD_LIMIT_EXCEEDED → const int
ERROR_DS_TIMELIMIT_EXCEEDED → const int
ERROR_DS_TREE_DELETE_NOT_FINISHED → const int
ERROR_DS_UNABLE_TO_SURRENDER_ROLES → const int
ERROR_DS_UNAVAILABLE → const int
ERROR_DS_UNAVAILABLE_CRIT_EXTENSION → const int
ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED → const int
ERROR_DS_UNICODEPWD_NOT_IN_QUOTES → const int
ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER → const int
ERROR_DS_UNKNOWN_ERROR → const int
ERROR_DS_UNKNOWN_OPERATION → const int
ERROR_DS_UNWILLING_TO_PERFORM → const int
ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST → const int
ERROR_DS_USER_BUFFER_TO_SMALL → const int
ERROR_DS_VALUE_KEY_NOT_UNIQUE → const int
ERROR_DS_VERSION_CHECK_FAILURE → const int
ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL → const int
ERROR_DS_WRONG_LINKED_ATT_SYNTAX → const int
ERROR_DS_WRONG_OM_OBJ_CLASS → const int
ERROR_DUP_DOMAINNAME → const int
ERROR_DUP_NAME → const int
ERROR_DUPLICATE_FOUND → const int
ERROR_DUPLICATE_PRIVILEGES → const int
ERROR_DUPLICATE_SERVICE_NAME → const int
ERROR_DUPLICATE_TAG → const int
ERROR_DYNAMIC_CODE_BLOCKED → const int
ERROR_EA_ACCESS_DENIED → const int
ERROR_EA_FILE_CORRUPT → const int
ERROR_EA_LIST_INCONSISTENT → const int
ERROR_EA_TABLE_FULL → const int
ERROR_EAS_DIDNT_FIT → const int
ERROR_EAS_NOT_SUPPORTED → const int
ERROR_EC_CIRCULAR_FORWARDING → const int
ERROR_EC_CRED_NOT_FOUND → const int
ERROR_EC_CREDSTORE_FULL → const int
ERROR_EC_LOG_DISABLED → const int
ERROR_EC_NO_ACTIVE_CHANNEL → const int
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE → const int
ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED → const int
ERROR_EDP_POLICY_DENIES_OPERATION → const int
ERROR_EFS_ALG_BLOB_TOO_BIG → const int
ERROR_EFS_DISABLED → const int
ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION → const int
ERROR_EFS_SERVER_NOT_TRUSTED → const int
ERROR_EFS_VERSION_NOT_SUPPORT → const int
ERROR_ELEVATION_REQUIRED → const int
ERROR_EMPTY → const int
ERROR_ENCLAVE_FAILURE → const int
ERROR_ENCLAVE_NOT_TERMINATED → const int
ERROR_ENCLAVE_VIOLATION → const int
ERROR_ENCRYPTED_FILE_NOT_SUPPORTED → const int
ERROR_ENCRYPTED_IO_NOT_POSSIBLE → const int
ERROR_ENCRYPTING_METADATA_DISALLOWED → const int
ERROR_ENCRYPTION_DISABLED → const int
ERROR_ENCRYPTION_FAILED → const int
ERROR_ENCRYPTION_POLICY_DENIES_OPERATION → const int
ERROR_END_OF_MEDIA → const int
ERROR_ENLISTMENT_NOT_FOUND → const int
ERROR_ENLISTMENT_NOT_SUPERIOR → const int
ERROR_ENVVAR_NOT_FOUND → const int
ERROR_EOM_OVERFLOW → const int
ERROR_ERRORS_ENCOUNTERED → const int
ERROR_EVALUATION_EXPIRATION → const int
ERROR_EVENT_DONE → const int
ERROR_EVENT_PENDING → const int
ERROR_EVENTLOG_CANT_START → const int
ERROR_EVENTLOG_FILE_CHANGED → const int
ERROR_EVENTLOG_FILE_CORRUPT → const int
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY → const int
ERROR_EVT_CHANNEL_CANNOT_ACTIVATE → const int
ERROR_EVT_CHANNEL_NOT_FOUND → const int
ERROR_EVT_CONFIGURATION_ERROR → const int
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND → const int
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND → const int
ERROR_EVT_FILTER_ALREADYSCOPED → const int
ERROR_EVT_FILTER_INVARG → const int
ERROR_EVT_FILTER_INVTEST → const int
ERROR_EVT_FILTER_INVTYPE → const int
ERROR_EVT_FILTER_NOTELTSET → const int
ERROR_EVT_FILTER_OUT_OF_RANGE → const int
ERROR_EVT_FILTER_PARSEERR → const int
ERROR_EVT_FILTER_TOO_COMPLEX → const int
ERROR_EVT_FILTER_UNEXPECTEDTOKEN → const int
ERROR_EVT_FILTER_UNSUPPORTEDOP → const int
ERROR_EVT_INVALID_CHANNEL_PATH → const int
ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE → const int
ERROR_EVT_INVALID_EVENT_DATA → const int
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL → const WIN32_ERROR
ERROR_EVT_INVALID_PUBLISHER_NAME → const int
ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE → const int
ERROR_EVT_INVALID_QUERY → const int
ERROR_EVT_MALFORMED_XML_TEXT → const int
ERROR_EVT_MAX_INSERTS_REACHED → const int
ERROR_EVT_MESSAGE_ID_NOT_FOUND → const int
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND → const int
ERROR_EVT_MESSAGE_NOT_FOUND → const int
ERROR_EVT_NON_VALIDATING_MSXML → const int
ERROR_EVT_PUBLISHER_DISABLED → const int
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND → const int
ERROR_EVT_QUERY_RESULT_INVALID_POSITION → const int
ERROR_EVT_QUERY_RESULT_STALE → const int
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL → const int
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT → const int
ERROR_EVT_UNRESOLVED_VALUE_INSERT → const int
ERROR_EVT_VERSION_TOO_NEW → const int
ERROR_EVT_VERSION_TOO_OLD → const int
ERROR_EXCEPTION_IN_RESOURCE_CALL → const int
ERROR_EXCEPTION_IN_SERVICE → const int
ERROR_EXCL_SEM_ALREADY_OWNED → const int
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY → const int
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY → const int
ERROR_EXE_MACHINE_TYPE_MISMATCH → const int
ERROR_EXE_MARKED_INVALID → const int
ERROR_EXPECTED_SECTION_NAME → const int
ERROR_EXPIRED_HANDLE → const int
ERROR_EXTENDED_ERROR → const int
ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN → const int
ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED → const int
ERROR_EXTRANEOUS_INFORMATION → const int
ERROR_FAIL_FAST_EXCEPTION → const int
ERROR_FAIL_I24 → const int
ERROR_FAIL_NOACTION_REBOOT → const int
ERROR_FAIL_REBOOT_INITIATED → const int
ERROR_FAIL_REBOOT_REQUIRED → const int
ERROR_FAIL_RESTART → const int
ERROR_FAIL_SHUTDOWN → const int
ERROR_FAILED_DRIVER_ENTRY → const int
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT → const int
ERROR_FATAL_APP_EXIT → const int
ERROR_FILE_CHECKED_OUT → const int
ERROR_FILE_CORRUPT → const int
ERROR_FILE_ENCRYPTED → const int
ERROR_FILE_EXISTS → const int
ERROR_FILE_HANDLE_REVOKED → const int
ERROR_FILE_HASH_NOT_IN_CATALOG → const int
ERROR_FILE_IDENTITY_NOT_PERSISTENT → const int
ERROR_FILE_INVALID → const int
ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED → const int
ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS → const int
ERROR_FILE_NOT_ENCRYPTED → const int
ERROR_FILE_NOT_FOUND → const int
ERROR_FILE_NOT_SUPPORTED → const int
ERROR_FILE_OFFLINE → const int
ERROR_FILE_PROTECTED_UNDER_DPL → const int
ERROR_FILE_READ_ONLY → const int
ERROR_FILE_SHARE_RESOURCE_CONFLICT → const int
ERROR_FILE_SNAP_IN_PROGRESS → const int
ERROR_FILE_SNAP_INVALID_PARAMETER → const int
ERROR_FILE_SNAP_IO_NOT_COORDINATED → const int
ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED → const int
ERROR_FILE_SNAP_UNEXPECTED_ERROR → const int
ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED → const int
ERROR_FILE_SYSTEM_LIMITATION → const int
ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY → const int
ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION → const WIN32_ERROR
ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT → const WIN32_ERROR
ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN → const WIN32_ERROR
ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE → const int
ERROR_FILE_TOO_LARGE → const int
ERROR_FILEMARK_DETECTED → const int
ERROR_FILENAME_EXCED_RANGE → const int
ERROR_FILEQUEUE_LOCKED → const int
ERROR_FIRMWARE_UPDATED → const int
ERROR_FLOAT_MULTIPLE_FAULTS → const int
ERROR_FLOAT_MULTIPLE_TRAPS → const int
ERROR_FLOATED_SECTION → const int
ERROR_FLOPPY_BAD_REGISTERS → const int
ERROR_FLOPPY_ID_MARK_NOT_FOUND → const int
ERROR_FLOPPY_UNKNOWN_ERROR → const int
ERROR_FLOPPY_VOLUME → const int
ERROR_FLOPPY_WRONG_CYLINDER → const int
ERROR_FORMS_AUTH_REQUIRED → const int
ERROR_FOUND_OUT_OF_SCOPE → const int
ERROR_FS_DRIVER_REQUIRED → const int
ERROR_FS_GUID_MISMATCH → const int
ERROR_FS_METADATA_INCONSISTENT → const int
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY → const int
ERROR_FT_DI_SCAN_REQUIRED → const int
ERROR_FT_READ_FAILURE → const int
ERROR_FT_READ_FROM_COPY_FAILURE → const int
ERROR_FT_READ_RECOVERY_FROM_BACKUP → const int
ERROR_FT_WRITE_FAILURE → const int
ERROR_FT_WRITE_RECOVERY → const int
ERROR_FULL_BACKUP → const int
ERROR_FULLSCREEN_MODE → const int
ERROR_FUNCTION_FAILED → const int
ERROR_FUNCTION_NOT_CALLED → const int
ERROR_GDI_HANDLE_LEAK → const int
ERROR_GEN_FAILURE → const int
ERROR_GENERAL_SYNTAX → const int
ERROR_GENERIC_COMMAND_FAILED → const int
ERROR_GENERIC_NOT_MAPPED → const int
ERROR_GLOBAL_ONLY_HOOK → const int
ERROR_GPIO_CLIENT_INFORMATION_INVALID → const int
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE → const int
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED → const int
ERROR_GPIO_INVALID_REGISTRATION_PACKET → const int
ERROR_GPIO_OPERATION_DENIED → const int
ERROR_GPIO_VERSION_NOT_SUPPORTED → const int
ERROR_GRACEFUL_DISCONNECT → const int
ERROR_GROUP_EXISTS → const int
ERROR_GROUP_NOT_AVAILABLE → const int
ERROR_GROUP_NOT_FOUND → const int
ERROR_GROUP_NOT_ONLINE → const int
ERROR_GROUPSET_CANT_PROVIDE → const int
ERROR_GROUPSET_NOT_AVAILABLE → const int
ERROR_GROUPSET_NOT_FOUND → const int
ERROR_GUID_SUBSTITUTION_MADE → const int
ERROR_HANDLE_DISK_FULL → const int
ERROR_HANDLE_EOF → const int
ERROR_HANDLE_NO_LONGER_VALID → const int
ERROR_HANDLE_REVOKED → const int
ERROR_HANDLES_CLOSED → const int
ERROR_HAS_SYSTEM_CRITICAL_FILES → const int
ERROR_HASH_NOT_PRESENT → const int
ERROR_HASH_NOT_SUPPORTED → const int
ERROR_HEURISTIC_DAMAGE_POSSIBLE → const int
ERROR_HIBERNATED → const int
ERROR_HIBERNATION_FAILURE → const int
ERROR_HOOK_NEEDS_HMOD → const int
ERROR_HOOK_NOT_INSTALLED → const int
ERROR_HOOK_TYPE_NOT_ALLOWED → const int
ERROR_HOST_DOWN → const int
ERROR_HOST_NODE_NOT_AVAILABLE → const int
ERROR_HOST_NODE_NOT_GROUP_OWNER → const int
ERROR_HOST_NODE_NOT_RESOURCE_OWNER → const int
ERROR_HOST_UNREACHABLE → const int
ERROR_HOTKEY_ALREADY_REGISTERED → const int
ERROR_HOTKEY_NOT_REGISTERED → const int
ERROR_HV_ACCESS_DENIED → const int
ERROR_HV_ACKNOWLEDGED → const int
ERROR_HV_CPUID_FEATURE_VALIDATION → const int
ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION → const WIN32_ERROR
ERROR_HV_DEVICE_NOT_IN_DOMAIN → const int
ERROR_HV_EVENT_BUFFER_ALREADY_FREED → const int
ERROR_HV_FEATURE_UNAVAILABLE → const int
ERROR_HV_INACTIVE → const int
ERROR_HV_INSUFFICIENT_BUFFER → const int
ERROR_HV_INSUFFICIENT_BUFFERS → const int
ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY → const WIN32_ERROR
ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING → const WIN32_ERROR
ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY → const WIN32_ERROR
ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING → const WIN32_ERROR
ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS → const int
ERROR_HV_INSUFFICIENT_MEMORY → const int
ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING → const int
ERROR_HV_INSUFFICIENT_ROOT_MEMORY → const int
ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING → const WIN32_ERROR
ERROR_HV_INVALID_ALIGNMENT → const int
ERROR_HV_INVALID_CONNECTION_ID → const int
ERROR_HV_INVALID_CPU_GROUP_ID → const int
ERROR_HV_INVALID_CPU_GROUP_STATE → const int
ERROR_HV_INVALID_DEVICE_ID → const int
ERROR_HV_INVALID_DEVICE_STATE → const int
ERROR_HV_INVALID_HYPERCALL_CODE → const int
ERROR_HV_INVALID_HYPERCALL_INPUT → const int
ERROR_HV_INVALID_LP_INDEX → const int
ERROR_HV_INVALID_PARAMETER → const int
ERROR_HV_INVALID_PARTITION_ID → const int
ERROR_HV_INVALID_PARTITION_STATE → const int
ERROR_HV_INVALID_PORT_ID → const int
ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO → const int
ERROR_HV_INVALID_REGISTER_VALUE → const int
ERROR_HV_INVALID_SAVE_RESTORE_STATE → const int
ERROR_HV_INVALID_SYNIC_STATE → const int
ERROR_HV_INVALID_VP_INDEX → const int
ERROR_HV_INVALID_VP_STATE → const int
ERROR_HV_INVALID_VTL_STATE → const int
ERROR_HV_MSR_ACCESS_FAILED → const int
ERROR_HV_NESTED_VM_EXIT → const int
ERROR_HV_NO_DATA → const int
ERROR_HV_NO_RESOURCES → const int
ERROR_HV_NOT_ACKNOWLEDGED → const int
ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE → const WIN32_ERROR
ERROR_HV_NOT_PRESENT → const int
ERROR_HV_NX_NOT_DETECTED → const int
ERROR_HV_OBJECT_IN_USE → const int
ERROR_HV_OPERATION_DENIED → const int
ERROR_HV_OPERATION_FAILED → const int
ERROR_HV_PAGE_REQUEST_INVALID → const int
ERROR_HV_PARTITION_TOO_DEEP → const int
ERROR_HV_PENDING_PAGE_REQUESTS → const int
ERROR_HV_PROCESSOR_STARTUP_TIMEOUT → const int
ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE → const int
ERROR_HV_SMX_ENABLED → const int
ERROR_HV_UNKNOWN_PROPERTY → const int
ERROR_HWNDS_HAVE_DIFF_PARENT → const int
ERROR_ICM_NOT_ENABLED → const int
ERROR_IEPORT_FULL → const int
ERROR_ILL_FORMED_PASSWORD → const int
ERROR_ILLEGAL_CHARACTER → const int
ERROR_ILLEGAL_DLL_RELOCATION → const int
ERROR_ILLEGAL_ELEMENT_ADDRESS → const int
ERROR_ILLEGAL_FLOAT_CONTEXT → const int
ERROR_IMAGE_AT_DIFFERENT_BASE → const int
ERROR_IMAGE_MACHINE_TYPE_MISMATCH → const int
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE → const int
ERROR_IMAGE_NOT_AT_BASE → const int
ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT → const int
ERROR_IMPLEMENTATION_LIMIT → const int
ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED → const int
ERROR_IN_WOW64 → const int
ERROR_INC_BACKUP → const int
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE → const int
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE → const int
ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING → const WIN32_ERROR
ERROR_INCORRECT_ACCOUNT_TYPE → const int
ERROR_INCORRECT_ADDRESS → const int
ERROR_INCORRECT_SIZE → const int
ERROR_INDEX_ABSENT → const int
ERROR_INDEX_OUT_OF_BOUNDS → const int
ERROR_INDIGENOUS_TYPE → const int
ERROR_INDOUBT_TRANSACTIONS_EXIST → const int
ERROR_INF_IN_USE_BY_DEVICES → const int
ERROR_INFLOOP_IN_RELOC_CHAIN → const int
ERROR_INSTALL_ALREADY_RUNNING → const int
ERROR_INSTALL_CANCEL → const int
ERROR_INSTALL_DEREGISTRATION_FAILURE → const int
ERROR_INSTALL_FAILED → const int
ERROR_INSTALL_FAILURE → const int
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING → const int
ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY → const WIN32_ERROR
ERROR_INSTALL_INVALID_PACKAGE → const int
ERROR_INSTALL_LANGUAGE_UNSUPPORTED → const int
ERROR_INSTALL_LOG_FAILURE → const int
ERROR_INSTALL_NETWORK_FAILURE → const int
ERROR_INSTALL_NOTUSED → const int
ERROR_INSTALL_OPEN_PACKAGE_FAILED → const int
ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE → const WIN32_ERROR
ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE → const WIN32_ERROR
ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY → const WIN32_ERROR
ERROR_INSTALL_OUT_OF_DISK_SPACE → const int
ERROR_INSTALL_PACKAGE_DOWNGRADE → const int
ERROR_INSTALL_PACKAGE_INVALID → const int
ERROR_INSTALL_PACKAGE_NOT_FOUND → const int
ERROR_INSTALL_PACKAGE_OPEN_FAILED → const int
ERROR_INSTALL_PACKAGE_REJECTED → const int
ERROR_INSTALL_PACKAGE_VERSION → const int
ERROR_INSTALL_PLATFORM_UNSUPPORTED → const int
ERROR_INSTALL_POLICY_FAILURE → const int
ERROR_INSTALL_PREREQUISITE_FAILED → const int
ERROR_INSTALL_REGISTRATION_FAILURE → const int
ERROR_INSTALL_REJECTED → const int
ERROR_INSTALL_REMOTE_DISALLOWED → const int
ERROR_INSTALL_REMOTE_PROHIBITED → const int
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED → const int
ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED → const WIN32_ERROR
ERROR_INSTALL_SERVICE_FAILURE → const int
ERROR_INSTALL_SERVICE_SAFEBOOT → const int
ERROR_INSTALL_SOURCE_ABSENT → const int
ERROR_INSTALL_SUSPEND → const int
ERROR_INSTALL_TEMP_UNWRITABLE → const int
ERROR_INSTALL_TRANSFORM_FAILURE → const int
ERROR_INSTALL_TRANSFORM_REJECTED → const int
ERROR_INSTALL_UI_FAILURE → const int
ERROR_INSTALL_USEREXIT → const int
ERROR_INSTALL_VOLUME_CORRUPT → const int
ERROR_INSTALL_VOLUME_NOT_EMPTY → const int
ERROR_INSTALL_VOLUME_OFFLINE → const int
ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE → const int
ERROR_INSTRUCTION_MISALIGNMENT → const int
ERROR_INSUFFICIENT_BUFFER → const int
ERROR_INSUFFICIENT_LOGON_INFO → const int
ERROR_INSUFFICIENT_POWER → const int
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE → const WIN32_ERROR
ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES → const int
ERROR_INTERFACE_DEVICE_ACTIVE → const int
ERROR_INTERFACE_DEVICE_REMOVED → const int
ERROR_INTERMIXED_KERNEL_EA_OPERATION → const int
ERROR_INTERNAL_DB_CORRUPTION → const int
ERROR_INTERNAL_DB_ERROR → const int
ERROR_INTERNAL_ERROR → const int
ERROR_INTERRUPT_STILL_CONNECTED → const int
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED → const int
ERROR_INVALID_ACCEL_HANDLE → const int
ERROR_INVALID_ACCESS → const int
ERROR_INVALID_ACCOUNT_NAME → const int
ERROR_INVALID_ACE_CONDITION → const int
ERROR_INVALID_ACL → const int
ERROR_INVALID_ADDRESS → const int
ERROR_INVALID_AT_INTERRUPT_TIME → const int
ERROR_INVALID_BLOCK → const int
ERROR_INVALID_BLOCK_LENGTH → const int
ERROR_INVALID_CAP → const int
ERROR_INVALID_CATEGORY → const int
ERROR_INVALID_CLASS → const int
ERROR_INVALID_CLASS_INSTALLER → const int
ERROR_INVALID_CLEANER → const int
ERROR_INVALID_CLUSTER_IPV6_ADDRESS → const int
ERROR_INVALID_CMM → const int
ERROR_INVALID_COINSTALLER → const int
ERROR_INVALID_COLORINDEX → const int
ERROR_INVALID_COLORSPACE → const int
ERROR_INVALID_COMBOBOX_MESSAGE → const int
ERROR_INVALID_COMMAND_LINE → const int
ERROR_INVALID_COMPUTERNAME → const int
ERROR_INVALID_CONFIG_VALUE → const int
ERROR_INVALID_CRUNTIME_PARAMETER → const int
ERROR_INVALID_CURSOR_HANDLE → const int
ERROR_INVALID_DATA → const int
ERROR_INVALID_DATATYPE → const int
ERROR_INVALID_DEVICE_OBJECT_PARAMETER → const int
ERROR_INVALID_DEVINST_NAME → const int
ERROR_INVALID_DLL → const int
ERROR_INVALID_DOMAIN_ROLE → const int
ERROR_INVALID_DOMAIN_STATE → const int
ERROR_INVALID_DOMAINNAME → const int
ERROR_INVALID_DRIVE → const int
ERROR_INVALID_DRIVE_OBJECT → const int
ERROR_INVALID_DWP_HANDLE → const int
ERROR_INVALID_EA_HANDLE → const int
ERROR_INVALID_EA_NAME → const int
ERROR_INVALID_EDIT_HEIGHT → const int
ERROR_INVALID_ENVIRONMENT → const int
ERROR_INVALID_EVENT_COUNT → const int
ERROR_INVALID_EVENTNAME → const int
ERROR_INVALID_EXCEPTION_HANDLER → const int
ERROR_INVALID_EXE_SIGNATURE → const int
ERROR_INVALID_FIELD → const int
ERROR_INVALID_FIELD_IN_PARAMETER_LIST → const int
ERROR_INVALID_FILTER_DRIVER → const int
ERROR_INVALID_FILTER_PROC → const int
ERROR_INVALID_FLAG_NUMBER → const int
ERROR_INVALID_FLAGS → const int
ERROR_INVALID_FORM_NAME → const int
ERROR_INVALID_FORM_SIZE → const int
ERROR_INVALID_FUNCTION → const int
ERROR_INVALID_GROUP_ATTRIBUTES → const int
ERROR_INVALID_GROUPNAME → const int
ERROR_INVALID_GW_COMMAND → const int
ERROR_INVALID_HANDLE → const int
ERROR_INVALID_HANDLE_STATE → const int
ERROR_INVALID_HOOK_FILTER → const int
ERROR_INVALID_HOOK_HANDLE → const int
ERROR_INVALID_HW_PROFILE → const int
ERROR_INVALID_HWPROFILE → const int
ERROR_INVALID_ICON_HANDLE → const int
ERROR_INVALID_ID_AUTHORITY → const int
ERROR_INVALID_IMAGE_HASH → const int
ERROR_INVALID_IMPORT_OF_NON_DLL → const int
ERROR_INVALID_INDEX → const int
ERROR_INVALID_INF_LOGCONFIG → const int
ERROR_INVALID_KERNEL_INFO_VERSION → const int
ERROR_INVALID_KEYBOARD_HANDLE → const int
ERROR_INVALID_LABEL → const int
ERROR_INVALID_LB_MESSAGE → const int
ERROR_INVALID_LDT_DESCRIPTOR → const int
ERROR_INVALID_LDT_OFFSET → const int
ERROR_INVALID_LDT_SIZE → const int
ERROR_INVALID_LEVEL → const int
ERROR_INVALID_LIBRARY → const int
ERROR_INVALID_LIST_FORMAT → const int
ERROR_INVALID_LOCK_RANGE → const int
ERROR_INVALID_LOGON_HOURS → const int
ERROR_INVALID_LOGON_TYPE → const int
ERROR_INVALID_MACHINENAME → const int
ERROR_INVALID_MEDIA → const int
ERROR_INVALID_MEDIA_POOL → const int
ERROR_INVALID_MEMBER → const int
ERROR_INVALID_MENU_HANDLE → const int
ERROR_INVALID_MESSAGE → const int
ERROR_INVALID_MESSAGEDEST → const int
ERROR_INVALID_MESSAGENAME → const int
ERROR_INVALID_MINALLOCSIZE → const int
ERROR_INVALID_MODULETYPE → const int
ERROR_INVALID_MONITOR_HANDLE → const int
ERROR_INVALID_MSGBOX_STYLE → const int
ERROR_INVALID_NAME → const int
ERROR_INVALID_NETNAME → const int
ERROR_INVALID_OPERATION → const int
ERROR_INVALID_OPERATION_ON_QUORUM → const int
ERROR_INVALID_OPLOCK_PROTOCOL → const int
ERROR_INVALID_ORDINAL → const int
ERROR_INVALID_OWNER → const int
ERROR_INVALID_PACKAGE_SID_LENGTH → const int
ERROR_INVALID_PARAMETER → const int
ERROR_INVALID_PASSWORD → const int
ERROR_INVALID_PASSWORDNAME → const int
ERROR_INVALID_PATCH_XML → const int
ERROR_INVALID_PEP_INFO_VERSION → const int
ERROR_INVALID_PIXEL_FORMAT → const int
ERROR_INVALID_PLUGPLAY_DEVICE_PATH → const int
ERROR_INVALID_PORT_ATTRIBUTES → const int
ERROR_INVALID_PRIMARY_GROUP → const int
ERROR_INVALID_PRINT_MONITOR → const int
ERROR_INVALID_PRINTER_COMMAND → const int
ERROR_INVALID_PRINTER_DRIVER_MANIFEST → const int
ERROR_INVALID_PRINTER_NAME → const int
ERROR_INVALID_PRINTER_STATE → const int
ERROR_INVALID_PRIORITY → const int
ERROR_INVALID_PROFILE → const int
ERROR_INVALID_PROPPAGE_PROVIDER → const int
ERROR_INVALID_QUOTA_LOWER → const int
ERROR_INVALID_REFERENCE_STRING → const int
ERROR_INVALID_REG_PROPERTY → const int
ERROR_INVALID_REPARSE_DATA → const int
ERROR_INVALID_RUNLEVEL_SETTING → const int
ERROR_INVALID_SCROLLBAR_RANGE → const int
ERROR_INVALID_SECURITY_DESCR → const int
ERROR_INVALID_SEGDPL → const int
ERROR_INVALID_SEGMENT_NUMBER → const int
ERROR_INVALID_SEPARATOR_FILE → const int
ERROR_INVALID_SERVER_STATE → const int
ERROR_INVALID_SERVICE_ACCOUNT → const int
ERROR_INVALID_SERVICE_CONTROL → const int
ERROR_INVALID_SERVICE_LOCK → const int
ERROR_INVALID_SERVICENAME → const int
ERROR_INVALID_SHARENAME → const int
ERROR_INVALID_SHOWWIN_COMMAND → const int
ERROR_INVALID_SID → const int
ERROR_INVALID_SIGNAL_NUMBER → const int
ERROR_INVALID_SPI_VALUE → const int
ERROR_INVALID_STACKSEG → const int
ERROR_INVALID_STAGED_SIGNATURE → const int
ERROR_INVALID_STARTING_CODESEG → const int
ERROR_INVALID_STATE → const int
ERROR_INVALID_SUB_AUTHORITY → const int
ERROR_INVALID_TABLE → const int
ERROR_INVALID_TARGET → const int
ERROR_INVALID_TARGET_HANDLE → const int
ERROR_INVALID_TASK_INDEX → const int
ERROR_INVALID_TASK_NAME → const int
ERROR_INVALID_THREAD_ID → const int
ERROR_INVALID_TIME → const int
ERROR_INVALID_TOKEN → const int
ERROR_INVALID_TRANSACTION → const int
ERROR_INVALID_TRANSFORM → const int
ERROR_INVALID_UNWIND_TARGET → const int
ERROR_INVALID_USER_BUFFER → const int
ERROR_INVALID_USER_PRINCIPAL_NAME → const int
ERROR_INVALID_VARIANT → const int
ERROR_INVALID_VERIFY_SWITCH → const int
ERROR_INVALID_WINDOW_HANDLE → const int
ERROR_INVALID_WINDOW_STYLE → const int
ERROR_INVALID_WORKSTATION → const int
ERROR_IO_DEVICE → const int
ERROR_IO_INCOMPLETE → const int
ERROR_IO_PENDING → const int
ERROR_IO_PRIVILEGE_FAILED → const int
ERROR_IO_REISSUE_AS_CACHED → const int
ERROR_IOPL_NOT_ENABLED → const int
ERROR_IP_ADDRESS_CONFLICT1 → const int
ERROR_IP_ADDRESS_CONFLICT2 → const int
ERROR_IPSEC_AUTH_FIREWALL_DROP → const int
ERROR_IPSEC_BAD_SPI → const int
ERROR_IPSEC_CLEAR_TEXT_DROP → const int
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND → const int
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND → const int
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND → const int
ERROR_IPSEC_DOSP_BLOCK → const int
ERROR_IPSEC_DOSP_INVALID_PACKET → const int
ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED → const int
ERROR_IPSEC_DOSP_MAX_ENTRIES → const int
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES → const WIN32_ERROR
ERROR_IPSEC_DOSP_NOT_INSTALLED → const int
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST → const int
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED → const int
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED → const int
ERROR_IPSEC_IKE_ATTRIB_FAIL → const int
ERROR_IPSEC_IKE_AUTH_FAIL → const int
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE → const int
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY → const WIN32_ERROR
ERROR_IPSEC_IKE_BENIGN_REINIT → const int
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH → const int
ERROR_IPSEC_IKE_CGA_AUTH_FAILED → const int
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS → const int
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED → const WIN32_ERROR
ERROR_IPSEC_IKE_CRL_FAILED → const int
ERROR_IPSEC_IKE_DECRYPT → const int
ERROR_IPSEC_IKE_DH_FAIL → const int
ERROR_IPSEC_IKE_DH_FAILURE → const int
ERROR_IPSEC_IKE_DROP_NO_RESPONSE → const int
ERROR_IPSEC_IKE_ENCRYPT → const int
ERROR_IPSEC_IKE_ERROR → const int
ERROR_IPSEC_IKE_FAILQUERYSSP → const int
ERROR_IPSEC_IKE_FAILSSPINIT → const int
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR → const int
ERROR_IPSEC_IKE_GETSPIFAIL → const int
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE → const int
ERROR_IPSEC_IKE_INVALID_AUTH_ALG → const int
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD → const int
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN → const int
ERROR_IPSEC_IKE_INVALID_CERT_TYPE → const int
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG → const int
ERROR_IPSEC_IKE_INVALID_FILTER → const int
ERROR_IPSEC_IKE_INVALID_GROUP → const int
ERROR_IPSEC_IKE_INVALID_HASH → const int
ERROR_IPSEC_IKE_INVALID_HASH_ALG → const int
ERROR_IPSEC_IKE_INVALID_HASH_SIZE → const int
ERROR_IPSEC_IKE_INVALID_HEADER → const int
ERROR_IPSEC_IKE_INVALID_KEY_USAGE → const int
ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION → const int
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM → const int
ERROR_IPSEC_IKE_INVALID_PAYLOAD → const int
ERROR_IPSEC_IKE_INVALID_POLICY → const int
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY → const WIN32_ERROR
ERROR_IPSEC_IKE_INVALID_SIG → const int
ERROR_IPSEC_IKE_INVALID_SIGNATURE → const int
ERROR_IPSEC_IKE_INVALID_SITUATION → const int
ERROR_IPSEC_IKE_KERBEROS_ERROR → const int
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL → const int
ERROR_IPSEC_IKE_LOAD_FAILED → const int
ERROR_IPSEC_IKE_LOAD_SOFT_SA → const int
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP → const int
ERROR_IPSEC_IKE_MM_DELAY_DROP → const int
ERROR_IPSEC_IKE_MM_EXPIRED → const int
ERROR_IPSEC_IKE_MM_LIMIT → const int
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN → const int
ERROR_IPSEC_IKE_NEG_STATUS_END → const int
ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END → const int
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED → const int
ERROR_IPSEC_IKE_NEGOTIATION_PENDING → const int
ERROR_IPSEC_IKE_NO_CERT → const int
ERROR_IPSEC_IKE_NO_MM_POLICY → const int
ERROR_IPSEC_IKE_NO_PEER_CERT → const int
ERROR_IPSEC_IKE_NO_POLICY → const int
ERROR_IPSEC_IKE_NO_PRIVATE_KEY → const int
ERROR_IPSEC_IKE_NO_PUBLIC_KEY → const int
ERROR_IPSEC_IKE_NOTCBPRIV → const int
ERROR_IPSEC_IKE_OUT_OF_MEMORY → const int
ERROR_IPSEC_IKE_PEER_CRL_FAILED → const int
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE → const int
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID → const int
ERROR_IPSEC_IKE_POLICY_CHANGE → const int
ERROR_IPSEC_IKE_POLICY_MATCH → const int
ERROR_IPSEC_IKE_PROCESS_ERR → const int
ERROR_IPSEC_IKE_PROCESS_ERR_CERT → const int
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ → const int
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE → const int
ERROR_IPSEC_IKE_PROCESS_ERR_HASH → const int
ERROR_IPSEC_IKE_PROCESS_ERR_ID → const int
ERROR_IPSEC_IKE_PROCESS_ERR_KE → const int
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA → const int
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE → const int
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY → const int
ERROR_IPSEC_IKE_PROCESS_ERR_PROP → const int
ERROR_IPSEC_IKE_PROCESS_ERR_SA → const int
ERROR_IPSEC_IKE_PROCESS_ERR_SIG → const int
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS → const int
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR → const int
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP → const int
ERROR_IPSEC_IKE_QM_DELAY_DROP → const int
ERROR_IPSEC_IKE_QM_EXPIRED → const int
ERROR_IPSEC_IKE_QM_LIMIT → const int
ERROR_IPSEC_IKE_QUEUE_DROP_MM → const int
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM → const int
ERROR_IPSEC_IKE_RATELIMIT_DROP → const int
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING → const int
ERROR_IPSEC_IKE_RPC_DELETE → const int
ERROR_IPSEC_IKE_SA_DELETED → const int
ERROR_IPSEC_IKE_SA_REAPED → const int
ERROR_IPSEC_IKE_SECLOADFAIL → const int
ERROR_IPSEC_IKE_SHUTTING_DOWN → const int
ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY → const int
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN → const int
ERROR_IPSEC_IKE_SRVACQFAIL → const int
ERROR_IPSEC_IKE_SRVQUERYCRED → const int
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE → const WIN32_ERROR
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE → const WIN32_ERROR
ERROR_IPSEC_IKE_TIMED_OUT → const int
ERROR_IPSEC_IKE_TOO_MANY_FILTERS → const int
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID → const int
ERROR_IPSEC_IKE_UNKNOWN_DOI → const int
ERROR_IPSEC_IKE_UNSUPPORTED_ID → const int
ERROR_IPSEC_INTEGRITY_CHECK_FAILED → const int
ERROR_IPSEC_INVALID_PACKET → const int
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING → const WIN32_ERROR
ERROR_IPSEC_MM_AUTH_EXISTS → const int
ERROR_IPSEC_MM_AUTH_IN_USE → const int
ERROR_IPSEC_MM_AUTH_NOT_FOUND → const int
ERROR_IPSEC_MM_AUTH_PENDING_DELETION → const int
ERROR_IPSEC_MM_FILTER_EXISTS → const int
ERROR_IPSEC_MM_FILTER_NOT_FOUND → const int
ERROR_IPSEC_MM_FILTER_PENDING_DELETION → const int
ERROR_IPSEC_MM_POLICY_EXISTS → const int
ERROR_IPSEC_MM_POLICY_IN_USE → const int
ERROR_IPSEC_MM_POLICY_NOT_FOUND → const int
ERROR_IPSEC_MM_POLICY_PENDING_DELETION → const int
ERROR_IPSEC_QM_POLICY_EXISTS → const int
ERROR_IPSEC_QM_POLICY_IN_USE → const int
ERROR_IPSEC_QM_POLICY_NOT_FOUND → const int
ERROR_IPSEC_QM_POLICY_PENDING_DELETION → const int
ERROR_IPSEC_REPLAY_CHECK_FAILED → const int
ERROR_IPSEC_SA_LIFETIME_EXPIRED → const int
ERROR_IPSEC_THROTTLE_DROP → const int
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS → const int
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND → const int
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION → const WIN32_ERROR
ERROR_IPSEC_TUNNEL_FILTER_EXISTS → const int
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND → const int
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION → const int
ERROR_IPSEC_WRONG_SA → const int
ERROR_IRQ_BUSY → const int
ERROR_IS_JOIN_PATH → const int
ERROR_IS_JOIN_TARGET → const int
ERROR_IS_JOINED → const int
ERROR_IS_SUBST_PATH → const int
ERROR_IS_SUBST_TARGET → const int
ERROR_IS_SUBSTED → const int
ERROR_ITERATED_DATA_EXCEEDS_64k → const int
ERROR_JOB_NO_CONTAINER → const int
ERROR_JOIN_TO_JOIN → const int
ERROR_JOIN_TO_SUBST → const int
ERROR_JOURNAL_DELETE_IN_PROGRESS → const int
ERROR_JOURNAL_ENTRY_DELETED → const int
ERROR_JOURNAL_HOOK_SET → const int
ERROR_JOURNAL_NOT_ACTIVE → const int
ERROR_KERNEL_APC → const int
ERROR_KEY_DELETED → const int
ERROR_KEY_DOES_NOT_EXIST → const int
ERROR_KEY_HAS_CHILDREN → const int
ERROR_KM_DRIVER_BLOCKED → const int
ERROR_LABEL_TOO_LONG → const int
ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL → const int
ERROR_LAPS_LEGACY_SCHEMA_MISSING → const int
ERROR_LAPS_SCHEMA_MISSING → const int
ERROR_LAST_ADMIN → const int
ERROR_LB_WITHOUT_TABSTOPS → const int
ERROR_LIBRARY_FULL → const int
ERROR_LIBRARY_OFFLINE → const int
ERROR_LICENSE_QUOTA_EXCEEDED → const int
ERROR_LINE_NOT_FOUND → const int
ERROR_LINUX_SUBSYSTEM_NOT_PRESENT → const int
ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED → const int
ERROR_LISTBOX_ID_NOT_FOUND → const int
ERROR_LM_CROSS_ENCRYPTION_REQUIRED → const int
ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED → const WIN32_ERROR
ERROR_LOCAL_USER_SESSION_KEY → const int
ERROR_LOCK_FAILED → const int
ERROR_LOCK_VIOLATION → const int
ERROR_LOCKED → const int
ERROR_LOG_APPENDED_FLUSH_FAILED → const int
ERROR_LOG_ARCHIVE_IN_PROGRESS → const int
ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS → const int
ERROR_LOG_BLOCK_INCOMPLETE → const int
ERROR_LOG_BLOCK_INVALID → const int
ERROR_LOG_BLOCK_VERSION → const int
ERROR_LOG_BLOCKS_EXHAUSTED → const int
ERROR_LOG_CANT_DELETE → const int
ERROR_LOG_CLIENT_ALREADY_REGISTERED → const int
ERROR_LOG_CLIENT_NOT_REGISTERED → const int
ERROR_LOG_CONTAINER_LIMIT_EXCEEDED → const int
ERROR_LOG_CONTAINER_OPEN_FAILED → const int
ERROR_LOG_CONTAINER_READ_FAILED → const int
ERROR_LOG_CONTAINER_STATE_INVALID → const int
ERROR_LOG_CONTAINER_WRITE_FAILED → const int
ERROR_LOG_CORRUPTION_DETECTED → const int
ERROR_LOG_DEDICATED → const int
ERROR_LOG_EPHEMERAL → const int
ERROR_LOG_FILE_FULL → const int
ERROR_LOG_FULL → const int
ERROR_LOG_FULL_HANDLER_IN_PROGRESS → const int
ERROR_LOG_GROWTH_FAILED → const int
ERROR_LOG_HARD_ERROR → const int
ERROR_LOG_INCONSISTENT_SECURITY → const int
ERROR_LOG_INVALID_RANGE → const int
ERROR_LOG_METADATA_CORRUPT → const int
ERROR_LOG_METADATA_FLUSH_FAILED → const int
ERROR_LOG_METADATA_INCONSISTENT → const int
ERROR_LOG_METADATA_INVALID → const int
ERROR_LOG_MULTIPLEXED → const int
ERROR_LOG_NO_RESTART → const int
ERROR_LOG_NOT_ENOUGH_CONTAINERS → const int
ERROR_LOG_PINNED → const int
ERROR_LOG_PINNED_ARCHIVE_TAIL → const int
ERROR_LOG_PINNED_RESERVATION → const int
ERROR_LOG_POLICY_ALREADY_INSTALLED → const int
ERROR_LOG_POLICY_CONFLICT → const int
ERROR_LOG_POLICY_INVALID → const int
ERROR_LOG_POLICY_NOT_INSTALLED → const int
ERROR_LOG_READ_CONTEXT_INVALID → const int
ERROR_LOG_READ_MODE_INVALID → const int
ERROR_LOG_RECORD_NONEXISTENT → const int
ERROR_LOG_RECORDS_RESERVED_INVALID → const int
ERROR_LOG_RESERVATION_INVALID → const int
ERROR_LOG_RESIZE_INVALID_SIZE → const int
ERROR_LOG_RESTART_INVALID → const int
ERROR_LOG_SECTOR_INVALID → const int
ERROR_LOG_SECTOR_PARITY_INVALID → const int
ERROR_LOG_SECTOR_REMAPPED → const int
ERROR_LOG_SPACE_RESERVED_INVALID → const int
ERROR_LOG_START_OF_LOG → const int
ERROR_LOG_STATE_INVALID → const int
ERROR_LOG_TAIL_INVALID → const int
ERROR_LOGIN_TIME_RESTRICTION → const int
ERROR_LOGIN_WKSTA_RESTRICTION → const int
ERROR_LOGON_FAILURE → const int
ERROR_LOGON_NOT_GRANTED → const int
ERROR_LOGON_SERVER_CONFLICT → const int
ERROR_LOGON_SESSION_COLLISION → const int
ERROR_LOGON_SESSION_EXISTS → const int
ERROR_LOGON_TYPE_NOT_GRANTED → const int
ERROR_LONGJUMP → const int
ERROR_LOST_MODE_LOGON_RESTRICTION → const int
ERROR_LOST_WRITEBEHIND_DATA → const int
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR → const int
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED → const WIN32_ERROR
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR → const WIN32_ERROR
ERROR_LUIDS_EXHAUSTED → const int
ERROR_MACHINE_LOCKED → const int
ERROR_MACHINE_SCOPE_NOT_ALLOWED → const int
ERROR_MACHINE_UNAVAILABLE → const int
ERROR_MAGAZINE_NOT_PRESENT → const int
ERROR_MALFORMED_SUBSTITUTION_STRING → const int
ERROR_MAPPED_ALIGNMENT → const int
ERROR_MARKED_TO_DISALLOW_WRITES → const int
ERROR_MARSHALL_OVERFLOW → const int
ERROR_MAX_SESSIONS_REACHED → const int
ERROR_MAX_THRDS_REACHED → const int
ERROR_MCA_EXCEPTION → const int
ERROR_MCA_INTERNAL_ERROR → const int
ERROR_MCA_INVALID_CAPABILITIES_STRING → const int
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED → const int
ERROR_MCA_INVALID_VCP_VERSION → const int
ERROR_MCA_MCCS_VERSION_MISMATCH → const int
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION → const WIN32_ERROR
ERROR_MCA_OCCURED → const int
ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE → const int
ERROR_MCA_UNSUPPORTED_MCCS_VERSION → const int
ERROR_MEDIA_CHANGED → const int
ERROR_MEDIA_CHECK → const int
ERROR_MEDIA_INCOMPATIBLE → const int
ERROR_MEDIA_NOT_AVAILABLE → const int
ERROR_MEDIA_OFFLINE → const int
ERROR_MEDIA_UNAVAILABLE → const int
ERROR_MEDIUM_NOT_ACCESSIBLE → const int
ERROR_MEMBER_IN_ALIAS → const int
ERROR_MEMBER_IN_GROUP → const int
ERROR_MEMBER_NOT_IN_ALIAS → const int
ERROR_MEMBER_NOT_IN_GROUP → const int
ERROR_MEMBERS_PRIMARY_GROUP → const int
ERROR_MEMORY_HARDWARE → const int
ERROR_MENU_ITEM_NOT_FOUND → const int
ERROR_MESSAGE_EXCEEDS_MAX_SIZE → const int
ERROR_MESSAGE_SYNC_ONLY → const int
ERROR_META_EXPANSION_TOO_LONG → const int
ERROR_METAFILE_NOT_SUPPORTED → const int
ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION → const WIN32_ERROR
ERROR_MISSING_SYSTEMFILE → const int
ERROR_MOD_NOT_FOUND → const int
ERROR_MORE_DATA → const int
ERROR_MORE_WRITES → const int
ERROR_MOUNT_POINT_NOT_RESOLVED → const int
ERROR_MP_PROCESSOR_MISMATCH → const int
ERROR_MR_MID_NOT_FOUND → const int
ERROR_MRM_AUTOMERGE_ENABLED → const int
ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE → const WIN32_ERROR
ERROR_MRM_DUPLICATE_ENTRY → const int
ERROR_MRM_DUPLICATE_MAP_NAME → const int
ERROR_MRM_FILEPATH_TOO_LONG → const int
ERROR_MRM_GENERATION_COUNT_MISMATCH → const int
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE → const int
ERROR_MRM_INVALID_FILE_TYPE → const int
ERROR_MRM_INVALID_PRI_FILE → const int
ERROR_MRM_INVALID_PRICONFIG → const int
ERROR_MRM_INVALID_QUALIFIER_OPERATOR → const int
ERROR_MRM_INVALID_QUALIFIER_VALUE → const int
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER → const int
ERROR_MRM_MAP_NOT_FOUND → const int
ERROR_MRM_MISSING_DEFAULT_LANGUAGE → const int
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND → const int
ERROR_MRM_NO_CANDIDATE → const int
ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD → const int
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE → const int
ERROR_MRM_PACKAGE_NOT_FOUND → const int
ERROR_MRM_RESOURCE_TYPE_MISMATCH → const int
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE → const WIN32_ERROR
ERROR_MRM_SCOPE_ITEM_CONFLICT → const int
ERROR_MRM_TOO_MANY_RESOURCES → const int
ERROR_MRM_UNKNOWN_QUALIFIER → const int
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE → const int
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE → const WIN32_ERROR
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE → const int
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE → const int
ERROR_MUI_FILE_NOT_FOUND → const int
ERROR_MUI_FILE_NOT_LOADED → const int
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME → const int
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED → const int
ERROR_MUI_INVALID_FILE → const int
ERROR_MUI_INVALID_LOCALE_NAME → const int
ERROR_MUI_INVALID_RC_CONFIG → const int
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME → const int
ERROR_MULTIPLE_FAULT_VIOLATION → const int
ERROR_MUTANT_LIMIT_EXCEEDED → const int
ERROR_MUTUAL_AUTH_FAILED → const int
ERROR_NDIS_ADAPTER_NOT_FOUND → const int
ERROR_NDIS_ADAPTER_NOT_READY → const int
ERROR_NDIS_ADAPTER_REMOVED → const int
ERROR_NDIS_ALREADY_MAPPED → const int
ERROR_NDIS_BAD_CHARACTERISTICS → const int
ERROR_NDIS_BAD_VERSION → const int
ERROR_NDIS_BUFFER_TOO_SHORT → const int
ERROR_NDIS_DEVICE_FAILED → const int
ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE → const WIN32_ERROR
ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED → const int
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE → const WIN32_ERROR
ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED → const WIN32_ERROR
ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED → const int
ERROR_NDIS_DOT11_MEDIA_IN_USE → const int
ERROR_NDIS_DOT11_POWER_STATE_INVALID → const int
ERROR_NDIS_ERROR_READING_FILE → const int
ERROR_NDIS_FILE_NOT_FOUND → const int
ERROR_NDIS_GROUP_ADDRESS_IN_USE → const int
ERROR_NDIS_INDICATION_REQUIRED → const int
ERROR_NDIS_INTERFACE_CLOSING → const int
ERROR_NDIS_INTERFACE_NOT_FOUND → const int
ERROR_NDIS_INVALID_ADDRESS → const int
ERROR_NDIS_INVALID_DATA → const int
ERROR_NDIS_INVALID_DEVICE_REQUEST → const int
ERROR_NDIS_INVALID_LENGTH → const int
ERROR_NDIS_INVALID_OID → const int
ERROR_NDIS_INVALID_PACKET → const int
ERROR_NDIS_INVALID_PORT → const int
ERROR_NDIS_INVALID_PORT_STATE → const int
ERROR_NDIS_LOW_POWER_STATE → const int
ERROR_NDIS_MEDIA_DISCONNECTED → const int
ERROR_NDIS_MULTICAST_EXISTS → const int
ERROR_NDIS_MULTICAST_FULL → const int
ERROR_NDIS_MULTICAST_NOT_FOUND → const int
ERROR_NDIS_NO_QUEUES → const int
ERROR_NDIS_NOT_SUPPORTED → const int
ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED → const int
ERROR_NDIS_OFFLOAD_PATH_REJECTED → const int
ERROR_NDIS_OFFLOAD_POLICY → const int
ERROR_NDIS_OPEN_FAILED → const int
ERROR_NDIS_PAUSED → const int
ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL → const WIN32_ERROR
ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL → const int
ERROR_NDIS_REINIT_REQUIRED → const int
ERROR_NDIS_REQUEST_ABORTED → const int
ERROR_NDIS_RESET_IN_PROGRESS → const int
ERROR_NDIS_RESOURCE_CONFLICT → const int
ERROR_NDIS_UNSUPPORTED_MEDIA → const int
ERROR_NDIS_UNSUPPORTED_REVISION → const int
ERROR_NEEDS_REGISTRATION → const int
ERROR_NEEDS_REMEDIATION → const int
ERROR_NEGATIVE_SEEK → const int
ERROR_NESTING_NOT_ALLOWED → const int
ERROR_NET_OPEN_FAILED → const int
ERROR_NET_WRITE_FAULT → const int
ERROR_NETLOGON_NOT_STARTED → const int
ERROR_NETNAME_DELETED → const int
ERROR_NETWORK_ACCESS_DENIED → const int
ERROR_NETWORK_ACCESS_DENIED_EDP → const int
ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED → const int
ERROR_NETWORK_BUSY → const int
ERROR_NETWORK_NOT_AVAILABLE → const int
ERROR_NETWORK_UNREACHABLE → const int
ERROR_NO_ACE_CONDITION → const int
ERROR_NO_ADMIN_ACCESS_POINT → const int
ERROR_NO_ASSOCIATED_CLASS → const int
ERROR_NO_ASSOCIATED_SERVICE → const int
ERROR_NO_ASSOCIATION → const int
ERROR_NO_AUTHENTICODE_CATALOG → const int
ERROR_NO_BACKUP → const int
ERROR_NO_BROWSER_SERVERS_FOUND → const int
ERROR_NO_BYPASSIO_DRIVER_SUPPORT → const int
ERROR_NO_CALLBACK_ACTIVE → const int
ERROR_NO_CATALOG_FOR_OEM_INF → const int
ERROR_NO_CLASS_DRIVER_LIST → const int
ERROR_NO_CLASSINSTALL_PARAMS → const int
ERROR_NO_COMPAT_DRIVERS → const int
ERROR_NO_CONFIGMGR_SERVICES → const int
ERROR_NO_DATA → const int
ERROR_NO_DATA_DETECTED → const int
ERROR_NO_DEFAULT_DEVICE_INTERFACE → const int
ERROR_NO_DEFAULT_INTERFACE_DEVICE → const int
ERROR_NO_DEVICE_ICON → const int
ERROR_NO_DEVICE_SELECTED → const int
ERROR_NO_DRIVER_SELECTED → const int
ERROR_NO_EFS → const int
ERROR_NO_EVENT_PAIR → const int
ERROR_NO_GUID_TRANSLATION → const int
ERROR_NO_IMPERSONATION_TOKEN → const int
ERROR_NO_INF → const int
ERROR_NO_INHERITANCE → const int
ERROR_NO_LOG_SPACE → const int
ERROR_NO_LOGON_SERVERS → const int
ERROR_NO_MATCH → const int
ERROR_NO_MEDIA_IN_DRIVE → const int
ERROR_NO_MORE_DEVICES → const int
ERROR_NO_MORE_FILES → const int
ERROR_NO_MORE_ITEMS → const int
ERROR_NO_MORE_MATCHES → const int
ERROR_NO_MORE_SEARCH_HANDLES → const int
ERROR_NO_MORE_USER_HANDLES → const int
ERROR_NO_NET_OR_BAD_PATH → const int
ERROR_NO_NETWORK → const int
ERROR_NO_NVRAM_RESOURCES → const int
ERROR_NO_PAGEFILE → const int
ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND → const int
ERROR_NO_PROC_SLOTS → const int
ERROR_NO_PROMOTION_ACTIVE → const int
ERROR_NO_QUOTAS_FOR_ACCOUNT → const int
ERROR_NO_RANGES_PROCESSED → const int
ERROR_NO_RECOVERY_POLICY → const int
ERROR_NO_RECOVERY_PROGRAM → const int
ERROR_NO_SAVEPOINT_WITH_OPEN_FILES → const int
ERROR_NO_SCROLLBARS → const int
ERROR_NO_SECRETS → const int
ERROR_NO_SECURITY_ON_OBJECT → const int
ERROR_NO_SHUTDOWN_IN_PROGRESS → const int
ERROR_NO_SIGNAL_SENT → const int
ERROR_NO_SITE_SETTINGS_OBJECT → const int
ERROR_NO_SITENAME → const int
ERROR_NO_SPOOL_SPACE → const int
ERROR_NO_SUCH_ALIAS → const int
ERROR_NO_SUCH_DEVICE → const int
ERROR_NO_SUCH_DEVICE_INTERFACE → const int
ERROR_NO_SUCH_DEVINST → const int
ERROR_NO_SUCH_DOMAIN → const int
ERROR_NO_SUCH_GROUP → const int
ERROR_NO_SUCH_INTERFACE_CLASS → const int
ERROR_NO_SUCH_INTERFACE_DEVICE → const int
ERROR_NO_SUCH_LOGON_SESSION → const int
ERROR_NO_SUCH_MEMBER → const int
ERROR_NO_SUCH_PACKAGE → const int
ERROR_NO_SUCH_PRIVILEGE → const int
ERROR_NO_SUCH_SITE → const int
ERROR_NO_SUCH_USER → const int
ERROR_NO_SUPPORTING_DRIVES → const int
ERROR_NO_SYSTEM_MENU → const int
ERROR_NO_SYSTEM_RESOURCES → const int
ERROR_NO_TASK_QUEUE → const int
ERROR_NO_TOKEN → const int
ERROR_NO_TRACKING_SERVICE → const int
ERROR_NO_TRUST_LSA_SECRET → const int
ERROR_NO_TRUST_SAM_ACCOUNT → const int
ERROR_NO_TXF_METADATA → const int
ERROR_NO_UNICODE_TRANSLATION → const int
ERROR_NO_USER_KEYS → const int
ERROR_NO_USER_SESSION_KEY → const int
ERROR_NO_VOLUME_ID → const int
ERROR_NO_VOLUME_LABEL → const int
ERROR_NO_WILDCARD_CHARACTERS → const int
ERROR_NO_WORK_DONE → const int
ERROR_NO_WRITABLE_DC_FOUND → const int
ERROR_NO_YIELD_PERFORMED → const int
ERROR_NOACCESS → const int
ERROR_NODE_CANNOT_BE_CLUSTERED → const int
ERROR_NODE_CANT_HOST_RESOURCE → const int
ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER → const int
ERROR_NODE_NOT_AVAILABLE → const int
ERROR_NOINTERFACE → const int
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT → const int
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT → const int
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT → const int
ERROR_NON_ACCOUNT_SID → const int
ERROR_NON_CSV_PATH → const int
ERROR_NON_DOMAIN_SID → const int
ERROR_NON_MDICHILD_WINDOW → const int
ERROR_NON_WINDOWS_DRIVER → const int
ERROR_NON_WINDOWS_NT_DRIVER → const int
ERROR_NONCORE_GROUPS_FOUND → const int
ERROR_NONE_MAPPED → const int
ERROR_NONPAGED_SYSTEM_RESOURCES → const int
ERROR_NOT_A_CLOUD_FILE → const int
ERROR_NOT_A_CLOUD_SYNC_ROOT → const int
ERROR_NOT_A_DAX_VOLUME → const int
ERROR_NOT_A_DEV_VOLUME → const int
ERROR_NOT_A_REPARSE_POINT → const int
ERROR_NOT_ALL_ASSIGNED → const int
ERROR_NOT_ALLOWED_ON_SYSTEM_FILE → const int
ERROR_NOT_AN_INSTALLED_OEM_INF → const int
ERROR_NOT_APPCONTAINER → const int
ERROR_NOT_AUTHENTICATED → const int
ERROR_NOT_CAPABLE → const int
ERROR_NOT_CHILD_WINDOW → const int
ERROR_NOT_CONNECTED → const int
ERROR_NOT_CONTAINER → const int
ERROR_NOT_DAX_MAPPABLE → const int
ERROR_NOT_DISABLEABLE → const int
ERROR_NOT_DOS_DISK → const int
ERROR_NOT_EMPTY → const int
ERROR_NOT_ENOUGH_MEMORY → const int
ERROR_NOT_ENOUGH_QUOTA → const int
ERROR_NOT_ENOUGH_SERVER_MEMORY → const int
ERROR_NOT_EXPORT_FORMAT → const int
ERROR_NOT_FOUND → const int
ERROR_NOT_GUI_PROCESS → const int
ERROR_NOT_INSTALLED → const int
ERROR_NOT_JOINED → const int
ERROR_NOT_LOCKED → const int
ERROR_NOT_LOGGED_ON → const int
ERROR_NOT_LOGON_PROCESS → const int
ERROR_NOT_OWNER → const int
ERROR_NOT_QUORUM_CAPABLE → const int
ERROR_NOT_QUORUM_CLASS → const int
ERROR_NOT_READ_FROM_COPY → const int
ERROR_NOT_READY → const int
ERROR_NOT_REDUNDANT_STORAGE → const int
ERROR_NOT_REGISTRY_FILE → const int
ERROR_NOT_SAFE_MODE_DRIVER → const int
ERROR_NOT_SAFEBOOT_SERVICE → const int
ERROR_NOT_SAME_DEVICE → const int
ERROR_NOT_SAME_OBJECT → const int
ERROR_NOT_SNAPSHOT_VOLUME → const int
ERROR_NOT_SUBSTED → const int
ERROR_NOT_SUPPORTED → const int
ERROR_NOT_SUPPORTED_IN_APPCONTAINER → const int
ERROR_NOT_SUPPORTED_ON_DAX → const int
ERROR_NOT_SUPPORTED_ON_SBS → const int
ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER → const int
ERROR_NOT_SUPPORTED_WITH_AUDITING → const int
ERROR_NOT_SUPPORTED_WITH_BTT → const int
ERROR_NOT_SUPPORTED_WITH_BYPASSIO → const int
ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE → const int
ERROR_NOT_SUPPORTED_WITH_COMPRESSION → const int
ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION → const int
ERROR_NOT_SUPPORTED_WITH_ENCRYPTION → const int
ERROR_NOT_SUPPORTED_WITH_MONITORING → const int
ERROR_NOT_SUPPORTED_WITH_REPLICATION → const int
ERROR_NOT_SUPPORTED_WITH_SNAPSHOT → const int
ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION → const int
ERROR_NOT_TINY_STREAM → const int
ERROR_NOTHING_TO_TERMINATE → const int
ERROR_NOTIFICATION_GUID_ALREADY_DEFINED → const int
ERROR_NOTIFY_CLEANUP → const int
ERROR_NOTIFY_ENUM_DIR → const int
ERROR_NT_CROSS_ENCRYPTION_REQUIRED → const int
ERROR_NTLM_BLOCKED → const int
ERROR_NULL_LM_PASSWORD → const int
ERROR_OBJECT_ALREADY_EXISTS → const int
ERROR_OBJECT_IN_LIST → const int
ERROR_OBJECT_IS_IMMUTABLE → const int
ERROR_OBJECT_NAME_EXISTS → const int
ERROR_OBJECT_NO_LONGER_EXISTS → const int
ERROR_OBJECT_NOT_EXTERNALLY_BACKED → const int
ERROR_OBJECT_NOT_FOUND → const int
ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED → const int
ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED → const int
ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED → const int
ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED → const int
ERROR_OFFSET_ALIGNMENT_VIOLATION → const int
ERROR_OLD_WIN_VERSION → const int
ERROR_ONLY_IF_CONNECTED → const int
ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE → const int
ERROR_OPEN_FAILED → const int
ERROR_OPEN_FILES → const int
ERROR_OPERATION_ABORTED → const int
ERROR_OPERATION_IN_PROGRESS → const int
ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT → const WIN32_ERROR
ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION → const int
ERROR_OPLOCK_BREAK_IN_PROGRESS → const int
ERROR_OPLOCK_HANDLE_CLOSED → const int
ERROR_OPLOCK_NOT_GRANTED → const int
ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE → const int
ERROR_ORPHAN_NAME_EXHAUSTED → const int
ERROR_OUT_OF_PAPER → const int
ERROR_OUT_OF_STRUCTURES → const int
ERROR_OUTOFMEMORY → const int
ERROR_OVERRIDE_NOCHANGES → const int
ERROR_PACKAGE_ALREADY_EXISTS → const int
ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED → const int
ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS → const WIN32_ERROR
ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST → const WIN32_ERROR
ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING → const int
ERROR_PACKAGE_MOVE_FAILED → const int
ERROR_PACKAGE_NAME_MISMATCH → const int
ERROR_PACKAGE_NOT_REGISTERED_FOR_USER → const int
ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM → const int
ERROR_PACKAGE_REPOSITORY_CORRUPTED → const int
ERROR_PACKAGE_STAGING_ONHOLD → const int
ERROR_PACKAGE_UPDATING → const int
ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES → const WIN32_ERROR
ERROR_PACKAGES_IN_USE → const int
ERROR_PACKAGES_REPUTATION_CHECK_FAILED → const int
ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT → const int
ERROR_PAGE_FAULT_COPY_ON_WRITE → const int
ERROR_PAGE_FAULT_DEMAND_ZERO → const int
ERROR_PAGE_FAULT_GUARD_PAGE → const int
ERROR_PAGE_FAULT_PAGING_FILE → const int
ERROR_PAGE_FAULT_TRANSITION → const int
ERROR_PAGED_SYSTEM_RESOURCES → const int
ERROR_PAGEFILE_CREATE_FAILED → const int
ERROR_PAGEFILE_NOT_SUPPORTED → const int
ERROR_PAGEFILE_QUOTA → const int
ERROR_PAGEFILE_QUOTA_EXCEEDED → const int
ERROR_PARAMETER_QUOTA_EXCEEDED → const int
ERROR_PARTIAL_COPY → const int
ERROR_PARTITION_FAILURE → const int
ERROR_PARTITION_TERMINATING → const int
ERROR_PASSWORD_CHANGE_REQUIRED → const int
ERROR_PASSWORD_EXPIRED → const int
ERROR_PASSWORD_MUST_CHANGE → const int
ERROR_PASSWORD_RESTRICTION → const int
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT → const int
ERROR_PATCH_NO_SEQUENCE → const int
ERROR_PATCH_PACKAGE_INVALID → const int
ERROR_PATCH_PACKAGE_OPEN_FAILED → const int
ERROR_PATCH_PACKAGE_REJECTED → const int
ERROR_PATCH_PACKAGE_UNSUPPORTED → const int
ERROR_PATCH_REMOVAL_DISALLOWED → const int
ERROR_PATCH_REMOVAL_UNSUPPORTED → const int
ERROR_PATCH_TARGET_NOT_FOUND → const int
ERROR_PATH_BUSY → const int
ERROR_PATH_NOT_FOUND → const int
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED → const int
ERROR_PIPE_BUSY → const int
ERROR_PIPE_CONNECTED → const int
ERROR_PIPE_LISTENING → const int
ERROR_PIPE_LOCAL → const int
ERROR_PIPE_NOT_CONNECTED → const int
ERROR_PKINIT_FAILURE → const int
ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND → const int
ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED → const WIN32_ERROR
ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED → const int
ERROR_PLATFORM_MANIFEST_INVALID → const int
ERROR_PLATFORM_MANIFEST_NOT_ACTIVE → const int
ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED → const int
ERROR_PLATFORM_MANIFEST_NOT_SIGNED → const int
ERROR_PLUGPLAY_QUERY_VETOED → const int
ERROR_PNP_BAD_MPS_TABLE → const int
ERROR_PNP_INVALID_ID → const int
ERROR_PNP_IRQ_TRANSLATION_FAILED → const int
ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT → const int
ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT → const WIN32_ERROR
ERROR_PNP_REBOOT_REQUIRED → const int
ERROR_PNP_REGISTRY_ERROR → const int
ERROR_PNP_RESTART_ENUMERATION → const int
ERROR_PNP_TRANSLATION_FAILED → const int
ERROR_POINT_NOT_FOUND → const int
ERROR_POLICY_CONTROLLED_ACCOUNT → const int
ERROR_POLICY_OBJECT_NOT_FOUND → const int
ERROR_POLICY_ONLY_IN_DS → const int
ERROR_POPUP_ALREADY_ACTIVE → const int
ERROR_PORT_MESSAGE_TOO_LONG → const int
ERROR_PORT_NOT_SET → const int
ERROR_PORT_UNREACHABLE → const int
ERROR_POSSIBLE_DEADLOCK → const int
ERROR_POTENTIAL_FILE_FOUND → const int
ERROR_PREDEFINED_HANDLE → const int
ERROR_PRI_MERGE_ADD_FILE_FAILED → const int
ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED → const int
ERROR_PRI_MERGE_INVALID_FILE_NAME → const int
ERROR_PRI_MERGE_LOAD_FILE_FAILED → const int
ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED → const int
ERROR_PRI_MERGE_MISSING_SCHEMA → const int
ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED → const WIN32_ERROR
ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED → const WIN32_ERROR
ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED → const int
ERROR_PRI_MERGE_VERSION_MISMATCH → const int
ERROR_PRI_MERGE_WRITE_FILE_FAILED → const int
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED → const int
ERROR_PRINT_CANCELLED → const int
ERROR_PRINT_JOB_RESTART_REQUIRED → const int
ERROR_PRINT_MONITOR_ALREADY_INSTALLED → const int
ERROR_PRINT_MONITOR_IN_USE → const int
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED → const int
ERROR_PRINTER_ALREADY_EXISTS → const int
ERROR_PRINTER_DELETED → const int
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED → const int
ERROR_PRINTER_DRIVER_BLOCKED → const int
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED → const int
ERROR_PRINTER_DRIVER_IN_USE → const int
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE → const int
ERROR_PRINTER_DRIVER_WARNED → const int
ERROR_PRINTER_HAS_JOBS_QUEUED → const int
ERROR_PRINTER_NOT_FOUND → const int
ERROR_PRINTER_NOT_SHAREABLE → const int
ERROR_PRINTQ_FULL → const int
ERROR_PRIVATE_DIALOG_INDEX → const int
ERROR_PRIVILEGE_NOT_HELD → const int
ERROR_PROC_NOT_FOUND → const int
ERROR_PROCESS_ABORTED → const int
ERROR_PROCESS_IN_JOB → const int
ERROR_PROCESS_IS_PROTECTED → const int
ERROR_PROCESS_MODE_ALREADY_BACKGROUND → const int
ERROR_PROCESS_MODE_NOT_BACKGROUND → const int
ERROR_PROCESS_NOT_IN_JOB → const int
ERROR_PRODUCT_UNINSTALLED → const int
ERROR_PRODUCT_VERSION → const int
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE → const int
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE → const int
ERROR_PROFILE_NOT_FOUND → const int
ERROR_PROFILING_AT_LIMIT → const int
ERROR_PROFILING_NOT_STARTED → const int
ERROR_PROFILING_NOT_STOPPED → const int
ERROR_PROMOTION_ACTIVE → const int
ERROR_PROTOCOL_UNREACHABLE → const int
ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED → const WIN32_ERROR
ERROR_PWD_HISTORY_CONFLICT → const int
ERROR_PWD_TOO_LONG → const int
ERROR_PWD_TOO_RECENT → const int
ERROR_PWD_TOO_SHORT → const int
ERROR_QUERY_STORAGE_ERROR → const int
ERROR_QUORUM_DISK_NOT_FOUND → const int
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP → const int
ERROR_QUORUM_OWNER_ALIVE → const int
ERROR_QUORUM_RESOURCE → const int
ERROR_QUORUM_RESOURCE_ONLINE_FAILED → const int
ERROR_QUORUMLOG_OPEN_FAILED → const int
ERROR_QUOTA_ACTIVITY → const int
ERROR_QUOTA_LIST_INCONSISTENT → const int
ERROR_RANGE_LIST_CONFLICT → const int
ERROR_RANGE_NOT_FOUND → const int
ERROR_RDP_PROTOCOL_ERROR → const int
ERROR_READ_FAULT → const int
ERROR_REC_NON_EXISTENT → const int
ERROR_RECEIVE_EXPEDITED → const int
ERROR_RECEIVE_PARTIAL → const int
ERROR_RECEIVE_PARTIAL_EXPEDITED → const int
ERROR_RECOVERY_FAILURE → const int
ERROR_RECOVERY_FILE_CORRUPT → const int
ERROR_RECOVERY_NOT_NEEDED → const int
ERROR_REDIR_PAUSED → const int
ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED → const WIN32_ERROR
ERROR_REDIRECTOR_HAS_OPEN_HANDLES → const int
ERROR_REG_NAT_CONSUMPTION → const int
ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED → const WIN32_ERROR
ERROR_REGISTRY_CORRUPT → const int
ERROR_REGISTRY_HIVE_RECOVERED → const int
ERROR_REGISTRY_IO_FAILED → const int
ERROR_REGISTRY_QUOTA_LIMIT → const int
ERROR_REGISTRY_RECOVERED → const int
ERROR_RELOC_CHAIN_XEEDS_SEGLIM → const int
ERROR_REM_NOT_LIST → const int
ERROR_REMOTE_COMM_FAILURE → const int
ERROR_REMOTE_FILE_VERSION_MISMATCH → const int
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED → const int
ERROR_REMOTE_REQUEST_UNSUPPORTED → const int
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED → const int
ERROR_REMOTE_STORAGE_MEDIA_ERROR → const int
ERROR_REMOTE_STORAGE_NOT_ACTIVE → const int
ERROR_REMOVE_FAILED → const int
ERROR_REPARSE → const int
ERROR_REPARSE_ATTRIBUTE_CONFLICT → const int
ERROR_REPARSE_OBJECT → const int
ERROR_REPARSE_POINT_ENCOUNTERED → const int
ERROR_REPARSE_TAG_INVALID → const int
ERROR_REPARSE_TAG_MISMATCH → const int
ERROR_REPLY_MESSAGE_MISMATCH → const int
ERROR_REQ_NOT_ACCEP → const int
ERROR_REQUEST_ABORTED → const int
ERROR_REQUEST_OUT_OF_SEQUENCE → const int
ERROR_REQUEST_PAUSED → const int
ERROR_REQUEST_REFUSED → const int
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION → const int
ERROR_RESIDENT_FILE_NOT_SUPPORTED → const int
ERROR_RESILIENCY_FILE_CORRUPT → const int
ERROR_RESMON_CREATE_FAILED → const int
ERROR_RESMON_INVALID_STATE → const int
ERROR_RESMON_ONLINE_FAILED → const int
ERROR_RESMON_SYSTEM_RESOURCES_LACKING → const int
ERROR_RESOURCE_CALL_TIMED_OUT → const int
ERROR_RESOURCE_DATA_NOT_FOUND → const int
ERROR_RESOURCE_DISABLED → const int
ERROR_RESOURCE_ENUM_USER_STOP → const int
ERROR_RESOURCE_FAILED → const int
ERROR_RESOURCE_LANG_NOT_FOUND → const int
ERROR_RESOURCE_NAME_NOT_FOUND → const int
ERROR_RESOURCE_NOT_AVAILABLE → const int
ERROR_RESOURCE_NOT_FOUND → const int
ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE → const int
ERROR_RESOURCE_NOT_ONLINE → const int
ERROR_RESOURCE_NOT_PRESENT → const int
ERROR_RESOURCE_ONLINE → const int
ERROR_RESOURCE_PROPERTIES_STORED → const int
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE → const int
ERROR_RESOURCE_REQUIREMENTS_CHANGED → const int
ERROR_RESOURCE_TYPE_NOT_FOUND → const int
ERROR_RESOURCEMANAGER_NOT_FOUND → const int
ERROR_RESOURCEMANAGER_READ_ONLY → const int
ERROR_RESTART_APPLICATION → const int
ERROR_RESUME_HIBERNATION → const int
ERROR_RETRY → const int
ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT → const int
ERROR_REVISION_MISMATCH → const int
ERROR_RING2_STACK_IN_USE → const int
ERROR_RING2SEG_MUST_BE_MOVABLE → const int
ERROR_RM_ALREADY_STARTED → const int
ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT → const int
ERROR_RM_DISCONNECTED → const int
ERROR_RM_METADATA_CORRUPT → const int
ERROR_RM_NOT_ACTIVE → const int
ERROR_RMODE_APP → const int
ERROR_ROLLBACK_TIMER_EXPIRED → const int
ERROR_ROWSNOTRELEASED → const int
ERROR_RPL_NOT_ALLOWED → const int
ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT → const int
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS → const int
ERROR_RUNLEVEL_SWITCH_TIMEOUT → const int
ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED → const int
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET → const WIN32_ERROR
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE → const WIN32_ERROR
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER → const WIN32_ERROR
ERROR_RXACT_COMMIT_FAILURE → const int
ERROR_RXACT_COMMIT_NECESSARY → const int
ERROR_RXACT_COMMITTED → const int
ERROR_RXACT_INVALID_STATE → const int
ERROR_RXACT_STATE_CREATED → const int
ERROR_SAM_INIT_FAILURE → const int
ERROR_SAME_DRIVE → const int
ERROR_SCE_DISABLED → const int
ERROR_SCOPE_NOT_FOUND → const int
ERROR_SCREEN_ALREADY_LOCKED → const int
ERROR_SCRUB_DATA_DISABLED → const int
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED → const int
ERROR_SECRET_TOO_LONG → const int
ERROR_SECTION_DIRECT_MAP_ONLY → const int
ERROR_SECTION_NAME_TOO_LONG → const int
ERROR_SECTION_NOT_FOUND → const int
ERROR_SECTOR_NOT_FOUND → const int
ERROR_SECUREBOOT_FILE_REPLACED → const int
ERROR_SECUREBOOT_INVALID_POLICY → const int
ERROR_SECUREBOOT_NOT_BASE_POLICY → const int
ERROR_SECUREBOOT_NOT_ENABLED → const int
ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY → const int
ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH → const int
ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION → const WIN32_ERROR
ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED → const int
ERROR_SECUREBOOT_POLICY_NOT_SIGNED → const int
ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND → const int
ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED → const int
ERROR_SECUREBOOT_POLICY_UNKNOWN → const int
ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH → const int
ERROR_SECUREBOOT_POLICY_VIOLATION → const int
ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING → const WIN32_ERROR
ERROR_SECUREBOOT_ROLLBACK_DETECTED → const int
ERROR_SECURITY_DENIES_OPERATION → const int
ERROR_SECURITY_STREAM_IS_INCONSISTENT → const int
ERROR_SEEK → const int
ERROR_SEEK_ON_DEVICE → const int
ERROR_SEGMENT_NOTIFICATION → const int
ERROR_SEM_IS_SET → const int
ERROR_SEM_NOT_FOUND → const int
ERROR_SEM_OWNER_DIED → const int
ERROR_SEM_TIMEOUT → const int
ERROR_SEM_USER_LIMIT → const int
ERROR_SERIAL_NO_DEVICE → const int
ERROR_SERVER_DISABLED → const int
ERROR_SERVER_HAS_OPEN_HANDLES → const int
ERROR_SERVER_NOT_DISABLED → const int
ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1 → const int
ERROR_SERVER_SHUTDOWN_IN_PROGRESS → const int
ERROR_SERVER_SID_MISMATCH → const int
ERROR_SERVER_TRANSPORT_CONFLICT → const int
ERROR_SERVICE_ALREADY_RUNNING → const int
ERROR_SERVICE_CANNOT_ACCEPT_CTRL → const int
ERROR_SERVICE_DATABASE_LOCKED → const int
ERROR_SERVICE_DEPENDENCY_DELETED → const int
ERROR_SERVICE_DEPENDENCY_FAIL → const int
ERROR_SERVICE_DISABLED → const int
ERROR_SERVICE_DOES_NOT_EXIST → const int
ERROR_SERVICE_EXISTS → const int
ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE → const WIN32_ERROR
ERROR_SERVICE_LOGON_FAILED → const int
ERROR_SERVICE_MARKED_FOR_DELETE → const int
ERROR_SERVICE_NEVER_STARTED → const int
ERROR_SERVICE_NO_THREAD → const int
ERROR_SERVICE_NOT_ACTIVE → const int
ERROR_SERVICE_NOT_FOUND → const int
ERROR_SERVICE_NOT_IN_EXE → const int
ERROR_SERVICE_NOTIFICATION → const int
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING → const int
ERROR_SERVICE_REQUEST_TIMEOUT → const int
ERROR_SERVICE_SPECIFIC_ERROR → const int
ERROR_SERVICE_START_HANG → const int
ERROR_SERVICES_FAILED_AUTOSTART → const int
ERROR_SESSION_CREDENTIAL_CONFLICT → const int
ERROR_SESSION_KEY_TOO_SHORT → const int
ERROR_SET_CONTEXT_DENIED → const int
ERROR_SET_NOT_FOUND → const int
ERROR_SET_POWER_STATE_FAILED → const int
ERROR_SET_POWER_STATE_VETOED → const int
ERROR_SET_SYSTEM_RESTORE_POINT → const int
ERROR_SETCOUNT_ON_BAD_LB → const int
ERROR_SETMARK_DETECTED → const int
ERROR_SHARED_POLICY → const int
ERROR_SHARING_BUFFER_EXCEEDED → const int
ERROR_SHARING_PAUSED → const int
ERROR_SHARING_VIOLATION → const int
ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME → const int
ERROR_SHUTDOWN_CLUSTER → const int
ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE → const int
ERROR_SHUTDOWN_IN_PROGRESS → const int
ERROR_SHUTDOWN_IS_SCHEDULED → const int
ERROR_SHUTDOWN_USERS_LOGGED_ON → const int
ERROR_SIGNAL_PENDING → const int
ERROR_SIGNAL_REFUSED → const int
ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH → const int
ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE → const WIN32_ERROR
ERROR_SINGLE_INSTANCE_APP → const int
ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER → const WIN32_ERROR
ERROR_SMARTCARD_SUBSYSTEM_FAILURE → const int
ERROR_SMB1_NOT_AVAILABLE → const int
ERROR_SMB_GUEST_LOGON_BLOCKED → const int
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED → const int
ERROR_SMR_GARBAGE_COLLECTION_REQUIRED → const int
ERROR_SOME_NOT_MAPPED → const int
ERROR_SOURCE_ELEMENT_EMPTY → const int
ERROR_SPARSE_FILE_NOT_SUPPORTED → const int
ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION → const int
ERROR_SPECIAL_ACCOUNT → const int
ERROR_SPECIAL_GROUP → const int
ERROR_SPECIAL_USER → const int
ERROR_SPL_NO_ADDJOB → const int
ERROR_SPL_NO_STARTDOC → const int
ERROR_SPOOL_FILE_NOT_FOUND → const int
ERROR_SRC_SRV_DLL_LOAD_FAILED → const int
ERROR_STACK_BUFFER_OVERRUN → const int
ERROR_STACK_OVERFLOW → const int
ERROR_STACK_OVERFLOW_READ → const int
ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE → const WIN32_ERROR
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
ERROR_STATE_CREATE_CONTAINER_FAILED → const int
ERROR_STATE_DELETE_CONTAINER_FAILED → const int
ERROR_STATE_DELETE_SETTING_FAILED → const int
ERROR_STATE_ENUMERATE_CONTAINER_FAILED → const int
ERROR_STATE_ENUMERATE_SETTINGS_FAILED → const int
ERROR_STATE_GET_VERSION_FAILED → const int
ERROR_STATE_LOAD_STORE_FAILED → const int
ERROR_STATE_OPEN_CONTAINER_FAILED → const int
ERROR_STATE_QUERY_SETTING_FAILED → const int
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED → const int
ERROR_STATE_READ_SETTING_FAILED → const int
ERROR_STATE_SET_VERSION_FAILED → const int
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
ERROR_STATE_STRUCTURED_RESET_FAILED → const int
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED → const int
ERROR_STATE_WRITE_SETTING_FAILED → const int
ERROR_STATIC_INIT → const int
ERROR_STORAGE_LOST_DATA_PERSISTENCE → const int
ERROR_STORAGE_RESERVE_ALREADY_EXISTS → const int
ERROR_STORAGE_RESERVE_DOES_NOT_EXIST → const int
ERROR_STORAGE_RESERVE_ID_INVALID → const int
ERROR_STORAGE_RESERVE_NOT_EMPTY → const int
ERROR_STORAGE_STACK_ACCESS_DENIED → const int
ERROR_STORAGE_TOPOLOGY_ID_MISMATCH → const int
ERROR_STREAM_MINIVERSION_NOT_FOUND → const int
ERROR_STREAM_MINIVERSION_NOT_VALID → const int
ERROR_STRICT_CFG_VIOLATION → const int
ERROR_SUBST_TO_JOIN → const int
ERROR_SUBST_TO_SUBST → const int
ERROR_SUCCESS → const int
ERROR_SUCCESS_REBOOT_INITIATED → const int
ERROR_SUCCESS_REBOOT_REQUIRED → const int
ERROR_SUCCESS_RESTART_REQUIRED → const int
ERROR_SWAPERROR → const int
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED → const int
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT → const int
ERROR_SXS_ASSEMBLY_MISSING → const int
ERROR_SXS_ASSEMBLY_NOT_FOUND → const int
ERROR_SXS_ASSEMBLY_NOT_LOCKED → const int
ERROR_SXS_CANT_GEN_ACTCTX → const int
ERROR_SXS_COMPONENT_STORE_CORRUPT → const int
ERROR_SXS_CORRUPT_ACTIVATION_STACK → const int
ERROR_SXS_CORRUPTION → const int
ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS → const int
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME → const int
ERROR_SXS_DUPLICATE_CLSID → const int
ERROR_SXS_DUPLICATE_DLL_NAME → const int
ERROR_SXS_DUPLICATE_IID → const int
ERROR_SXS_DUPLICATE_PROGID → const int
ERROR_SXS_DUPLICATE_TLBID → const int
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME → const int
ERROR_SXS_EARLY_DEACTIVATION → const int
ERROR_SXS_FILE_HASH_MISMATCH → const int
ERROR_SXS_FILE_HASH_MISSING → const int
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY → const int
ERROR_SXS_IDENTITIES_DIFFERENT → const int
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE → const int
ERROR_SXS_IDENTITY_PARSE_ERROR → const int
ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN → const int
ERROR_SXS_INVALID_ACTCTXDATA_FORMAT → const int
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE → const WIN32_ERROR
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME → const WIN32_ERROR
ERROR_SXS_INVALID_DEACTIVATION → const int
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME → const int
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE → const int
ERROR_SXS_INVALID_XML_NAMESPACE_URI → const int
ERROR_SXS_KEY_NOT_FOUND → const int
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED → const WIN32_ERROR
ERROR_SXS_MANIFEST_FORMAT_ERROR → const int
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT → const WIN32_ERROR
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE → const WIN32_ERROR
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE → const WIN32_ERROR
ERROR_SXS_MANIFEST_PARSE_ERROR → const int
ERROR_SXS_MANIFEST_TOO_BIG → const int
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE → const WIN32_ERROR
ERROR_SXS_MULTIPLE_DEACTIVATION → const int
ERROR_SXS_POLICY_PARSE_ERROR → const int
ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT → const WIN32_ERROR
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET → const int
ERROR_SXS_PROCESS_TERMINATION_REQUESTED → const int
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING → const int
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID → const int
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT → const int
ERROR_SXS_PROTECTION_RECOVERY_FAILED → const int
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT → const int
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED → const WIN32_ERROR
ERROR_SXS_SECTION_NOT_FOUND → const int
ERROR_SXS_SETTING_NOT_REGISTERED → const int
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY → const WIN32_ERROR
ERROR_SXS_THREAD_QUERIES_DISABLED → const int
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE → const int
ERROR_SXS_UNKNOWN_ENCODING → const int
ERROR_SXS_UNKNOWN_ENCODING_GROUP → const int
ERROR_SXS_UNTRANSLATABLE_HRESULT → const int
ERROR_SXS_VERSION_CONFLICT → const int
ERROR_SXS_WRONG_SECTION_TYPE → const int
ERROR_SXS_XML_E_BADCHARDATA → const int
ERROR_SXS_XML_E_BADCHARINSTRING → const int
ERROR_SXS_XML_E_BADNAMECHAR → const int
ERROR_SXS_XML_E_BADPEREFINSUBSET → const int
ERROR_SXS_XML_E_BADSTARTNAMECHAR → const int
ERROR_SXS_XML_E_BADXMLCASE → const int
ERROR_SXS_XML_E_BADXMLDECL → const int
ERROR_SXS_XML_E_COMMENTSYNTAX → const int
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE → const int
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE → const int
ERROR_SXS_XML_E_EXPECTINGTAGEND → const int
ERROR_SXS_XML_E_INCOMPLETE_ENCODING → const int
ERROR_SXS_XML_E_INTERNALERROR → const int
ERROR_SXS_XML_E_INVALID_DECIMAL → const int
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL → const int
ERROR_SXS_XML_E_INVALID_STANDALONE → const int
ERROR_SXS_XML_E_INVALID_UNICODE → const int
ERROR_SXS_XML_E_INVALID_VERSION → const int
ERROR_SXS_XML_E_INVALIDATROOTLEVEL → const int
ERROR_SXS_XML_E_INVALIDENCODING → const int
ERROR_SXS_XML_E_INVALIDSWITCH → const int
ERROR_SXS_XML_E_MISSING_PAREN → const int
ERROR_SXS_XML_E_MISSINGEQUALS → const int
ERROR_SXS_XML_E_MISSINGQUOTE → const int
ERROR_SXS_XML_E_MISSINGROOT → const int
ERROR_SXS_XML_E_MISSINGSEMICOLON → const int
ERROR_SXS_XML_E_MISSINGWHITESPACE → const int
ERROR_SXS_XML_E_MULTIPLE_COLONS → const int
ERROR_SXS_XML_E_MULTIPLEROOTS → const int
ERROR_SXS_XML_E_RESERVEDNAMESPACE → const int
ERROR_SXS_XML_E_UNBALANCEDPAREN → const int
ERROR_SXS_XML_E_UNCLOSEDCDATA → const int
ERROR_SXS_XML_E_UNCLOSEDCOMMENT → const int
ERROR_SXS_XML_E_UNCLOSEDDECL → const int
ERROR_SXS_XML_E_UNCLOSEDENDTAG → const int
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG → const int
ERROR_SXS_XML_E_UNCLOSEDSTRING → const int
ERROR_SXS_XML_E_UNCLOSEDTAG → const int
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE → const int
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE → const int
ERROR_SXS_XML_E_UNEXPECTEDENDTAG → const int
ERROR_SXS_XML_E_UNEXPECTEDEOF → const int
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK → const int
ERROR_SXS_XML_E_XMLDECLSYNTAX → const int
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED → const int
ERROR_SYNCHRONIZATION_REQUIRED → const int
ERROR_SYSTEM_DEVICE_NOT_FOUND → const int
ERROR_SYSTEM_HIVE_TOO_LARGE → const int
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE → const int
ERROR_SYSTEM_INTEGRITY_INVALID_POLICY → const int
ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED → const int
ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION → const int
ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT → const WIN32_ERROR
ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE → const WIN32_ERROR
ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS → const int
ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE → const int
ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA → const int
ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE → const WIN32_ERROR
ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE → const WIN32_ERROR
ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED → const int
ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED → const WIN32_ERROR
ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES → const int
ERROR_SYSTEM_NEEDS_REMEDIATION → const int
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION → const int
ERROR_SYSTEM_POWERSTATE_TRANSITION → const int
ERROR_SYSTEM_PROCESS_TERMINATED → const int
ERROR_SYSTEM_SHUTDOWN → const int
ERROR_SYSTEM_TRACE → const int
ERROR_TAG_NOT_FOUND → const int
ERROR_TAG_NOT_PRESENT → const int
ERROR_THREAD_1_INACTIVE → const int
ERROR_THREAD_ALREADY_IN_TASK → const int
ERROR_THREAD_MODE_ALREADY_BACKGROUND → const int
ERROR_THREAD_MODE_NOT_BACKGROUND → const int
ERROR_THREAD_NOT_IN_PROCESS → const int
ERROR_THREAD_WAS_SUSPENDED → const int
ERROR_TIME_SENSITIVE_THREAD → const int
ERROR_TIME_SKEW → const int
ERROR_TIMEOUT → const int
ERROR_TIMER_NOT_CANCELED → const int
ERROR_TIMER_RESOLUTION_NOT_SET → const int
ERROR_TIMER_RESUME_IGNORED → const int
ERROR_TLW_WITH_WSCHILD → const int
ERROR_TM_IDENTITY_MISMATCH → const int
ERROR_TM_INITIALIZATION_FAILED → const int
ERROR_TM_VOLATILE → const int
ERROR_TOKEN_ALREADY_IN_USE → const int
ERROR_TOO_MANY_CMDS → const int
ERROR_TOO_MANY_CONTEXT_IDS → const int
ERROR_TOO_MANY_DESCRIPTORS → const int
ERROR_TOO_MANY_LUIDS_REQUESTED → const int
ERROR_TOO_MANY_MODULES → const int
ERROR_TOO_MANY_MUXWAITERS → const int
ERROR_TOO_MANY_NAMES → const int
ERROR_TOO_MANY_OPEN_FILES → const int
ERROR_TOO_MANY_POSTS → const int
ERROR_TOO_MANY_SECRETS → const int
ERROR_TOO_MANY_SEM_REQUESTS → const int
ERROR_TOO_MANY_SEMAPHORES → const int
ERROR_TOO_MANY_SESS → const int
ERROR_TOO_MANY_SIDS → const int
ERROR_TOO_MANY_TCBS → const int
ERROR_TOO_MANY_THREADS → const int
ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE → const int
ERROR_TRANSACTION_ALREADY_ABORTED → const int
ERROR_TRANSACTION_ALREADY_COMMITTED → const int
ERROR_TRANSACTION_FREEZE_IN_PROGRESS → const int
ERROR_TRANSACTION_INTEGRITY_VIOLATED → const int
ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER → const int
ERROR_TRANSACTION_MUST_WRITETHROUGH → const int
ERROR_TRANSACTION_NO_SUPERIOR → const int
ERROR_TRANSACTION_NOT_ACTIVE → const int
ERROR_TRANSACTION_NOT_ENLISTED → const int
ERROR_TRANSACTION_NOT_FOUND → const int
ERROR_TRANSACTION_NOT_JOINED → const int
ERROR_TRANSACTION_NOT_REQUESTED → const int
ERROR_TRANSACTION_NOT_ROOT → const int
ERROR_TRANSACTION_OBJECT_EXPIRED → const int
ERROR_TRANSACTION_PROPAGATION_FAILED → const int
ERROR_TRANSACTION_RECORD_TOO_LONG → const int
ERROR_TRANSACTION_REQUEST_NOT_VALID → const int
ERROR_TRANSACTION_REQUIRED_PROMOTION → const int
ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED → const int
ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET → const int
ERROR_TRANSACTION_SUPERIOR_EXISTS → const int
ERROR_TRANSACTIONAL_CONFLICT → const int
ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED → const int
ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH → const int
ERROR_TRANSACTIONMANAGER_NOT_FOUND → const int
ERROR_TRANSACTIONMANAGER_NOT_ONLINE → const int
ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION → const WIN32_ERROR
ERROR_TRANSACTIONS_NOT_FROZEN → const int
ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE → const int
ERROR_TRANSFORM_NOT_SUPPORTED → const int
ERROR_TRANSLATION_COMPLETE → const int
ERROR_TRANSPORT_FULL → const int
ERROR_TRUST_FAILURE → const int
ERROR_TRUSTED_DOMAIN_FAILURE → const int
ERROR_TRUSTED_RELATIONSHIP_FAILURE → const int
ERROR_TS_INCOMPATIBLE_SESSIONS → const int
ERROR_TS_VIDEO_SUBSYSTEM_ERROR → const int
ERROR_TXF_ATTRIBUTE_CORRUPT → const int
ERROR_TXF_DIR_NOT_EMPTY → const int
ERROR_TXF_METADATA_ALREADY_PRESENT → const int
ERROR_UNABLE_TO_CLEAN → const int
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA → const int
ERROR_UNABLE_TO_INVENTORY_DRIVE → const int
ERROR_UNABLE_TO_INVENTORY_SLOT → const int
ERROR_UNABLE_TO_INVENTORY_TRANSPORT → const int
ERROR_UNABLE_TO_LOAD_MEDIUM → const int
ERROR_UNABLE_TO_LOCK_MEDIA → const int
ERROR_UNABLE_TO_MOVE_REPLACEMENT → const int
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 → const int
ERROR_UNABLE_TO_REMOVE_REPLACED → const int
ERROR_UNABLE_TO_UNLOAD_MEDIA → const int
ERROR_UNDEFINED_CHARACTER → const int
ERROR_UNDEFINED_SCOPE → const int
ERROR_UNEXP_NET_ERR → const int
ERROR_UNEXPECTED_MM_CREATE_ERR → const int
ERROR_UNEXPECTED_MM_EXTEND_ERR → const int
ERROR_UNEXPECTED_MM_MAP_ERROR → const int
ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR → const int
ERROR_UNEXPECTED_OMID → const int
ERROR_UNHANDLED_EXCEPTION → const int
ERROR_UNIDENTIFIED_ERROR → const int
ERROR_UNKNOWN_COMPONENT → const int
ERROR_UNKNOWN_EXCEPTION → const int
ERROR_UNKNOWN_FEATURE → const int
ERROR_UNKNOWN_PATCH → const int
ERROR_UNKNOWN_PORT → const int
ERROR_UNKNOWN_PRINT_MONITOR → const int
ERROR_UNKNOWN_PRINTER_DRIVER → const int
ERROR_UNKNOWN_PRINTPROCESSOR → const int
ERROR_UNKNOWN_PRODUCT → const int
ERROR_UNKNOWN_PROPERTY → const int
ERROR_UNKNOWN_REVISION → const int
ERROR_UNMAPPED_SUBSTITUTION_STRING → const int
ERROR_UNRECOGNIZED_MEDIA → const int
ERROR_UNRECOGNIZED_VOLUME → const int
ERROR_UNRECOVERABLE_STACK_OVERFLOW → const int
ERROR_UNSATISFIED_DEPENDENCIES → const int
ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT → const int
ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE → const WIN32_ERROR
ERROR_UNSUPPORTED_COMPRESSION → const int
ERROR_UNSUPPORTED_TYPE → const int
ERROR_UNTRUSTED_MOUNT_POINT → const int
ERROR_UNWIND → const int
ERROR_UNWIND_CONSOLIDATE → const int
ERROR_USER_APC → const int
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED → const int
ERROR_USER_EXISTS → const int
ERROR_USER_MAPPED_FILE → const int
ERROR_USER_PROFILE_LOAD → const int
ERROR_VALIDATE_CONTINUE → const int
ERROR_VC_DISCONNECTED → const int
ERROR_VDM_DISALLOWED → const int
ERROR_VDM_HARD_ERROR → const int
ERROR_VERIFIER_STOP → const int
ERROR_VERSION_PARSE_ERROR → const int
ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE → const WIN32_ERROR
ERROR_VHD_BITMAP_MISMATCH → const int
ERROR_VHD_BLOCK_ALLOCATION_FAILURE → const int
ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT → const WIN32_ERROR
ERROR_VHD_CHANGE_TRACKING_DISABLED → const int
ERROR_VHD_CHILD_PARENT_ID_MISMATCH → const int
ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH → const int
ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH → const WIN32_ERROR
ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE → const WIN32_ERROR
ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED → const WIN32_ERROR
ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT → const WIN32_ERROR
ERROR_VHD_FORMAT_UNKNOWN → const int
ERROR_VHD_FORMAT_UNSUPPORTED_VERSION → const int
ERROR_VHD_INVALID_BLOCK_SIZE → const int
ERROR_VHD_INVALID_CHANGE_TRACKING_ID → const int
ERROR_VHD_INVALID_FILE_SIZE → const int
ERROR_VHD_INVALID_SIZE → const int
ERROR_VHD_INVALID_STATE → const int
ERROR_VHD_INVALID_TYPE → const int
ERROR_VHD_METADATA_FULL → const int
ERROR_VHD_METADATA_READ_FAILURE → const int
ERROR_VHD_METADATA_WRITE_FAILURE → const int
ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION → const WIN32_ERROR
ERROR_VHD_PARENT_VHD_ACCESS_DENIED → const int
ERROR_VHD_PARENT_VHD_NOT_FOUND → const int
ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA → const int
ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH → const WIN32_ERROR
ERROR_VHD_SPARSE_HEADER_CORRUPT → const int
ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION → const WIN32_ERROR
ERROR_VHD_UNEXPECTED_ID → const int
ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED → const int
ERROR_VID_DUPLICATE_HANDLER → const int
ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT → const WIN32_ERROR
ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT → const int
ERROR_VID_HANDLER_NOT_PRESENT → const int
ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT → const WIN32_ERROR
ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER → const WIN32_ERROR
ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE → const WIN32_ERROR
ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW → const WIN32_ERROR
ERROR_VID_INVALID_CHILD_GPA_PAGE_SET → const int
ERROR_VID_INVALID_GPA_RANGE_HANDLE → const int
ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE → const int
ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE → const int
ERROR_VID_INVALID_NUMA_NODE_INDEX → const int
ERROR_VID_INVALID_NUMA_SETTINGS → const int
ERROR_VID_INVALID_OBJECT_NAME → const int
ERROR_VID_INVALID_PPM_HANDLE → const int
ERROR_VID_INVALID_PROCESSOR_STATE → const int
ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED → const WIN32_ERROR
ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET → const WIN32_ERROR
ERROR_VID_MB_STILL_REFERENCED → const int
ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE → const WIN32_ERROR
ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT → const int
ERROR_VID_MBPS_ARE_LOCKED → const int
ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED → const WIN32_ERROR
ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED → const int
ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS → const int
ERROR_VID_MESSAGE_QUEUE_CLOSED → const int
ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG → const int
ERROR_VID_MMIO_RANGE_DESTROYED → const int
ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE → const WIN32_ERROR
ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED → const WIN32_ERROR
ERROR_VID_PAGE_RANGE_OVERFLOW → const int
ERROR_VID_PARTITION_ALREADY_EXISTS → const int
ERROR_VID_PARTITION_DOES_NOT_EXIST → const int
ERROR_VID_PARTITION_NAME_NOT_FOUND → const int
ERROR_VID_PARTITION_NAME_TOO_LONG → const int
ERROR_VID_PROCESS_ALREADY_SET → const int
ERROR_VID_QUEUE_FULL → const int
ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED → const WIN32_ERROR
ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED → const WIN32_ERROR
ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL → const int
ERROR_VID_SAVED_STATE_CORRUPT → const int
ERROR_VID_SAVED_STATE_INCOMPATIBLE → const int
ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM → const WIN32_ERROR
ERROR_VID_STOP_PENDING → const int
ERROR_VID_TOO_MANY_HANDLERS → const int
ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED → const WIN32_ERROR
ERROR_VID_VTL_ACCESS_DENIED → const int
ERROR_VIRTDISK_DISK_ALREADY_OWNED → const int
ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE → const WIN32_ERROR
ERROR_VIRTDISK_NOT_VIRTUAL_DISK → const int
ERROR_VIRTDISK_PROVIDER_NOT_FOUND → const int
ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE → const WIN32_ERROR
ERROR_VIRTUAL_DISK_LIMITATION → const int
ERROR_VIRUS_DELETED → const int
ERROR_VIRUS_INFECTED → const int
ERROR_VMCOMPUTE_CONNECT_FAILED → const int
ERROR_VMCOMPUTE_CONNECTION_CLOSED → const int
ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED → const int
ERROR_VMCOMPUTE_IMAGE_MISMATCH → const int
ERROR_VMCOMPUTE_INVALID_JSON → const int
ERROR_VMCOMPUTE_INVALID_LAYER → const int
ERROR_VMCOMPUTE_INVALID_STATE → const int
ERROR_VMCOMPUTE_OPERATION_PENDING → const int
ERROR_VMCOMPUTE_PROTOCOL_ERROR → const int
ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS → const int
ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED → const int
ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND → const int
ERROR_VMCOMPUTE_TERMINATED → const int
ERROR_VMCOMPUTE_TERMINATED_DURING_START → const WIN32_ERROR
ERROR_VMCOMPUTE_TIMEOUT → const int
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS → const int
ERROR_VMCOMPUTE_UNEXPECTED_EXIT → const int
ERROR_VMCOMPUTE_UNKNOWN_MESSAGE → const int
ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION → const WIN32_ERROR
ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED → const WIN32_ERROR
ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND → const WIN32_ERROR
ERROR_VOLMGR_ALL_DISKS_FAILED → const int
ERROR_VOLMGR_BAD_BOOT_DISK → const int
ERROR_VOLMGR_DATABASE_FULL → const int
ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE → const int
ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED → const WIN32_ERROR
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC → const WIN32_ERROR
ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME → const WIN32_ERROR
ERROR_VOLMGR_DISK_DUPLICATE → const int
ERROR_VOLMGR_DISK_DYNAMIC → const int
ERROR_VOLMGR_DISK_ID_INVALID → const int
ERROR_VOLMGR_DISK_INVALID → const int
ERROR_VOLMGR_DISK_LAST_VOTER → const int
ERROR_VOLMGR_DISK_LAYOUT_INVALID → const int
ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS → const WIN32_ERROR
ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED → const WIN32_ERROR
ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL → const WIN32_ERROR
ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS → const WIN32_ERROR
ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS → const WIN32_ERROR
ERROR_VOLMGR_DISK_MISSING → const int
ERROR_VOLMGR_DISK_NOT_EMPTY → const int
ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE → const int
ERROR_VOLMGR_DISK_REVECTORING_FAILED → const int
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID → const int
ERROR_VOLMGR_DISK_SET_NOT_CONTAINED → const int
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS → const WIN32_ERROR
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES → const WIN32_ERROR
ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED → const WIN32_ERROR
ERROR_VOLMGR_EXTENT_ALREADY_USED → const int
ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS → const int
ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION → const WIN32_ERROR
ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED → const int
ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION → const WIN32_ERROR
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH → const WIN32_ERROR
ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED → const WIN32_ERROR
ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION → const int
ERROR_VOLMGR_INCOMPLETE_REGENERATION → const int
ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID → const int
ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS → const int
ERROR_VOLMGR_MEMBER_IN_SYNC → const int
ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE → const int
ERROR_VOLMGR_MEMBER_INDEX_INVALID → const int
ERROR_VOLMGR_MEMBER_MISSING → const int
ERROR_VOLMGR_MEMBER_NOT_DETACHED → const int
ERROR_VOLMGR_MEMBER_REGENERATING → const int
ERROR_VOLMGR_MIRROR_NOT_SUPPORTED → const int
ERROR_VOLMGR_NO_REGISTERED_USERS → const int
ERROR_VOLMGR_NO_SUCH_USER → const int
ERROR_VOLMGR_NO_VALID_LOG_COPIES → const int
ERROR_VOLMGR_NOT_PRIMARY_PACK → const int
ERROR_VOLMGR_NOTIFICATION_RESET → const int
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID → const WIN32_ERROR
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID → const WIN32_ERROR
ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID → const int
ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID → const int
ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID → const int
ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID → const int
ERROR_VOLMGR_PACK_CONFIG_OFFLINE → const int
ERROR_VOLMGR_PACK_CONFIG_ONLINE → const int
ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED → const int
ERROR_VOLMGR_PACK_DUPLICATE → const int
ERROR_VOLMGR_PACK_HAS_QUORUM → const int
ERROR_VOLMGR_PACK_ID_INVALID → const int
ERROR_VOLMGR_PACK_INVALID → const int
ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED → const int
ERROR_VOLMGR_PACK_NAME_INVALID → const int
ERROR_VOLMGR_PACK_OFFLINE → const int
ERROR_VOLMGR_PACK_WITHOUT_QUORUM → const int
ERROR_VOLMGR_PARTITION_STYLE_INVALID → const int
ERROR_VOLMGR_PARTITION_UPDATE_FAILED → const int
ERROR_VOLMGR_PLEX_IN_SYNC → const int
ERROR_VOLMGR_PLEX_INDEX_DUPLICATE → const int
ERROR_VOLMGR_PLEX_INDEX_INVALID → const int
ERROR_VOLMGR_PLEX_LAST_ACTIVE → const int
ERROR_VOLMGR_PLEX_MISSING → const int
ERROR_VOLMGR_PLEX_NOT_RAID5 → const int
ERROR_VOLMGR_PLEX_NOT_SIMPLE → const int
ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED → const int
ERROR_VOLMGR_PLEX_REGENERATING → const int
ERROR_VOLMGR_PLEX_TYPE_INVALID → const int
ERROR_VOLMGR_PRIMARY_PACK_PRESENT → const int
ERROR_VOLMGR_RAID5_NOT_SUPPORTED → const int
ERROR_VOLMGR_STRUCTURE_SIZE_INVALID → const int
ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS → const WIN32_ERROR
ERROR_VOLMGR_TRANSACTION_IN_PROGRESS → const int
ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE → const WIN32_ERROR
ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK → const WIN32_ERROR
ERROR_VOLMGR_VOLUME_ID_INVALID → const int
ERROR_VOLMGR_VOLUME_LENGTH_INVALID → const int
ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE → const WIN32_ERROR
ERROR_VOLMGR_VOLUME_MIRRORED → const int
ERROR_VOLMGR_VOLUME_NOT_MIRRORED → const int
ERROR_VOLMGR_VOLUME_NOT_RETAINED → const int
ERROR_VOLMGR_VOLUME_OFFLINE → const int
ERROR_VOLMGR_VOLUME_RETAINED → const int
ERROR_VOLSNAP_HIBERNATE_READY → const int
ERROR_VOLSNAP_PREPARE_HIBERNATE → const int
ERROR_VOLUME_CONTAINS_SYS_FILES → const int
ERROR_VOLUME_DIRTY → const int
ERROR_VOLUME_MOUNTED → const int
ERROR_VOLUME_NOT_CLUSTER_ALIGNED → const int
ERROR_VOLUME_NOT_SIS_ENABLED → const int
ERROR_VOLUME_NOT_SUPPORT_EFS → const int
ERROR_VOLUME_NOT_SUPPORTED → const int
ERROR_VOLUME_UPGRADE_DISABLED → const int
ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED → const WIN32_ERROR
ERROR_VOLUME_UPGRADE_NOT_NEEDED → const int
ERROR_VOLUME_UPGRADE_PENDING → const int
ERROR_VOLUME_WRITE_ACCESS_DENIED → const int
ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED → const int
ERROR_VRF_VOLATILE_NMI_REGISTERED → const int
ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM → const int
ERROR_VRF_VOLATILE_NOT_STOPPABLE → const int
ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS → const int
ERROR_VRF_VOLATILE_PROTECTED_DRIVER → const int
ERROR_VRF_VOLATILE_SAFE_MODE → const int
ERROR_VRF_VOLATILE_SETTINGS_CONFLICT → const int
ERROR_VSM_DMA_PROTECTION_NOT_IN_USE → const int
ERROR_VSM_NOT_INITIALIZED → const int
ERROR_VSMB_SAVED_STATE_CORRUPT → const int
ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND → const int
ERROR_WAIT_1 → const int
ERROR_WAIT_2 → const int
ERROR_WAIT_3 → const int
ERROR_WAIT_63 → const int
ERROR_WAIT_FOR_OPLOCK → const int
ERROR_WAIT_NO_CHILDREN → const int
ERROR_WAKE_SYSTEM → const int
ERROR_WAKE_SYSTEM_DEBUGGER → const int
ERROR_WAS_LOCKED → const int
ERROR_WAS_UNLOCKED → const int
ERROR_WEAK_WHFBKEY_BLOCKED → const int
ERROR_WINDOW_NOT_COMBOBOX → const int
ERROR_WINDOW_NOT_DIALOG → const int
ERROR_WINDOW_OF_OTHER_THREAD → const int
ERROR_WINS_INTERNAL → const int
ERROR_WIP_ENCRYPTION_FAILED → const int
ERROR_WMI_ALREADY_DISABLED → const int
ERROR_WMI_ALREADY_ENABLED → const int
ERROR_WMI_DP_FAILED → const int
ERROR_WMI_DP_NOT_FOUND → const int
ERROR_WMI_GUID_DISCONNECTED → const int
ERROR_WMI_GUID_NOT_FOUND → const int
ERROR_WMI_INSTANCE_NOT_FOUND → const int
ERROR_WMI_INVALID_MOF → const int
ERROR_WMI_INVALID_REGINFO → const int
ERROR_WMI_ITEMID_NOT_FOUND → const int
ERROR_WMI_READ_ONLY → const int
ERROR_WMI_SERVER_UNAVAILABLE → const int
ERROR_WMI_SET_FAILURE → const int
ERROR_WMI_TRY_AGAIN → const int
ERROR_WMI_UNRESOLVED_INSTANCE_REF → const int
ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT → const int
ERROR_WOF_WIM_HEADER_CORRUPT → const int
ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT → const int
ERROR_WORKING_SET_QUOTA → const int
ERROR_WOW_ASSERTION → const int
ERROR_WRITE_FAULT → const int
ERROR_WRITE_PROTECT → const int
ERROR_WRONG_COMPARTMENT → const int
ERROR_WRONG_DISK → const int
ERROR_WRONG_EFS → const int
ERROR_WRONG_INF_STYLE → const int
ERROR_WRONG_INF_TYPE → const int
ERROR_WRONG_PASSWORD → const int
ERROR_WRONG_TARGET_NAME → const int
ERROR_WX86_ERROR → const int
ERROR_WX86_WARNING → const int
ERROR_XML_ENCODING_MISMATCH → const int
ERROR_XML_PARSE_ERROR → const int
ERROR_XMLDSIG_ERROR → const int
NO_ERROR → const int