indexing
	description: "Windows error messages in human-readable form."
	legal: "See notice at end of class."
	status: "See notice at end of class."
	note: "Automatically generated from WinError.h"

class interface
	WEL_WINDOWS_ERROR_MESSAGES

create 
	default_create
			-- Process instances of classes with no creation clause.
			-- (Default: do nothing.)
			-- (from ANY)

feature -- Access

	dns_error_autozone_already_exists_text: STRING_8 is "DNS automatic zone already exists."

	dns_error_autozone_already_exists_value: INTEGER_32 is 9610

	dns_error_axfr_text: STRING_8 is "DNS zone transfer failed."

	dns_error_axfr_value: INTEGER_32 is 9752

	dns_error_bad_packet_text: STRING_8 is "Bad DNS packet."

	dns_error_bad_packet_value: INTEGER_32 is 9502

	dns_error_cname_collision_text: STRING_8 is "A CNAME record already exists for given name."

	dns_error_cname_collision_value: INTEGER_32 is 9709

	dns_error_cname_loop_text: STRING_8 is "CNAME loop detected."

	dns_error_cname_loop_value: INTEGER_32 is 9707

	dns_error_datafile_open_failure_text: STRING_8 is "Failed to open datafile for DNS zone."

	dns_error_datafile_open_failure_value: INTEGER_32 is 9653

	dns_error_datafile_parsing_text: STRING_8 is "Failure while reading datafile for DNS zone."

	dns_error_datafile_parsing_value: INTEGER_32 is 9655

	dns_error_ds_unavailable_text: STRING_8 is "The directory service is unavailable."

	dns_error_ds_unavailable_value: INTEGER_32 is 9717

	dns_error_ds_zone_already_exists_text: STRING_8 is "DNS zone already exists in the directory service."

	dns_error_ds_zone_already_exists_value: INTEGER_32 is 9718

	dns_error_file_writeback_failed_text: STRING_8 is "Failed to write datafile for DNS zone."

	dns_error_file_writeback_failed_value: INTEGER_32 is 9654

	dns_error_invalid_datafile_name_text: STRING_8 is "Invalid datafile name for DNS zone."

	dns_error_invalid_datafile_name_value: INTEGER_32 is 9652

	dns_error_invalid_ip_address_text: STRING_8 is "Invalid IP address."

	dns_error_invalid_ip_address_value: INTEGER_32 is 9552

	dns_error_invalid_name_char_text: STRING_8 is "DNS name contains an invalid character."

	dns_error_invalid_name_char_value: INTEGER_32 is 9560

	dns_error_invalid_property_text: STRING_8 is "Invalid property."

	dns_error_invalid_property_value: INTEGER_32 is 9553

	dns_error_invalid_type_text: STRING_8 is "Invalid DNS type."

	dns_error_invalid_type_value: INTEGER_32 is 9551

	dns_error_invalid_zone_operation_text: STRING_8 is "Invalid operation for DNS zone."

	dns_error_invalid_zone_operation_value: INTEGER_32 is 9603

	dns_error_invalid_zone_type_text: STRING_8 is "Invalid DNS zone type."

	dns_error_invalid_zone_type_value: INTEGER_32 is 9611

	dns_error_name_does_not_exist_text: STRING_8 is "DNS name does not exist."

	dns_error_name_does_not_exist_value: INTEGER_32 is 9714

	dns_error_name_not_in_zone_text: STRING_8 is "Name not in DNS zone."

	dns_error_name_not_in_zone_value: INTEGER_32 is 9706

	dns_error_nbstat_init_failed_text: STRING_8 is "NBTSTAT initialization call failed."

	dns_error_nbstat_init_failed_value: INTEGER_32 is 9617

	dns_error_need_secondary_addresses_text: STRING_8 is "Need secondary IP address."

	dns_error_need_secondary_addresses_value: INTEGER_32 is 9614

	dns_error_need_wins_servers_text: STRING_8 is "Need WINS servers."

	dns_error_need_wins_servers_value: INTEGER_32 is 9616

	dns_error_no_bootfile_if_ds_zone_text: STRING_8 is "DNS server not creating or reading the boot file for the directory service integrated DNS zone."

	dns_error_no_bootfile_if_ds_zone_value: INTEGER_32 is 9719

	dns_error_no_create_cache_data_text: STRING_8 is "Could not create DNS cache data."

	dns_error_no_create_cache_data_value: INTEGER_32 is 9713

	dns_error_no_dns_servers_text: STRING_8 is "No DNS servers configured for local system."

	dns_error_no_dns_servers_value: INTEGER_32 is 9852

	dns_error_no_packet_text: STRING_8 is "No DNS packet."

	dns_error_no_packet_value: INTEGER_32 is 9503

	dns_error_no_tcpip_text: STRING_8 is "TCP/IP network protocol not installed."

	dns_error_no_tcpip_value: INTEGER_32 is 9851

	dns_error_no_zone_info_text: STRING_8 is "DNS zone information not available."

	dns_error_no_zone_info_value: INTEGER_32 is 9602

	dns_error_node_creation_failed_text: STRING_8 is "Node creation failure in DNS."

	dns_error_node_creation_failed_value: INTEGER_32 is 9703

	dns_error_node_is_cname_text: STRING_8 is "Node is a CNAME DNS record."

	dns_error_node_is_cname_value: INTEGER_32 is 9708

	dns_error_non_rfc_name_text: STRING_8 is "DNS name does not comply with RFC specifications."

	dns_error_non_rfc_name_value: INTEGER_32 is 9556

	dns_error_not_unique_text: STRING_8 is "Record for given name and type is not unique."

	dns_error_not_unique_value: INTEGER_32 is 9555

	dns_error_numeric_name_text: STRING_8 is "DNS name is entirely numeric."

	dns_error_numeric_name_value: INTEGER_32 is 9561

	dns_error_primary_requires_datafile_text: STRING_8 is "Primary DNS zone requires datafile."

	dns_error_primary_requires_datafile_value: INTEGER_32 is 9651

	dns_error_rcode_badkey_text: STRING_8 is "DNS bad key."

	dns_error_rcode_badkey_value: INTEGER_32 is 9017

	dns_error_rcode_badsig_text: STRING_8 is "DNS signature failed to verify."

	dns_error_rcode_badsig_value: INTEGER_32 is 9016

	dns_error_rcode_badtime_text: STRING_8 is "DNS signature validity expired."

	dns_error_rcode_badtime_value: INTEGER_32 is 9018

	dns_error_rcode_format_error_text: STRING_8 is "DNS server unable to interpret format."

	dns_error_rcode_format_error_value: INTEGER_32 is 9001

	dns_error_rcode_name_error_text: STRING_8 is "DNS name does not exist."

	dns_error_rcode_name_error_value: INTEGER_32 is 9003

	dns_error_rcode_not_implemented_text: STRING_8 is "DNS request not supported by name server."

	dns_error_rcode_not_implemented_value: INTEGER_32 is 9004

	dns_error_rcode_notauth_text: STRING_8 is "DNS server not authoritative for zone."

	dns_error_rcode_notauth_value: INTEGER_32 is 9009

	dns_error_rcode_notzone_text: STRING_8 is "DNS name in update or prereq is not in zone."

	dns_error_rcode_notzone_value: INTEGER_32 is 9010

	dns_error_rcode_nxrrset_text: STRING_8 is "DNS RR set that ought to exist, does not exist."

	dns_error_rcode_nxrrset_value: INTEGER_32 is 9008

	dns_error_rcode_refused_text: STRING_8 is "DNS operation refused."

	dns_error_rcode_refused_value: INTEGER_32 is 9005

	dns_error_rcode_server_failure_text: STRING_8 is "DNS server failure."

	dns_error_rcode_server_failure_value: INTEGER_32 is 9002

	dns_error_rcode_text: STRING_8 is "DNS error, check rcode."

	dns_error_rcode_value: INTEGER_32 is 9504

	dns_error_rcode_yxdomain_text: STRING_8 is "DNS name that ought not exist, does exist."

	dns_error_rcode_yxdomain_value: INTEGER_32 is 9006

	dns_error_rcode_yxrrset_text: STRING_8 is "DNS RR set that ought not exist, does exist."

	dns_error_rcode_yxrrset_value: INTEGER_32 is 9007

	dns_error_record_already_exists_text: STRING_8 is "DNS record already exists."

	dns_error_record_already_exists_value: INTEGER_32 is 9711

	dns_error_record_does_not_exist_text: STRING_8 is "DNS record does not exist."

	dns_error_record_does_not_exist_value: INTEGER_32 is 9701

	dns_error_record_format_text: STRING_8 is "DNS record format error."

	dns_error_record_format_value: INTEGER_32 is 9702

	dns_error_record_only_at_zone_root_text: STRING_8 is "Record only at DNS zone root."

	dns_error_record_only_at_zone_root_value: INTEGER_32 is 9710

	dns_error_record_timed_out_text: STRING_8 is "DNS record timed out."

	dns_error_record_timed_out_value: INTEGER_32 is 9705

	dns_error_secondary_data_text: STRING_8 is "Secondary DNS zone data error."

	dns_error_secondary_data_value: INTEGER_32 is 9712

	dns_error_secondary_requires_master_ip_text: STRING_8 is "Secondary DNS zone requires master IP address."

	dns_error_secondary_requires_master_ip_value: INTEGER_32 is 9612

	dns_error_soa_delete_invalid_text: STRING_8 is "Invalid delete of start of authority (SOA)"

	dns_error_soa_delete_invalid_value: INTEGER_32 is 9618

	dns_error_try_again_later_text: STRING_8 is "Try DNS operation again later."

	dns_error_try_again_later_value: INTEGER_32 is 9554

	dns_error_unknown_record_type_text: STRING_8 is "Unknown DNS record type."

	dns_error_unknown_record_type_value: INTEGER_32 is 9704

	dns_error_unsecure_packet_text: STRING_8 is "Unsecured DNS packet."

	dns_error_unsecure_packet_value: INTEGER_32 is 9505

	dns_error_wins_init_failed_text: STRING_8 is "WINS initialization failed."

	dns_error_wins_init_failed_value: INTEGER_32 is 9615

	dns_error_zone_already_exists_text: STRING_8 is "DNS zone already exists."

	dns_error_zone_already_exists_value: INTEGER_32 is 9609

	dns_error_zone_configuration_error_text: STRING_8 is "Invalid DNS zone configuration."

	dns_error_zone_configuration_error_value: INTEGER_32 is 9604

	dns_error_zone_creation_failed_text: STRING_8 is "DNS zone creation failed."

	dns_error_zone_creation_failed_value: INTEGER_32 is 9608

	dns_error_zone_does_not_exist_text: STRING_8 is "DNS zone does not exist."

	dns_error_zone_does_not_exist_value: INTEGER_32 is 9601

	dns_error_zone_has_no_ns_records_text: STRING_8 is "DNS zone has no Name Server (NS) record."

	dns_error_zone_has_no_ns_records_value: INTEGER_32 is 9606

	dns_error_zone_has_no_soa_record_text: STRING_8 is "DNS zone has no start of authority (SOA) record."

	dns_error_zone_has_no_soa_record_value: INTEGER_32 is 9605

	dns_error_zone_locked_text: STRING_8 is "DNS zone is locked."

	dns_error_zone_locked_value: INTEGER_32 is 9607

	dns_error_zone_not_secondary_text: STRING_8 is "DNS zone not secondary."

	dns_error_zone_not_secondary_value: INTEGER_32 is 9613

	dns_info_added_local_wins_text: STRING_8 is "Added local WINS server."

	dns_info_added_local_wins_value: INTEGER_32 is 9753

	dns_info_axfr_complete_text: STRING_8 is "DNS AXFR (zone transfer) complete."

	dns_info_axfr_complete_value: INTEGER_32 is 9751

	dns_info_no_records_text: STRING_8 is "No records found for given DNS query."

	dns_info_no_records_value: INTEGER_32 is 9501

	dns_status_continue_needed_text: STRING_8 is "Secure update call needs to continue update request."

	dns_status_continue_needed_value: INTEGER_32 is 9801

	dns_status_dotted_name_text: STRING_8 is "DNS name is dotted (multi-label)."

	dns_status_dotted_name_value: INTEGER_32 is 9558

	dns_status_fqdn_text: STRING_8 is "DNS name is a fully-qualified DNS name."

	dns_status_fqdn_value: INTEGER_32 is 9557

	dns_status_single_part_name_text: STRING_8 is "DNS name is a single-part name."

	dns_status_single_part_name_value: INTEGER_32 is 9559

	dns_warning_domain_undeleted_text: STRING_8 is "DNS domain was undeleted."

	dns_warning_domain_undeleted_value: INTEGER_32 is 9716

	dns_warning_ptr_create_failed_text: STRING_8 is "Could not create pointer (PTR) record."

	dns_warning_ptr_create_failed_value: INTEGER_32 is 9715

	ept_s_cant_create_text: STRING_8 is "The endpoint mapper database entry could not be created."

	ept_s_cant_create_value: INTEGER_32 is 1899

	ept_s_cant_perform_op_text: STRING_8 is "The server endpoint cannot perform the operation."

	ept_s_cant_perform_op_value: INTEGER_32 is 1752

	ept_s_invalid_entry_text: STRING_8 is "The entry is invalid."

	ept_s_invalid_entry_value: INTEGER_32 is 1751

	ept_s_not_registered_text: STRING_8 is "There are no more endpoints available from the endpoint mapper."

	ept_s_not_registered_value: INTEGER_32 is 1753

	error_access_denied_text: STRING_8 is "Access is denied."

	error_access_denied_value: INTEGER_32 is 5

	error_account_disabled_text: STRING_8 is "Logon failure: account currently disabled."

	error_account_disabled_value: INTEGER_32 is 1331

	error_account_expired_text: STRING_8 is "The user's account has expired."

	error_account_expired_value: INTEGER_32 is 1793

	error_account_locked_out_text: STRING_8 is "The referenced account is currently locked out and may not be logged on to."

	error_account_locked_out_value: INTEGER_32 is 1909

	error_account_restriction_text: STRING_8 is "Logon failure: user account restriction."

	error_account_restriction_value: INTEGER_32 is 1327

	error_active_connections_text: STRING_8 is "Active connections still exist."

	error_active_connections_value: INTEGER_32 is 2402

	error_adap_hdw_err_text: STRING_8 is "A network adapter hardware error occurred."

	error_adap_hdw_err_value: INTEGER_32 is 57

	error_address_already_associated_text: STRING_8 is "The network transport endpoint already has an address associated with it."

	error_address_already_associated_value: INTEGER_32 is 1227

	error_address_not_associated_text: STRING_8 is "An address has not yet been associated with the network endpoint."

	error_address_not_associated_value: INTEGER_32 is 1228

	error_alias_exists_text: STRING_8 is "The specified local group already exists."

	error_alias_exists_value: INTEGER_32 is 1379

	error_all_nodes_not_available_text: STRING_8 is "All cluster nodes must be running to perform this operation."

	error_all_nodes_not_available_value: INTEGER_32 is 5037

	error_allotted_space_exceeded_text: STRING_8 is "No more memory is available for security information updates."

	error_allotted_space_exceeded_value: INTEGER_32 is 1344

	error_already_assigned_text: STRING_8 is "The local device name is already in use."

	error_already_assigned_value: INTEGER_32 is 85

	error_already_exists_text: STRING_8 is "Cannot create a file when that file already exists."

	error_already_exists_value: INTEGER_32 is 183

	error_already_initialized_text: STRING_8 is "An attempt was made to perform an initialization operation when initialization has already been completed."

	error_already_initialized_value: INTEGER_32 is 1247

	error_already_registered_text: STRING_8 is "The service is already registered."

	error_already_registered_value: INTEGER_32 is 1242

	error_already_running_lkg_text: STRING_8 is "The system is currently running with the last-known-good configuration."

	error_already_running_lkg_value: INTEGER_32 is 1074

	error_already_waiting_text: STRING_8 is "The specified printer handle is already being waited on"

	error_already_waiting_value: INTEGER_32 is 1904

	error_app_wrong_os_text: STRING_8 is "The specified program is not a Windows or MS-DOS program."

	error_app_wrong_os_value: INTEGER_32 is 1151

	error_arena_trashed_text: STRING_8 is "The storage control blocks were destroyed."

	error_arena_trashed_value: INTEGER_32 is 7

	error_arithmetic_overflow_text: STRING_8 is "Arithmetic result exceeded 32 bits."

	error_arithmetic_overflow_value: INTEGER_32 is 534

	error_atomic_locks_not_supported_text: STRING_8 is "The file system does not support atomic changes to the lock type."

	error_atomic_locks_not_supported_value: INTEGER_32 is 174

	error_autodataseg_exceeds_64k_text: STRING_8 is "The operating system cannot run this application program."

	error_autodataseg_exceeds_64k_value: INTEGER_32 is 199

	error_bad_arguments_text: STRING_8 is "The argument string passed to DosExecPgm is not correct."

	error_bad_arguments_value: INTEGER_32 is 160

	error_bad_command_text: STRING_8 is "The device does not recognize the command."

	error_bad_command_value: INTEGER_32 is 22

	error_bad_configuration_text: STRING_8 is "The configuration data for this product is corrupt.  Contact your support personnel."

	error_bad_configuration_value: INTEGER_32 is 1610

	error_bad_descriptor_format_text: STRING_8 is "A security descriptor is not in the right format (absolute or self-relative)."

	error_bad_descriptor_format_value: INTEGER_32 is 1361

	error_bad_dev_type_text: STRING_8 is "The network resource type is not correct."

	error_bad_dev_type_value: INTEGER_32 is 66

	error_bad_device_text: STRING_8 is "The specified device name is invalid."

	error_bad_device_value: INTEGER_32 is 1200

	error_bad_driver_level_text: STRING_8 is "The system does not support the command requested."

	error_bad_driver_level_value: INTEGER_32 is 119

	error_bad_driver_text: STRING_8 is "The specified driver is invalid."

	error_bad_driver_value: INTEGER_32 is 2001

	error_bad_environment_text: STRING_8 is "The environment is incorrect."

	error_bad_environment_value: INTEGER_32 is 10

	error_bad_exe_format_text: STRING_8 is "%%1 is not a valid Win32 application."

	error_bad_exe_format_value: INTEGER_32 is 193

	error_bad_format_text: STRING_8 is "An attempt was made to load a program with an incorrect format."

	error_bad_format_value: INTEGER_32 is 11

	error_bad_impersonation_level_text: STRING_8 is "Either a required impersonation level was not provided, or the provided impersonation level is invalid."

	error_bad_impersonation_level_value: INTEGER_32 is 1346

	error_bad_inheritance_acl_text: STRING_8 is "The inherited access control list (ACL) or access control entry (ACE) could not be built."

	error_bad_inheritance_acl_value: INTEGER_32 is 1340

	error_bad_length_text: STRING_8 is "The program issued a command but the command length is incorrect."

	error_bad_length_value: INTEGER_32 is 24

	error_bad_logon_session_state_text: STRING_8 is "The logon session is not in a state that is consistent with the requested operation."

	error_bad_logon_session_state_value: INTEGER_32 is 1365

	error_bad_net_name_text: STRING_8 is "The network name cannot be found."

	error_bad_net_name_value: INTEGER_32 is 67

	error_bad_net_resp_text: STRING_8 is "The specified server cannot perform the requested operation."

	error_bad_net_resp_value: INTEGER_32 is 58

	error_bad_netpath_text: STRING_8 is "The network path was not found."

	error_bad_netpath_value: INTEGER_32 is 53

	error_bad_pathname_text: STRING_8 is "The specified path is invalid."

	error_bad_pathname_value: INTEGER_32 is 161

	error_bad_pipe_text: STRING_8 is "The pipe state is invalid."

	error_bad_pipe_value: INTEGER_32 is 230

	error_bad_profile_text: STRING_8 is "The network connection profile is corrupted."

	error_bad_profile_value: INTEGER_32 is 1206

	error_bad_provider_text: STRING_8 is "The specified network provider name is invalid."

	error_bad_provider_value: INTEGER_32 is 1204

	error_bad_query_syntax_text: STRING_8 is "SQL query syntax invalid or unsupported."

	error_bad_query_syntax_value: INTEGER_32 is 1615

	error_bad_rem_adap_text: STRING_8 is "The remote adapter is not compatible."

	error_bad_rem_adap_value: INTEGER_32 is 60

	error_bad_threadid_addr_text: STRING_8 is "The address for the thread ID is not correct."

	error_bad_threadid_addr_value: INTEGER_32 is 159

	error_bad_token_type_text: STRING_8 is "The type of the token is inappropriate for its attempted use."

	error_bad_token_type_value: INTEGER_32 is 1349

	error_bad_unit_text: STRING_8 is "The system cannot find the device specified."

	error_bad_unit_value: INTEGER_32 is 20

	error_bad_user_profile_text: STRING_8 is "The specified user does not have a valid profile."

	error_bad_user_profile_value: INTEGER_32 is 1253

	error_bad_username_text: STRING_8 is "The specified username is invalid."

	error_bad_username_value: INTEGER_32 is 2202

	error_bad_validation_class_text: STRING_8 is "The validation information class requested was invalid."

	error_bad_validation_class_value: INTEGER_32 is 1348

	error_baddb_text: STRING_8 is "The configuration registry database is corrupt."

	error_baddb_value: INTEGER_32 is 1009

	error_badkey_text: STRING_8 is "The configuration registry key is invalid."

	error_badkey_value: INTEGER_32 is 1010

	error_beginning_of_media_text: STRING_8 is "The beginning of the tape or a partition was encountered."

	error_beginning_of_media_value: INTEGER_32 is 1102

	error_boot_already_accepted_text: STRING_8 is "The current boot has already been accepted for use as the last-known-good control set."

	error_boot_already_accepted_value: INTEGER_32 is 1076

	error_broken_pipe_text: STRING_8 is "The pipe has been ended."

	error_broken_pipe_value: INTEGER_32 is 109

	error_buffer_overflow_text: STRING_8 is "The file name is too long."

	error_buffer_overflow_value: INTEGER_32 is 111

	error_bus_reset_text: STRING_8 is "The I/O bus was reset."

	error_bus_reset_value: INTEGER_32 is 1111

	error_busy_drive_text: STRING_8 is "The system cannot perform a JOIN or SUBST at this time."

	error_busy_drive_value: INTEGER_32 is 142

	error_busy_text: STRING_8 is "The requested resource is in use."

	error_busy_value: INTEGER_32 is 170

	error_call_not_implemented_text: STRING_8 is "This function is not supported on this system."

	error_call_not_implemented_value: INTEGER_32 is 120

	error_can_not_complete_text: STRING_8 is "Cannot complete this function."

	error_can_not_complete_value: INTEGER_32 is 1003

	error_can_not_del_local_wins_text: STRING_8 is "The local WINS cannot be deleted."

	error_can_not_del_local_wins_value: INTEGER_32 is 4001

	error_cancel_violation_text: STRING_8 is "A lock request was not outstanding for the supplied cancel region."

	error_cancel_violation_value: INTEGER_32 is 173

	error_cancelled_text: STRING_8 is "The operation was canceled by the user."

	error_cancelled_value: INTEGER_32 is 1223

	error_cannot_copy_text: STRING_8 is "The copy functions cannot be used."

	error_cannot_copy_value: INTEGER_32 is 266

	error_cannot_detect_driver_failure_text: STRING_8 is "Failure actions can only be set for Win32 services, not for drivers."

	error_cannot_detect_driver_failure_value: INTEGER_32 is 1080

	error_cannot_detect_process_abort_text: STRING_8 is "This service runs in the same process as the service control manager.  Therefore, the service control manager cannot take action if this service's process terminates unexpectedly."

	error_cannot_detect_process_abort_value: INTEGER_32 is 1081

	error_cannot_find_wnd_class_text: STRING_8 is "Cannot find window class."

	error_cannot_find_wnd_class_value: INTEGER_32 is 1407

	error_cannot_impersonate_text: STRING_8 is "Unable to impersonate using a named pipe until data has been read from that pipe."

	error_cannot_impersonate_value: INTEGER_32 is 1368

	error_cannot_make_text: STRING_8 is "The directory or file cannot be created."

	error_cannot_make_value: INTEGER_32 is 82

	error_cannot_open_profile_text: STRING_8 is "Unable to open the network connection profile."

	error_cannot_open_profile_value: INTEGER_32 is 1205

	error_cant_access_domain_info_text: STRING_8 is "Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied."

	error_cant_access_domain_info_value: INTEGER_32 is 1351

	error_cant_access_file_text: STRING_8 is "The file cannot be accessed by the system."

	error_cant_access_file_value: INTEGER_32 is 1920

	error_cant_delete_last_item_text: STRING_8 is "The last remaining item in this group or resource cannot be deleted."

	error_cant_delete_last_item_value: INTEGER_32 is 4335

	error_cant_disable_mandatory_text: STRING_8 is "The group may not be disabled."

	error_cant_disable_mandatory_value: INTEGER_32 is 1310

	error_cant_evict_active_node_text: STRING_8 is "A cluster node cannot be evicted from the cluster while it is online."

	error_cant_evict_active_node_value: INTEGER_32 is 5009

	error_cant_open_anonymous_text: STRING_8 is "Cannot open an anonymous level security token."

	error_cant_open_anonymous_value: INTEGER_32 is 1347

	error_cant_resolve_filename_text: STRING_8 is "The name of the file cannot be resolved by the system."

	error_cant_resolve_filename_value: INTEGER_32 is 1921

	error_cantopen_text: STRING_8 is "The configuration registry key could not be opened."

	error_cantopen_value: INTEGER_32 is 1011

	error_cantread_text: STRING_8 is "The configuration registry key could not be read."

	error_cantread_value: INTEGER_32 is 1012

	error_cantwrite_text: STRING_8 is "The configuration registry key could not be written."

	error_cantwrite_value: INTEGER_32 is 1013

	error_child_must_be_volatile_text: STRING_8 is "Cannot create a stable subkey under a volatile parent key."

	error_child_must_be_volatile_value: INTEGER_32 is 1021

	error_child_not_complete_text: STRING_8 is "The %%1 application cannot be run in Win32 mode."

	error_child_not_complete_value: INTEGER_32 is 129

	error_child_window_menu_text: STRING_8 is "Child windows cannot have menus."

	error_child_window_menu_value: INTEGER_32 is 1436

	error_circular_dependency_text: STRING_8 is "Circular service dependency was specified."

	error_circular_dependency_value: INTEGER_32 is 1059

	error_class_already_exists_text: STRING_8 is "Class already exists."

	error_class_already_exists_value: INTEGER_32 is 1410

	error_class_does_not_exist_text: STRING_8 is "Class does not exist."

	error_class_does_not_exist_value: INTEGER_32 is 1411

	error_class_has_windows_text: STRING_8 is "Class still has open windows."

	error_class_has_windows_value: INTEGER_32 is 1412

	error_cleaner_cartridge_spent_text: STRING_8 is "The cleaner cartridge has performed the maximum number of drive cleanings."

	error_cleaner_cartridge_spent_value: INTEGER_32 is 4333

	error_cleaner_slot_not_set_text: STRING_8 is "A cleaner slot is not reserved."

	error_cleaner_slot_not_set_value: INTEGER_32 is 4332

	error_cleaner_slot_set_text: STRING_8 is "A cleaner slot is already reserved."

	error_cleaner_slot_set_value: INTEGER_32 is 4331

	error_clipboard_not_open_text: STRING_8 is "Thread does not have a clipboard open."

	error_clipboard_not_open_value: INTEGER_32 is 1418

	error_clipping_not_supported_text: STRING_8 is "The requested clipping operation is not supported."

	error_clipping_not_supported_value: INTEGER_32 is 2005

	error_cluster_database_seqmismatch_text: STRING_8 is "The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join."

	error_cluster_database_seqmismatch_value: INTEGER_32 is 5083

	error_cluster_gum_not_locker_text: STRING_8 is "A non locker code got a request to reserve the lock for making global updates."

	error_cluster_gum_not_locker_value: INTEGER_32 is 5085

	error_cluster_incompatible_versions_text: STRING_8 is "The cluster join operation failed due to incompatible software versions between the joining node and its sponsor."

	error_cluster_incompatible_versions_value: INTEGER_32 is 5075

	error_cluster_invalid_network_provider_text: STRING_8 is "The cluster network provider is not valid."

	error_cluster_invalid_network_provider_value: INTEGER_32 is 5049

	error_cluster_invalid_network_text: STRING_8 is "The cluster network is not valid."

	error_cluster_invalid_network_value: INTEGER_32 is 5054

	error_cluster_invalid_node_text: STRING_8 is "The cluster node is not valid."

	error_cluster_invalid_node_value: INTEGER_32 is 5039

	error_cluster_invalid_request_text: STRING_8 is "The cluster request is not valid for this object."

	error_cluster_invalid_request_value: INTEGER_32 is 5048

	error_cluster_ipaddr_in_use_text: STRING_8 is "The cluster IP address is already in use."

	error_cluster_ipaddr_in_use_value: INTEGER_32 is 5057

	error_cluster_join_aborted_text: STRING_8 is "The cluster join operation was aborted."

	error_cluster_join_aborted_value: INTEGER_32 is 5074

	error_cluster_join_in_progress_text: STRING_8 is "A node is in the process of joining the cluster."

	error_cluster_join_in_progress_value: INTEGER_32 is 5041

	error_cluster_join_not_in_progress_text: STRING_8 is "A cluster join operation is not in progress."

	error_cluster_join_not_in_progress_value: INTEGER_32 is 5053

	error_cluster_last_internal_network_text: STRING_8 is "The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network."

	error_cluster_last_internal_network_value: INTEGER_32 is 5066

	error_cluster_local_node_not_found_text: STRING_8 is "The cluster local node information was not found."

	error_cluster_local_node_not_found_value: INTEGER_32 is 5043

	error_cluster_maxnum_of_resources_exceeded_text: STRING_8 is "This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor."

	error_cluster_maxnum_of_resources_exceeded_value: INTEGER_32 is 5076

	error_cluster_netinterface_exists_text: STRING_8 is "The cluster network interface already exists."

	error_cluster_netinterface_exists_value: INTEGER_32 is 5046

	error_cluster_netinterface_not_found_text: STRING_8 is "The cluster network interface was not found."

	error_cluster_netinterface_not_found_value: INTEGER_32 is 5047

	error_cluster_network_already_offline_text: STRING_8 is "The cluster network is already offline."

	error_cluster_network_already_offline_value: INTEGER_32 is 5064

	error_cluster_network_already_online_text: STRING_8 is "The cluster network is already online."

	error_cluster_network_already_online_value: INTEGER_32 is 5063

	error_cluster_network_exists_text: STRING_8 is "The cluster network already exists."

	error_cluster_network_exists_value: INTEGER_32 is 5044

	error_cluster_network_has_dependents_text: STRING_8 is "One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network."

	error_cluster_network_has_dependents_value: INTEGER_32 is 5067

	error_cluster_network_not_found_text: STRING_8 is "The cluster network was not found."

	error_cluster_network_not_found_value: INTEGER_32 is 5045

	error_cluster_network_not_internal_text: STRING_8 is "The cluster network is not configured for internal cluster communication."

	error_cluster_network_not_internal_value: INTEGER_32 is 5060

	error_cluster_no_rpc_packages_registered_text: STRING_8 is "No authentication package could be registered with the RPC server."

	error_cluster_no_rpc_packages_registered_value: INTEGER_32 is 5081

	error_cluster_no_security_context_text: STRING_8 is "No cluster security context is available."

	error_cluster_no_security_context_value: INTEGER_32 is 5059

	error_cluster_node_already_down_text: STRING_8 is "The cluster node is already down."

	error_cluster_node_already_down_value: INTEGER_32 is 5062

	error_cluster_node_already_has_dfs_root_text: STRING_8 is "A DFS root already exists in this cluster node."

	error_cluster_node_already_has_dfs_root_value: INTEGER_32 is 5088

	error_cluster_node_already_member_text: STRING_8 is "The cluster node is already a member of the cluster."

	error_cluster_node_already_member_value: INTEGER_32 is 5065

	error_cluster_node_already_up_text: STRING_8 is "The cluster node is already up."

	error_cluster_node_already_up_value: INTEGER_32 is 5061

	error_cluster_node_down_text: STRING_8 is "The cluster node is down."

	error_cluster_node_down_value: INTEGER_32 is 5050

	error_cluster_node_exists_text: STRING_8 is "The cluster node already exists."

	error_cluster_node_exists_value: INTEGER_32 is 5040

	error_cluster_node_not_found_text: STRING_8 is "The cluster node was not found."

	error_cluster_node_not_found_value: INTEGER_32 is 5042

	error_cluster_node_not_member_text: STRING_8 is "The cluster node is not a member of the cluster."

	error_cluster_node_not_member_value: INTEGER_32 is 5052

	error_cluster_node_not_paused_text: STRING_8 is "The cluster node is not paused."

	error_cluster_node_not_paused_value: INTEGER_32 is 5058

	error_cluster_node_not_ready_text: STRING_8 is "The cluster node is not ready to perform the requested operation."

	error_cluster_node_not_ready_value: INTEGER_32 is 5072

	error_cluster_node_paused_text: STRING_8 is "The cluster node is paused."

	error_cluster_node_paused_value: INTEGER_32 is 5070

	error_cluster_node_shutting_down_text: STRING_8 is "The cluster node is shutting down."

	error_cluster_node_shutting_down_value: INTEGER_32 is 5073

	error_cluster_node_unreachable_text: STRING_8 is "The cluster node is not reachable."

	error_cluster_node_unreachable_value: INTEGER_32 is 5051

	error_cluster_node_up_text: STRING_8 is "The cluster node is up."

	error_cluster_node_up_value: INTEGER_32 is 5056

	error_cluster_owner_not_in_preflist_text: STRING_8 is "You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group."

	error_cluster_owner_not_in_preflist_value: INTEGER_32 is 5082

	error_cluster_resname_not_found_text: STRING_8 is "The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL."

	error_cluster_resname_not_found_value: INTEGER_32 is 5080

	error_cluster_resource_type_not_found_text: STRING_8 is "The specified resource type was not found."

	error_cluster_resource_type_not_found_value: INTEGER_32 is 5078

	error_cluster_restype_not_supported_text: STRING_8 is "The specified node does not support a resource of this type.  This may be due to version inconsistencies or due to the absence of the resource DLL on this node."

	error_cluster_restype_not_supported_value: INTEGER_32 is 5079

	error_cluster_shutting_down_text: STRING_8 is "The cluster software is shutting down."

	error_cluster_shutting_down_value: INTEGER_32 is 5022

	error_cluster_system_config_changed_text: STRING_8 is "The system configuration changed during the cluster join or form operation. The join or form operation was aborted."

	error_cluster_system_config_changed_value: INTEGER_32 is 5077

	error_clusterlog_chkpoint_not_found_text: STRING_8 is "No checkpoint record was found in the cluster log."

	error_clusterlog_chkpoint_not_found_value: INTEGER_32 is 5032

	error_clusterlog_corrupt_text: STRING_8 is "The cluster log is corrupt."

	error_clusterlog_corrupt_value: INTEGER_32 is 5029

	error_clusterlog_exceeds_maxsize_text: STRING_8 is "The cluster log exceeds its maximum size."

	error_clusterlog_exceeds_maxsize_value: INTEGER_32 is 5031

	error_clusterlog_not_enough_space_text: STRING_8 is "The minimum required disk space needed for logging is not available."

	error_clusterlog_not_enough_space_value: INTEGER_32 is 5033

	error_clusterlog_record_exceeds_maxsize_text: STRING_8 is "The record could not be written to the cluster log since it exceeds the maximum size."

	error_clusterlog_record_exceeds_maxsize_value: INTEGER_32 is 5030

	error_colorspace_mismatch_text: STRING_8 is "The specified transform does not match the bitmap's color space."

	error_colorspace_mismatch_value: INTEGER_32 is 2021

	error_commitment_limit_text: STRING_8 is "The paging file is too small for this operation to complete."

	error_commitment_limit_value: INTEGER_32 is 1455

	error_connected_other_password_text: STRING_8 is "The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified."

	error_connected_other_password_value: INTEGER_32 is 2108

	error_connection_aborted_text: STRING_8 is "The network connection was aborted by the local system."

	error_connection_aborted_value: INTEGER_32 is 1236

	error_connection_active_text: STRING_8 is "An invalid operation was attempted on an active network connection."

	error_connection_active_value: INTEGER_32 is 1230

	error_connection_count_limit_text: STRING_8 is "A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached."

	error_connection_count_limit_value: INTEGER_32 is 1238

	error_connection_invalid_text: STRING_8 is "An operation was attempted on a nonexistent network connection."

	error_connection_invalid_value: INTEGER_32 is 1229

	error_connection_refused_text: STRING_8 is "The remote system refused the network connection."

	error_connection_refused_value: INTEGER_32 is 1225

	error_connection_unavail_text: STRING_8 is "The device is not currently connected but it is a remembered connection."

	error_connection_unavail_value: INTEGER_32 is 1201

	error_continue_text: STRING_8 is "Continue with work in progress."

	error_continue_value: INTEGER_32 is 1246

	error_control_id_not_found_text: STRING_8 is "Control ID not found."

	error_control_id_not_found_value: INTEGER_32 is 1421

	error_controlling_ieport_text: STRING_8 is "Unable to open or close the inject/eject port."

	error_controlling_ieport_value: INTEGER_32 is 4329

	error_core_resource_text: STRING_8 is "The cluster resource could not be deleted since it is a core resource."

	error_core_resource_value: INTEGER_32 is 5026

	error_counter_timeout_text: STRING_8 is "A serial I/O operation completed because the timeout period expired.  (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)"

	error_counter_timeout_value: INTEGER_32 is 1121

	error_crc_text: STRING_8 is "Data error (cyclic redundancy check)."

	error_crc_value: INTEGER_32 is 23

	error_create_failed_text: STRING_8 is "The Windows Installer service failed to start.  Contact your support personnel."

	error_create_failed_value: INTEGER_32 is 1631

	error_ctx_bad_video_mode_text: STRING_8 is "An attempt has been made to connect to a session whose video mode is not supported by the current client."

	error_ctx_bad_video_mode_value: INTEGER_32 is 7025

	error_ctx_cannot_make_eventlog_entry_text: STRING_8 is "A registry key for event logging could not be created for this session."

	error_ctx_cannot_make_eventlog_entry_value: INTEGER_32 is 7005

	error_ctx_client_license_in_use_text: STRING_8 is "Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user.  Please call your system administrator to obtain a new copy of the Terminal Server client with a valid, unique license number."

	error_ctx_client_license_in_use_value: INTEGER_32 is 7052

	error_ctx_client_license_not_set_text: STRING_8 is "Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client.  Please call your system administrator for help in entering a valid, unique license number for this Terminal Server client."

	error_ctx_client_license_not_set_value: INTEGER_32 is 7053

	error_ctx_client_query_timeout_text: STRING_8 is "The client failed to respond to the server connect message."

	error_ctx_client_query_timeout_value: INTEGER_32 is 7040

	error_ctx_close_pending_text: STRING_8 is "A close operation is pending on the session."

	error_ctx_close_pending_value: INTEGER_32 is 7007

	error_ctx_console_connect_text: STRING_8 is "Reconnecting a disconnected session to the console is not supported."

	error_ctx_console_connect_value: INTEGER_32 is 7042

	error_ctx_console_disconnect_text: STRING_8 is "Disconnecting the console session is not supported."

	error_ctx_console_disconnect_value: INTEGER_32 is 7041

	error_ctx_graphics_invalid_text: STRING_8 is "The application attempted to enable DOS graphics mode.  DOS graphics mode is not supported."

	error_ctx_graphics_invalid_value: INTEGER_32 is 7035

	error_ctx_invalid_modemname_text: STRING_8 is "The modem name was not found in MODEM.INF."

	error_ctx_invalid_modemname_value: INTEGER_32 is 7010

	error_ctx_invalid_pd_text: STRING_8 is "The specified protocol driver is invalid."

	error_ctx_invalid_pd_value: INTEGER_32 is 7002

	error_ctx_invalid_wd_text: STRING_8 is "The specified terminal connection driver is invalid."

	error_ctx_invalid_wd_value: INTEGER_32 is 7049

	error_ctx_license_client_invalid_text: STRING_8 is "The client you are using is not licensed to use this system.  Your logon request is denied."

	error_ctx_license_client_invalid_value: INTEGER_32 is 7055

	error_ctx_license_expired_text: STRING_8 is "The system license has expired.  Your logon request is denied."

	error_ctx_license_expired_value: INTEGER_32 is 7056

	error_ctx_license_not_available_text: STRING_8 is "The system has reached its licensed logon limit.  Please try again later."

	error_ctx_license_not_available_value: INTEGER_32 is 7054

	error_ctx_logon_disabled_text: STRING_8 is "Your interactive logon privilege has been disabled.  Please contact your administrator."

	error_ctx_logon_disabled_value: INTEGER_32 is 7037

	error_ctx_modem_inf_not_found_text: STRING_8 is "The MODEM.INF file was not found."

	error_ctx_modem_inf_not_found_value: INTEGER_32 is 7009

	error_ctx_modem_response_busy_text: STRING_8 is "Busy signal detected at remote site on callback."

	error_ctx_modem_response_busy_value: INTEGER_32 is 7015

	error_ctx_modem_response_error_text: STRING_8 is "The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem."

	error_ctx_modem_response_error_value: INTEGER_32 is 7011

	error_ctx_modem_response_no_carrier_text: STRING_8 is "Carrier detect has failed or carrier has been dropped due to disconnect."

	error_ctx_modem_response_no_carrier_value: INTEGER_32 is 7013

	error_ctx_modem_response_no_dialtone_text: STRING_8 is "Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional."

	error_ctx_modem_response_no_dialtone_value: INTEGER_32 is 7014

	error_ctx_modem_response_timeout_text: STRING_8 is "The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on."

	error_ctx_modem_response_timeout_value: INTEGER_32 is 7012

	error_ctx_modem_response_voice_text: STRING_8 is "Voice detected at remote site on callback."

	error_ctx_modem_response_voice_value: INTEGER_32 is 7016

	error_ctx_no_outbuf_text: STRING_8 is "There are no free output buffers available."

	error_ctx_no_outbuf_value: INTEGER_32 is 7008

	error_ctx_not_console_text: STRING_8 is "The requested operation can be performed only on the system console.  This is most often the result of a driver or system DLL requiring direct console access."

	error_ctx_not_console_value: INTEGER_32 is 7038

	error_ctx_pd_not_found_text: STRING_8 is "The specified protocol driver was not found in the system path."

	error_ctx_pd_not_found_value: INTEGER_32 is 7003

	error_ctx_service_name_collision_text: STRING_8 is "A service with the same name already exists on the system."

	error_ctx_service_name_collision_value: INTEGER_32 is 7006

	error_ctx_shadow_denied_text: STRING_8 is "The request to control another session remotely was denied."

	error_ctx_shadow_denied_value: INTEGER_32 is 7044

	error_ctx_shadow_disabled_text: STRING_8 is "The requested session is not configured to allow remote control."

	error_ctx_shadow_disabled_value: INTEGER_32 is 7051

	error_ctx_shadow_invalid_text: STRING_8 is "The requested session cannot be controlled remotely.  This may be because the session is disconnected or does not currently have a user logged on. Also, you cannot control a session remotely from the system console or control the system console remotely. And you cannot remote control your own current session."

	error_ctx_shadow_invalid_value: INTEGER_32 is 7050

	error_ctx_td_error_text: STRING_8 is "Transport driver error"

	error_ctx_td_error_value: INTEGER_32 is 7017

	error_ctx_wd_not_found_text: STRING_8 is "The specified terminal connection driver was not found in the system path."

	error_ctx_wd_not_found_value: INTEGER_32 is 7004

	error_ctx_winstation_access_denied_text: STRING_8 is "The requested session access is denied."

	error_ctx_winstation_access_denied_value: INTEGER_32 is 7045

	error_ctx_winstation_already_exists_text: STRING_8 is "The specified session name is already in use."

	error_ctx_winstation_already_exists_value: INTEGER_32 is 7023

	error_ctx_winstation_busy_text: STRING_8 is "The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation."

	error_ctx_winstation_busy_value: INTEGER_32 is 7024

	error_ctx_winstation_name_invalid_text: STRING_8 is "The specified session name is invalid."

	error_ctx_winstation_name_invalid_value: INTEGER_32 is 7001

	error_ctx_winstation_not_found_text: STRING_8 is "The specified session cannot be found."

	error_ctx_winstation_not_found_value: INTEGER_32 is 7022

	error_current_directory_text: STRING_8 is "The directory cannot be removed."

	error_current_directory_value: INTEGER_32 is 16

	error_database_backup_corrupt_text: STRING_8 is "The backed up cluster database is possibly corrupt."

	error_database_backup_corrupt_value: INTEGER_32 is 5087

	error_database_does_not_exist_text: STRING_8 is "The database specified does not exist."

	error_database_does_not_exist_value: INTEGER_32 is 1065

	error_database_failure_text: STRING_8 is "Unable to read from or write to the database."

	error_database_failure_value: INTEGER_32 is 4313

	error_database_full_text: STRING_8 is "The database is full."

	error_database_full_value: INTEGER_32 is 4314

	error_datatype_mismatch_text: STRING_8 is "Data supplied is of wrong type."

	error_datatype_mismatch_value: INTEGER_32 is 1629

	error_dc_not_found_text: STRING_8 is "Invalid device context (DC) handle."

	error_dc_not_found_value: INTEGER_32 is 1425

	error_dde_fail_text: STRING_8 is "An error occurred in sending the command to the application."

	error_dde_fail_value: INTEGER_32 is 1156

	error_decryption_failed_text: STRING_8 is "The specified file could not be decrypted."

	error_decryption_failed_value: INTEGER_32 is 6001

	error_deleting_icm_xform_text: STRING_8 is "There was an error while deleting the color transform."

	error_deleting_icm_xform_value: INTEGER_32 is 2019

	error_dependency_already_exists_text: STRING_8 is "The cluster resource cannot be made dependent on the specified resource because it is already dependent."

	error_dependency_already_exists_value: INTEGER_32 is 5003

	error_dependency_not_allowed_text: STRING_8 is "The cluster quorum resource is not allowed to have any dependencies."

	error_dependency_not_allowed_value: INTEGER_32 is 5069

	error_dependency_not_found_text: STRING_8 is "The cluster resource dependency cannot be found."

	error_dependency_not_found_value: INTEGER_32 is 5002

	error_dependent_resource_exists_text: STRING_8 is "The cluster resource cannot be moved to another group because other resources are dependent on it."

	error_dependent_resource_exists_value: INTEGER_32 is 5001

	error_dependent_services_running_text: STRING_8 is "A stop control has been sent to a service that other running services are dependent on."

	error_dependent_services_running_value: INTEGER_32 is 1051

	error_destination_element_full_text: STRING_8 is "The indicated destination element already contains media."

	error_destination_element_full_value: INTEGER_32 is 1161

	error_destroy_object_of_other_thread_text: STRING_8 is "Cannot destroy object created by another thread."

	error_destroy_object_of_other_thread_value: INTEGER_32 is 1435

	error_dev_not_exist_text: STRING_8 is "The specified network resource or device is no longer available."

	error_dev_not_exist_value: INTEGER_32 is 55

	error_device_already_remembered_text: STRING_8 is "An attempt was made to remember a device that had previously been remembered."

	error_device_already_remembered_value: INTEGER_32 is 1202

	error_device_door_open_text: STRING_8 is "The device has indicated that its door is open."

	error_device_door_open_value: INTEGER_32 is 1166

	error_device_in_use_text: STRING_8 is "The device is in use by an active process and cannot be disconnected."

	error_device_in_use_value: INTEGER_32 is 2404

	error_device_not_available_text: STRING_8 is "The device is not ready for use."

	error_device_not_available_value: INTEGER_32 is 4319

	error_device_not_connected_text: STRING_8 is "The device is not connected."

	error_device_not_connected_value: INTEGER_32 is 1167

	error_device_not_partitioned_text: STRING_8 is "Tape partition information could not be found when loading a tape."

	error_device_not_partitioned_value: INTEGER_32 is 1107

	error_device_reinitialization_needed_text: STRING_8 is "The indicated device requires reinitialization due to hardware errors."

	error_device_reinitialization_needed_value: INTEGER_32 is 1164

	error_device_removed_text: STRING_8 is "The device has been removed."

	error_device_removed_value: INTEGER_32 is 1617

	error_device_requires_cleaning_text: STRING_8 is "The device has indicated that cleaning is required before further operations are attempted."

	error_device_requires_cleaning_value: INTEGER_32 is 1165

	error_dhcp_address_conflict_text: STRING_8 is "The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address."

	error_dhcp_address_conflict_value: INTEGER_32 is 4100

	error_different_service_account_text: STRING_8 is "The account specified for this service is different from the account specified for other services running in the same process."

	error_different_service_account_value: INTEGER_32 is 1079

	error_dir_efs_disallowed_text: STRING_8 is "The directory has been disabled for encryption."

	error_dir_efs_disallowed_value: INTEGER_32 is 6010

	error_dir_not_empty_text: STRING_8 is "The directory is not empty."

	error_dir_not_empty_value: INTEGER_32 is 145

	error_dir_not_root_text: STRING_8 is "The directory is not a subdirectory of the root directory."

	error_dir_not_root_value: INTEGER_32 is 144

	error_direct_access_handle_text: STRING_8 is "Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O."

	error_direct_access_handle_value: INTEGER_32 is 130

	error_directory_text: STRING_8 is "The directory name is invalid."

	error_directory_value: INTEGER_32 is 267

	error_discarded_text: STRING_8 is "The segment is already discarded and cannot be locked."

	error_discarded_value: INTEGER_32 is 157

	error_disk_change_text: STRING_8 is "The program stopped because an alternate diskette was not inserted."

	error_disk_change_value: INTEGER_32 is 107

	error_disk_corrupt_text: STRING_8 is "The disk structure is corrupted and unreadable."

	error_disk_corrupt_value: INTEGER_32 is 1393

	error_disk_full_text: STRING_8 is "There is not enough space on the disk."

	error_disk_full_value: INTEGER_32 is 112

	error_disk_operation_failed_text: STRING_8 is "While accessing the hard disk, a disk operation failed even after retries."

	error_disk_operation_failed_value: INTEGER_32 is 1127

	error_disk_recalibrate_failed_text: STRING_8 is "While accessing the hard disk, a recalibrate operation failed, even after retries."

	error_disk_recalibrate_failed_value: INTEGER_32 is 1126

	error_disk_reset_failed_text: STRING_8 is "While accessing the hard disk, a disk controller reset was needed, but even that failed."

	error_disk_reset_failed_value: INTEGER_32 is 1128

	error_dll_init_failed_text: STRING_8 is "A dynamic link library (DLL) initialization routine failed."

	error_dll_init_failed_value: INTEGER_32 is 1114

	error_dll_not_found_text: STRING_8 is "One of the library files needed to run this application cannot be found."

	error_dll_not_found_value: INTEGER_32 is 1157

	error_domain_controller_exists_text: STRING_8 is "A domain controller with the specified name already exists."

	error_domain_controller_exists_value: INTEGER_32 is 1250

	error_domain_controller_not_found_text: STRING_8 is "Could not find the domain controller for this domain."

	error_domain_controller_not_found_value: INTEGER_32 is 1908

	error_domain_exists_text: STRING_8 is "The specified domain already exists."

	error_domain_exists_value: INTEGER_32 is 1356

	error_domain_limit_exceeded_text: STRING_8 is "An attempt was made to exceed the limit on the number of domains per server."

	error_domain_limit_exceeded_value: INTEGER_32 is 1357

	error_domain_trust_inconsistent_text: STRING_8 is "The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain."

	error_domain_trust_inconsistent_value: INTEGER_32 is 1810

	error_drive_locked_text: STRING_8 is "The disk is in use or locked by  another process."

	error_drive_locked_value: INTEGER_32 is 108

	error_drive_media_mismatch_text: STRING_8 is "The drive and medium are not compatible or exist in different libraries."

	error_drive_media_mismatch_value: INTEGER_32 is 4303

	error_ds_add_replica_inhibited_text: STRING_8 is "The add replica operation cannot be performed. The naming context must be writable in order to create the replica."

	error_ds_add_replica_inhibited_value: INTEGER_32 is 8302

	error_ds_admin_limit_exceeded_text: STRING_8 is "The administrative limit for this request was exceeded."

	error_ds_admin_limit_exceeded_value: INTEGER_32 is 8228

	error_ds_affects_multiple_dsas_text: STRING_8 is "The operation affects multiple DSAs"

	error_ds_affects_multiple_dsas_value: INTEGER_32 is 8249

	error_ds_alias_deref_problem_text: STRING_8 is "There is an alias dereferencing problem."

	error_ds_alias_deref_problem_value: INTEGER_32 is 8244

	error_ds_alias_points_to_alias_text: STRING_8 is "It is not permitted for an alias to refer to another alias."

	error_ds_alias_points_to_alias_value: INTEGER_32 is 8336

	error_ds_alias_problem_text: STRING_8 is "There is an alias problem."

	error_ds_alias_problem_value: INTEGER_32 is 8241

	error_ds_aliased_obj_missing_text: STRING_8 is "The aliased object is missing."

	error_ds_aliased_obj_missing_value: INTEGER_32 is 8334

	error_ds_att_already_exists_text: STRING_8 is "The specified attribute is already present on the object."

	error_ds_att_already_exists_value: INTEGER_32 is 8318

	error_ds_att_is_not_on_obj_text: STRING_8 is "The attribute specified in the operation is not present on the object."

	error_ds_att_is_not_on_obj_value: INTEGER_32 is 8310

	error_ds_att_not_def_for_class_text: STRING_8 is "An attempt was made to modify an object to include an attribute that is not legal for its class."

	error_ds_att_not_def_for_class_value: INTEGER_32 is 8317

	error_ds_att_not_def_in_schema_text: STRING_8 is "A reference to an attribute that is not defined in the schema occurred."

	error_ds_att_not_def_in_schema_value: INTEGER_32 is 8303

	error_ds_att_schema_req_id_text: STRING_8 is "Cannot read the governs class identifier for the schema record."

	error_ds_att_schema_req_id_value: INTEGER_32 is 8399

	error_ds_att_schema_req_syntax_text: STRING_8 is "Failed to obtain the required syntax for the attribute schema."

	error_ds_att_schema_req_syntax_value: INTEGER_32 is 8416

	error_ds_att_val_already_exists_text: STRING_8 is "The specified value already exists."

	error_ds_att_val_already_exists_value: INTEGER_32 is 8323

	error_ds_attribute_or_value_exists_text: STRING_8 is "The specified directory service attribute or value already exists."

	error_ds_attribute_or_value_exists_value: INTEGER_32 is 8205

	error_ds_attribute_owned_by_sam_text: STRING_8 is "Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM)."

	error_ds_attribute_owned_by_sam_value: INTEGER_32 is 8346

	error_ds_attribute_type_undefined_text: STRING_8 is "The attribute type specified to the directory service is not defined."

	error_ds_attribute_type_undefined_value: INTEGER_32 is 8204

	error_ds_auth_method_not_supported_text: STRING_8 is "The requested authentication method is not supported by the server."

	error_ds_auth_method_not_supported_value: INTEGER_32 is 8231

	error_ds_auth_unknown_text: STRING_8 is "The authentication mechanism is unknown."

	error_ds_auth_unknown_value: INTEGER_32 is 8234

	error_ds_aux_cls_test_fail_text: STRING_8 is "Schema update failed: class in aux-class list does not exist or is not an auxiliary class."

	error_ds_aux_cls_test_fail_value: INTEGER_32 is 8389

	error_ds_backlink_without_link_text: STRING_8 is "The schema update operation tried to add a backward link attribute that has no corresponding forward link."

	error_ds_backlink_without_link_value: INTEGER_32 is 8482

	error_ds_bad_att_schema_syntax_text: STRING_8 is "The attribute schema has bad syntax."

	error_ds_bad_att_schema_syntax_value: INTEGER_32 is 8400

	error_ds_bad_hierarchy_file_text: STRING_8 is "The hierarchy file is invalid."

	error_ds_bad_hierarchy_file_value: INTEGER_32 is 8425

	error_ds_bad_instance_type_text: STRING_8 is "The specified instance type is not valid."

	error_ds_bad_instance_type_value: INTEGER_32 is 8313

	error_ds_bad_name_syntax_text: STRING_8 is "The object name has bad syntax."

	error_ds_bad_name_syntax_value: INTEGER_32 is 8335

	error_ds_bad_rdn_att_id_syntax_text: STRING_8 is "Schema update failed: Rdn-Att-Id has wrong syntax."

	error_ds_bad_rdn_att_id_syntax_value: INTEGER_32 is 8392

	error_ds_build_hierarchy_table_failed_text: STRING_8 is "The attempt to build the hierarchy table failed."

	error_ds_build_hierarchy_table_failed_value: INTEGER_32 is 8426

	error_ds_busy_text: STRING_8 is "The directory service is busy."

	error_ds_busy_value: INTEGER_32 is 8206

	error_ds_cant_add_att_values_text: STRING_8 is "The specified attribute is not present, or has no values."

	error_ds_cant_add_att_values_value: INTEGER_32 is 8320

	error_ds_cant_add_system_only_text: STRING_8 is "It is not permitted to add an attribute which is owned by the system."

	error_ds_cant_add_system_only_value: INTEGER_32 is 8358

	error_ds_cant_add_to_gc_text: STRING_8 is "The attribute is not allowed to be replicated to the GC because of security reasons."

	error_ds_cant_add_to_gc_value: INTEGER_32 is 8550

	error_ds_cant_cache_att_text: STRING_8 is "The attribute could not be cached."

	error_ds_cant_cache_att_value: INTEGER_32 is 8401

	error_ds_cant_cache_class_text: STRING_8 is "The class could not be cached."

	error_ds_cant_cache_class_value: INTEGER_32 is 8402

	error_ds_cant_create_in_nondomain_nc_text: STRING_8 is "Security principal objects can only be created inside domain naming contexts."

	error_ds_cant_create_in_nondomain_nc_value: INTEGER_32 is 8553

	error_ds_cant_create_under_schema_text: STRING_8 is "An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container."

	error_ds_cant_create_under_schema_value: INTEGER_32 is 8510

	error_ds_cant_del_master_crossref_text: STRING_8 is "It is not permitted to delete a master cross reference."

	error_ds_cant_del_master_crossref_value: INTEGER_32 is 8375

	error_ds_cant_delete_dsa_obj_text: STRING_8 is "The DSA object cannot be deleted."

	error_ds_cant_delete_dsa_obj_value: INTEGER_32 is 8340

	error_ds_cant_delete_text: STRING_8 is "The requested delete operation could not be performed."

	error_ds_cant_delete_value: INTEGER_32 is 8398

	error_ds_cant_deref_alias_text: STRING_8 is "The alias cannot be dereferenced."

	error_ds_cant_deref_alias_value: INTEGER_32 is 8337

	error_ds_cant_find_dc_for_src_domain_text: STRING_8 is "The operation couldn't locate a DC for the source domain."

	error_ds_cant_find_dc_for_src_domain_value: INTEGER_32 is 8537

	error_ds_cant_find_dsa_obj_text: STRING_8 is "The DSA object could not be found."

	error_ds_cant_find_dsa_obj_value: INTEGER_32 is 8419

	error_ds_cant_find_expected_nc_text: STRING_8 is "The naming context could not be found."

	error_ds_cant_find_expected_nc_value: INTEGER_32 is 8420

	error_ds_cant_find_nc_in_cache_text: STRING_8 is "The naming context could not be found in the cache."

	error_ds_cant_find_nc_in_cache_value: INTEGER_32 is 8421

	error_ds_cant_mix_master_and_reps_text: STRING_8 is "The object and parent must be of the same type, either both masters or  both replicas."

	error_ds_cant_mix_master_and_reps_value: INTEGER_32 is 8331

	error_ds_cant_mod_obj_class_text: STRING_8 is "The directory service detected an attempt to modify the object class of an object."

	error_ds_cant_mod_obj_class_value: INTEGER_32 is 8215

	error_ds_cant_mod_primarygroupid_text: STRING_8 is "Cannot change the primary group ID of a domain controller account."

	error_ds_cant_mod_primarygroupid_value: INTEGER_32 is 8506

	error_ds_cant_mod_system_only_text: STRING_8 is "The attribute cannot be modified because it is owned by the system."

	error_ds_cant_mod_system_only_value: INTEGER_32 is 8369

	error_ds_cant_move_account_group_text: STRING_8 is "Cross-domain move of account groups is not allowed."

	error_ds_cant_move_account_group_value: INTEGER_32 is 8498

	error_ds_cant_move_deleted_object_text: STRING_8 is "Object being moved across-domains is already known to be deleted by the destination server.  The source server does not have the latest version of the source object."

	error_ds_cant_move_deleted_object_value: INTEGER_32 is 8489

	error_ds_cant_move_resource_group_text: STRING_8 is "Cross-domain move of resource groups is not allowed."

	error_ds_cant_move_resource_group_value: INTEGER_32 is 8499

	error_ds_cant_on_non_leaf_text: STRING_8 is "The directory service can perform the requested operation only on a leaf object."

	error_ds_cant_on_non_leaf_value: INTEGER_32 is 8213

	error_ds_cant_on_rdn_text: STRING_8 is "The directory service cannot perform the requested operation on the RDN attribute of an object."

	error_ds_cant_on_rdn_value: INTEGER_32 is 8214

	error_ds_cant_rem_missing_att_text: STRING_8 is "The attribute cannot be removed because it is not present on the object."

	error_ds_cant_rem_missing_att_val_text: STRING_8 is "The attribute value cannot be removed because it is not present on the object."

	error_ds_cant_rem_missing_att_val_value: INTEGER_32 is 8325

	error_ds_cant_rem_missing_att_value: INTEGER_32 is 8324

	error_ds_cant_remove_att_cache_text: STRING_8 is "The attribute could not be removed from the cache."

	error_ds_cant_remove_att_cache_value: INTEGER_32 is 8403

	error_ds_cant_remove_class_cache_text: STRING_8 is "The class could not be removed from the cache."

	error_ds_cant_remove_class_cache_value: INTEGER_32 is 8404

	error_ds_cant_replace_hidden_rec_text: STRING_8 is "The operation cannot replace the hidden record."

	error_ds_cant_replace_hidden_rec_value: INTEGER_32 is 8424

	error_ds_cant_retrieve_atts_text: STRING_8 is "The search failed to retrieve attributes from the database."

	error_ds_cant_retrieve_atts_value: INTEGER_32 is 8481

	error_ds_cant_retrieve_child_text: STRING_8 is "The child object could not be retrieved."

	error_ds_cant_retrieve_child_value: INTEGER_32 is 8422

	error_ds_cant_retrieve_dn_text: STRING_8 is "The distinguished name attribute could not be read."

	error_ds_cant_retrieve_dn_value: INTEGER_32 is 8405

	error_ds_cant_retrieve_instance_text: STRING_8 is "The instance type attribute could not be retrieved."

	error_ds_cant_retrieve_instance_value: INTEGER_32 is 8407

	error_ds_cant_retrieve_sd_text: STRING_8 is "The Security Descriptor attribute could not be read."

	error_ds_cant_retrieve_sd_value: INTEGER_32 is 8526

	error_ds_cant_start_text: STRING_8 is "Directory Service cannot start."

	error_ds_cant_start_value: INTEGER_32 is 8531

	error_ds_cant_tree_delete_critical_obj_text: STRING_8 is "Critical Directory Service System objects cannot be deleted during tree delete operations.  The tree delete may have been partially performed."

	error_ds_cant_tree_delete_critical_obj_value: INTEGER_32 is 8560

	error_ds_cant_with_acct_group_membershps_text: STRING_8 is "Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group.  Remove the object from any account group memberships and retry."

	error_ds_cant_with_acct_group_membershps_value: INTEGER_32 is 8493

	error_ds_children_exist_text: STRING_8 is "The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object."

	error_ds_children_exist_value: INTEGER_32 is 8332

	error_ds_class_must_be_concrete_text: STRING_8 is "The class of the object must be structural; you cannot instantiate an abstract class."

	error_ds_class_must_be_concrete_value: INTEGER_32 is 8359

	error_ds_class_not_dsa_text: STRING_8 is "The object must be of class DSA."

	error_ds_class_not_dsa_value: INTEGER_32 is 8343

	error_ds_client_loop_text: STRING_8 is "A referral loop was detected by the client."

	error_ds_client_loop_value: INTEGER_32 is 8259

	error_ds_code_inconsistency_text: STRING_8 is "An internal error has occurred."

	error_ds_code_inconsistency_value: INTEGER_32 is 8408

	error_ds_compare_false_text: STRING_8 is "The compare response was false."

	error_ds_compare_false_value: INTEGER_32 is 8229

	error_ds_compare_true_text: STRING_8 is "The compare response was true."

	error_ds_compare_true_value: INTEGER_32 is 8230

	error_ds_confidentiality_required_text: STRING_8 is "This request requires a secure connection."

	error_ds_confidentiality_required_value: INTEGER_32 is 8237

	error_ds_config_param_missing_text: STRING_8 is "The directory configuration parameter is missing from the registry."

	error_ds_config_param_missing_value: INTEGER_32 is 8427

	error_ds_constraint_violation_text: STRING_8 is "A constraint violation occurred."

	error_ds_constraint_violation_value: INTEGER_32 is 8239

	error_ds_constructed_att_mod_text: STRING_8 is "Modification of a constructed att is not allowed."

	error_ds_constructed_att_mod_value: INTEGER_32 is 8475

	error_ds_control_not_found_text: STRING_8 is "The specified control is not supported by the server."

	error_ds_control_not_found_value: INTEGER_32 is 8258

	error_ds_couldnt_contact_fsmo_text: STRING_8 is "The requested FSMO operation failed. The current FSMO holder could not be contacted."

	error_ds_couldnt_contact_fsmo_value: INTEGER_32 is 8367

	error_ds_couldnt_identify_objects_for_tree_delete_text: STRING_8 is "The directory service failed to identify the list of objects to delete while attempting a tree deletion."

	error_ds_couldnt_identify_objects_for_tree_delete_value: INTEGER_32 is 8503

	error_ds_couldnt_lock_tree_for_delete_text: STRING_8 is "The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use."

	error_ds_couldnt_lock_tree_for_delete_value: INTEGER_32 is 8502

	error_ds_couldnt_update_spns_text: STRING_8 is "While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync."

	error_ds_couldnt_update_spns_value: INTEGER_32 is 8525

	error_ds_counting_ab_indices_failed_text: STRING_8 is "The attempt to count the address book indices failed."

	error_ds_counting_ab_indices_failed_value: INTEGER_32 is 8428

	error_ds_cr_impossible_to_validate_text: STRING_8 is "The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context.  Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners."

	error_ds_cr_impossible_to_validate_value: INTEGER_32 is 8495

	error_ds_cross_dom_move_error_text: STRING_8 is "The requested cross-domain move operation could not be performed."

	error_ds_cross_dom_move_error_value: INTEGER_32 is 8216

	error_ds_cross_domain_cleanup_reqd_text: STRING_8 is "A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains.  The destination object needs to be removed to restore the system to a consistent state."

	error_ds_cross_domain_cleanup_reqd_value: INTEGER_32 is 8491

	error_ds_cross_nc_dn_rename_text: STRING_8 is "Modification of a DN across a naming context is not permitted."

	error_ds_cross_nc_dn_rename_value: INTEGER_32 is 8368

	error_ds_cross_ref_exists_text: STRING_8 is "A cross reference already exists."

	error_ds_cross_ref_exists_value: INTEGER_32 is 8374

	error_ds_database_error_text: STRING_8 is "A database error has occurred."

	error_ds_database_error_value: INTEGER_32 is 8409

	error_ds_decoding_error_text: STRING_8 is "A decoding error has occurred."

	error_ds_decoding_error_value: INTEGER_32 is 8253

	error_ds_destination_auditing_not_enabled_text: STRING_8 is "The operation requires that destination domain auditing be enabled."

	error_ds_destination_auditing_not_enabled_value: INTEGER_32 is 8536

	error_ds_destination_domain_not_in_forest_text: STRING_8 is "The destination domain must be in the forest."

	error_ds_destination_domain_not_in_forest_value: INTEGER_32 is 8535

	error_ds_dns_lookup_failure_text: STRING_8 is "The DSA operation is unable to proceed because of a DNS lookup failure."

	error_ds_dns_lookup_failure_value: INTEGER_32 is 8524

	error_ds_dra_abandon_sync_text: STRING_8 is "The replication synchronization attempt was abandoned because of a lack of updates."

	error_ds_dra_abandon_sync_value: INTEGER_32 is 8462

	error_ds_dra_access_denied_text: STRING_8 is "Replication access was denied."

	error_ds_dra_access_denied_value: INTEGER_32 is 8453

	error_ds_dra_bad_dn_text: STRING_8 is "The distinguished name specified for this replication operation is invalid."

	error_ds_dra_bad_dn_value: INTEGER_32 is 8439

	error_ds_dra_bad_instance_type_text: STRING_8 is "The replication operation encountered an object with an invalid instance type."

	error_ds_dra_bad_instance_type_value: INTEGER_32 is 8445

	error_ds_dra_bad_nc_text: STRING_8 is "The naming context specified for this replication operation is invalid."

	error_ds_dra_bad_nc_value: INTEGER_32 is 8440

	error_ds_dra_busy_text: STRING_8 is "The directory service is too busy to complete the replication operation at this time."

	error_ds_dra_busy_value: INTEGER_32 is 8438

	error_ds_dra_connection_failed_text: STRING_8 is "The server specified for this replication operation could not be contacted."

	error_ds_dra_connection_failed_value: INTEGER_32 is 8444

	error_ds_dra_db_error_text: STRING_8 is "The replication operation encountered a database error."

	error_ds_dra_db_error_value: INTEGER_32 is 8451

	error_ds_dra_dn_exists_text: STRING_8 is "The distinguished name specified for this replication operation already exists."

	error_ds_dra_dn_exists_value: INTEGER_32 is 8441

	error_ds_dra_earlier_schema_conflict_text: STRING_8 is "The replication operation could not be completed due to a previous schema incompatibility."

	error_ds_dra_earlier_schema_conflict_value: INTEGER_32 is 8544

	error_ds_dra_extn_connection_failed_text: STRING_8 is "The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation."

	error_ds_dra_extn_connection_failed_value: INTEGER_32 is 8466

	error_ds_dra_generic_text: STRING_8 is "The replication operation failed."

	error_ds_dra_generic_value: INTEGER_32 is 8436

	error_ds_dra_incompatible_partial_set_text: STRING_8 is "The replication synchronization attempt failed as the destination partial attribute set is not a subset of source partial attribute set."

	error_ds_dra_incompatible_partial_set_value: INTEGER_32 is 8464

	error_ds_dra_inconsistent_dit_text: STRING_8 is "The replication operation encountered a database inconsistency."

	error_ds_dra_inconsistent_dit_value: INTEGER_32 is 8443

	error_ds_dra_internal_error_text: STRING_8 is "The replication system encountered an internal error."

	error_ds_dra_internal_error_value: INTEGER_32 is 8442

	error_ds_dra_invalid_parameter_text: STRING_8 is "An invalid parameter was specified for this replication operation."

	error_ds_dra_invalid_parameter_value: INTEGER_32 is 8437

	error_ds_dra_mail_problem_text: STRING_8 is "The replication operation encountered an error with the mail system."

	error_ds_dra_mail_problem_value: INTEGER_32 is 8447

	error_ds_dra_missing_parent_text: STRING_8 is "The replication operation failed because a required parent object is missing."

	error_ds_dra_missing_parent_value: INTEGER_32 is 8460

	error_ds_dra_name_collision_text: STRING_8 is "The replication operation failed due to a collision of object names."

	error_ds_dra_name_collision_value: INTEGER_32 is 8458

	error_ds_dra_no_replica_text: STRING_8 is "The naming context is in the process of being removed or is not replicated from the specified server."

	error_ds_dra_no_replica_value: INTEGER_32 is 8452

	error_ds_dra_not_supported_text: STRING_8 is "The requested operation is not supported by this version of the directory service."

	error_ds_dra_not_supported_value: INTEGER_32 is 8454

	error_ds_dra_obj_is_rep_source_text: STRING_8 is "The naming context cannot be removed because it is replicated to another server."

	error_ds_dra_obj_is_rep_source_value: INTEGER_32 is 8450

	error_ds_dra_obj_nc_mismatch_text: STRING_8 is "The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation."

	error_ds_dra_obj_nc_mismatch_value: INTEGER_32 is 8545

	error_ds_dra_out_of_mem_text: STRING_8 is "The replication operation failed to allocate memory."

	error_ds_dra_out_of_mem_value: INTEGER_32 is 8446

	error_ds_dra_preempted_text: STRING_8 is "The replication operation was preempted."

	error_ds_dra_preempted_value: INTEGER_32 is 8461

	error_ds_dra_ref_already_exists_text: STRING_8 is "The replication reference information for the target server already exists."

	error_ds_dra_ref_already_exists_value: INTEGER_32 is 8448

	error_ds_dra_ref_not_found_text: STRING_8 is "The replication reference information for the target server does not exist."

	error_ds_dra_ref_not_found_value: INTEGER_32 is 8449

	error_ds_dra_repl_pending_text: STRING_8 is "The replication request has been posted; waiting for reply."

	error_ds_dra_repl_pending_value: INTEGER_32 is 8477

	error_ds_dra_rpc_cancelled_text: STRING_8 is "The replication remote procedure call was cancelled."

	error_ds_dra_rpc_cancelled_value: INTEGER_32 is 8455

	error_ds_dra_schema_conflict_text: STRING_8 is "The replication operation could not be completed due to a schema  incompatibility."

	error_ds_dra_schema_conflict_value: INTEGER_32 is 8543

	error_ds_dra_schema_info_ship_text: STRING_8 is "Schema information could not be included in the replication request."

	error_ds_dra_schema_info_ship_value: INTEGER_32 is 8542

	error_ds_dra_schema_mismatch_text: STRING_8 is "The replication operation failed because of a schema mismatch between the servers involved."

	error_ds_dra_schema_mismatch_value: INTEGER_32 is 8418

	error_ds_dra_shutdown_text: STRING_8 is "The replication operation was terminated because the system is shutting down."

	error_ds_dra_shutdown_value: INTEGER_32 is 8463

	error_ds_dra_sink_disabled_text: STRING_8 is "The destination server is currently rejecting replication requests."

	error_ds_dra_sink_disabled_value: INTEGER_32 is 8457

	error_ds_dra_source_disabled_text: STRING_8 is "The source server is currently rejecting replication requests."

	error_ds_dra_source_disabled_value: INTEGER_32 is 8456

	error_ds_dra_source_is_partial_replica_text: STRING_8 is "The replication synchronization attempt failed because a master replica attempted to sync from a partial replica."

	error_ds_dra_source_is_partial_replica_value: INTEGER_32 is 8465

	error_ds_dra_source_reinstalled_text: STRING_8 is "The replication source has been reinstalled."

	error_ds_dra_source_reinstalled_value: INTEGER_32 is 8459

	error_ds_ds_required_text: STRING_8 is "The requested operation requires a directory service, and none was available."

	error_ds_ds_required_value: INTEGER_32 is 8478

	error_ds_dsa_must_be_int_master_text: STRING_8 is "The operation can only be performed on an internal master DSA object."

	error_ds_dsa_must_be_int_master_value: INTEGER_32 is 8342

	error_ds_dst_domain_not_native_text: STRING_8 is "Destination domain must be in native mode."

	error_ds_dst_domain_not_native_value: INTEGER_32 is 8496

	error_ds_dst_nc_mismatch_text: STRING_8 is "Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest.  Either source or destination does not have the latest version of the Partitions container."

	error_ds_dst_nc_mismatch_value: INTEGER_32 is 8486

	error_ds_dup_ldap_display_name_text: STRING_8 is "Schema update failed: duplicate LDAP display name."

	error_ds_dup_ldap_display_name_value: INTEGER_32 is 8382

	error_ds_dup_link_id_text: STRING_8 is "Schema update failed: An attribute with the same link identifier already exists."

	error_ds_dup_link_id_value: INTEGER_32 is 8468

	error_ds_dup_mapi_id_text: STRING_8 is "Schema update failed: duplicate MAPI identifier."

	error_ds_dup_mapi_id_value: INTEGER_32 is 8380

	error_ds_dup_oid_text: STRING_8 is "Schema update failed: duplicate OID."

	error_ds_dup_oid_value: INTEGER_32 is 8379

	error_ds_dup_rdn_text: STRING_8 is "Schema update failed: duplicate RDN."

	error_ds_dup_rdn_value: INTEGER_32 is 8378

	error_ds_dup_schema_id_guid_text: STRING_8 is "Schema update failed: duplicate schema-id GUID."

	error_ds_dup_schema_id_guid_value: INTEGER_32 is 8381

	error_ds_encoding_error_text: STRING_8 is "An encoding error has occurred."

	error_ds_encoding_error_value: INTEGER_32 is 8252

	error_ds_epoch_mismatch_text: STRING_8 is "Source and destination of a cross-domain move do not agree on the object's epoch number.  Either source or destination does not have the latest version of the object."

	error_ds_epoch_mismatch_value: INTEGER_32 is 8483

	error_ds_exists_in_aux_cls_text: STRING_8 is "Schema deletion failed: class is used as auxiliary class."

	error_ds_exists_in_aux_cls_value: INTEGER_32 is 8393

	error_ds_exists_in_may_have_text: STRING_8 is "Schema deletion failed: attribute is used in may-contain."

	error_ds_exists_in_may_have_value: INTEGER_32 is 8386

	error_ds_exists_in_must_have_text: STRING_8 is "Schema deletion failed: attribute is used in must-contain."

	error_ds_exists_in_must_have_value: INTEGER_32 is 8385

	error_ds_exists_in_poss_sup_text: STRING_8 is "Schema deletion failed: class is used as poss superior."

	error_ds_exists_in_poss_sup_value: INTEGER_32 is 8395

	error_ds_exists_in_sub_cls_text: STRING_8 is "Schema deletion failed: class is used as sub class."

	error_ds_exists_in_sub_cls_value: INTEGER_32 is 8394

	error_ds_filter_unknown_text: STRING_8 is "The search filter cannot be recognized."

	error_ds_filter_unknown_value: INTEGER_32 is 8254

	error_ds_filter_uses_contructed_attrs_text: STRING_8 is "A Filter was passed that uses constructed attributes."

	error_ds_filter_uses_contructed_attrs_value: INTEGER_32 is 8555

	error_ds_gc_not_available_text: STRING_8 is "Unable to contact the global catalog server."

	error_ds_gc_not_available_value: INTEGER_32 is 8217

	error_ds_gc_required_text: STRING_8 is "The requested operation can be performed only on a global catalog server."

	error_ds_gc_required_value: INTEGER_32 is 8547

	error_ds_gcverify_error_text: STRING_8 is "The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available."

	error_ds_gcverify_error_value: INTEGER_32 is 8417

	error_ds_generic_error_text: STRING_8 is "A directory service error has occurred."

	error_ds_generic_error_value: INTEGER_32 is 8341

	error_ds_global_cant_have_crossdomain_member_text: STRING_8 is "A global group cannot have a cross-domain member."

	error_ds_global_cant_have_crossdomain_member_value: INTEGER_32 is 8519

	error_ds_global_cant_have_local_member_text: STRING_8 is "A global group cannot have a local group as a member."

	error_ds_global_cant_have_local_member_value: INTEGER_32 is 8516

	error_ds_global_cant_have_universal_member_text: STRING_8 is "A global group cannot have a universal group as a member."

	error_ds_global_cant_have_universal_member_value: INTEGER_32 is 8517

	error_ds_governsid_missing_text: STRING_8 is "The attribute GOVERNSID is missing."

	error_ds_governsid_missing_value: INTEGER_32 is 8410

	error_ds_have_primary_members_text: STRING_8 is "A group with primary members cannot change to a security-disabled group."

	error_ds_have_primary_members_value: INTEGER_32 is 8521

	error_ds_hierarchy_table_malloc_failed_text: STRING_8 is "The allocation of the hierarchy table failed."

	error_ds_hierarchy_table_malloc_failed_value: INTEGER_32 is 8429

	error_ds_illegal_base_schema_mod_text: STRING_8 is "An attempt is made to modify the base schema."

	error_ds_illegal_base_schema_mod_value: INTEGER_32 is 8507

	error_ds_illegal_mod_operation_text: STRING_8 is "Illegal modify operation. Some aspect of the modification is not permitted."

	error_ds_illegal_mod_operation_value: INTEGER_32 is 8311

	error_ds_illegal_superior_text: STRING_8 is "The object cannot be added because the parent is not on the list of possible superiors."

	error_ds_illegal_superior_value: INTEGER_32 is 8345

	error_ds_illegal_xdom_move_operation_text: STRING_8 is "This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, eg: trust account or restricted RID, which prevent its move."

	error_ds_illegal_xdom_move_operation_value: INTEGER_32 is 8492

	error_ds_inappropriate_auth_text: STRING_8 is "Inappropriate authentication."

	error_ds_inappropriate_auth_value: INTEGER_32 is 8233

	error_ds_inappropriate_matching_text: STRING_8 is "Inappropriate matching."

	error_ds_inappropriate_matching_value: INTEGER_32 is 8238

	error_ds_incorrect_role_owner_text: STRING_8 is "The requested operation could not be performed because the directory service is not the master for that type of operation."

	error_ds_incorrect_role_owner_value: INTEGER_32 is 8210

	error_ds_init_failure_text: STRING_8 is "Directory Services could not start."

	error_ds_init_failure_value: INTEGER_32 is 8532

	error_ds_install_no_sch_version_in_inifile_text: STRING_8 is "The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory."

	error_ds_install_no_sch_version_in_inifile_value: INTEGER_32 is 8512

	error_ds_install_no_src_sch_version_text: STRING_8 is "The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it."

	error_ds_install_no_src_sch_version_value: INTEGER_32 is 8511

	error_ds_install_schema_mismatch_text: STRING_8 is "A schema mismatch is detected between the source and the build used during a replica install. The replica cannot be installed."

	error_ds_install_schema_mismatch_value: INTEGER_32 is 8467

	error_ds_insuff_access_rights_text: STRING_8 is "Insufficient access rights to perform the operation."

	error_ds_insuff_access_rights_value: INTEGER_32 is 8344

	error_ds_internal_failure_text: STRING_8 is "The directory service encountered an internal failure."

	error_ds_internal_failure_value: INTEGER_32 is 8430

	error_ds_invalid_attribute_syntax_text: STRING_8 is "The attribute syntax specified to the directory service is invalid."

	error_ds_invalid_attribute_syntax_value: INTEGER_32 is 8203

	error_ds_invalid_dmd_text: STRING_8 is "The schema object could not be found."

	error_ds_invalid_dmd_value: INTEGER_32 is 8360

	error_ds_invalid_dn_syntax_text: STRING_8 is "An invalid dn syntax has been specified."

	error_ds_invalid_dn_syntax_value: INTEGER_32 is 8242

	error_ds_invalid_group_type_text: STRING_8 is "The specified group type is invalid."

	error_ds_invalid_group_type_value: INTEGER_32 is 8513

	error_ds_invalid_ldap_display_name_text: STRING_8 is "The LDAP display name of the class or attribute contains non-ASCII characters."

	error_ds_invalid_ldap_display_name_value: INTEGER_32 is 8479

	error_ds_invalid_name_for_spn_text: STRING_8 is "A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format."

	error_ds_invalid_name_for_spn_value: INTEGER_32 is 8554

	error_ds_invalid_role_owner_text: STRING_8 is "The role owner attribute could not be read."

	error_ds_invalid_role_owner_value: INTEGER_32 is 8366

	error_ds_invalid_search_flag_text: STRING_8 is "The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings."

	error_ds_invalid_search_flag_value: INTEGER_32 is 8500

	error_ds_is_leaf_text: STRING_8 is "The object is a leaf object."

	error_ds_is_leaf_value: INTEGER_32 is 8243

	error_ds_key_not_unique_text: STRING_8 is "The object requested was not found, but an object with that key was found."

	error_ds_key_not_unique_value: INTEGER_32 is 8527

	error_ds_local_cant_have_crossdomain_local_member_text: STRING_8 is "A local group cannot have another cross domain local group as a member."

	error_ds_local_cant_have_crossdomain_local_member_value: INTEGER_32 is 8520

	error_ds_local_error_text: STRING_8 is "A local error has occurred."

	error_ds_local_error_value: INTEGER_32 is 8251

	error_ds_local_member_of_local_only_text: STRING_8 is "A local group can only be a member of other local groups in the same domain."

	error_ds_local_member_of_local_only_value: INTEGER_32 is 8548

	error_ds_loop_detect_text: STRING_8 is "A loop has been detected."

	error_ds_loop_detect_value: INTEGER_32 is 8246

	error_ds_machine_account_quota_exceeded_text: STRING_8 is "Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased."

	error_ds_machine_account_quota_exceeded_value: INTEGER_32 is 8557

	error_ds_masterdsa_required_text: STRING_8 is "The operation must be performed at a master DSA."

	error_ds_masterdsa_required_value: INTEGER_32 is 8314

	error_ds_max_obj_size_exceeded_text: STRING_8 is "The maximum size of an object has been exceeded."

	error_ds_max_obj_size_exceeded_value: INTEGER_32 is 8304

	error_ds_membership_evaluated_locally_text: STRING_8 is "The directory service evaluated group memberships locally."

	error_ds_membership_evaluated_locally_value: INTEGER_32 is 8201

	error_ds_missing_expected_att_text: STRING_8 is "An expected attribute is missing."

	error_ds_missing_expected_att_value: INTEGER_32 is 8411

	error_ds_missing_fsmo_settings_text: STRING_8 is "The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles."

	error_ds_missing_fsmo_settings_value: INTEGER_32 is 8434

	error_ds_missing_infrastructure_container_text: STRING_8 is "The operation cannot be performed because the server does not have an infrastructure container in the domain of interest."

	error_ds_missing_infrastructure_container_value: INTEGER_32 is 8497

	error_ds_missing_required_att_text: STRING_8 is "A required attribute is missing."

	error_ds_missing_required_att_value: INTEGER_32 is 8316

	error_ds_missing_supref_text: STRING_8 is "A required subref is missing."

	error_ds_missing_supref_value: INTEGER_32 is 8406

	error_ds_must_be_run_on_dst_dc_text: STRING_8 is "For security reasons, the operation must be run on the destination DC."

	error_ds_must_be_run_on_dst_dc_value: INTEGER_32 is 8558

	error_ds_name_error_domain_only_text: STRING_8 is "Name translation: Unable to resolve completely, only the domain was found."

	error_ds_name_error_domain_only_value: INTEGER_32 is 8473

	error_ds_name_error_no_mapping_text: STRING_8 is "Name translation: Input name found, but not the associated output format."

	error_ds_name_error_no_mapping_value: INTEGER_32 is 8472

	error_ds_name_error_no_syntactical_mapping_text: STRING_8 is "Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire."

	error_ds_name_error_no_syntactical_mapping_value: INTEGER_32 is 8474

	error_ds_name_error_not_found_text: STRING_8 is "Name translation: Could not find the name or insufficient right to see name."

	error_ds_name_error_not_found_value: INTEGER_32 is 8470

	error_ds_name_error_not_unique_text: STRING_8 is "Name translation: Input name mapped to more than one output name."

	error_ds_name_error_not_unique_value: INTEGER_32 is 8471

	error_ds_name_error_resolving_text: STRING_8 is "Name translation: Generic processing error."

	error_ds_name_error_resolving_value: INTEGER_32 is 8469

	error_ds_name_reference_invalid_text: STRING_8 is "The name reference is invalid."

	error_ds_name_reference_invalid_value: INTEGER_32 is 8373

	error_ds_name_too_long_text: STRING_8 is "The name is too long."

	error_ds_name_too_long_value: INTEGER_32 is 8348

	error_ds_name_too_many_parts_text: STRING_8 is "The name has too many parts."

	error_ds_name_too_many_parts_value: INTEGER_32 is 8347

	error_ds_name_type_unknown_text: STRING_8 is "The directory service cannot get the attribute type for a name."

	error_ds_name_type_unknown_value: INTEGER_32 is 8351

	error_ds_name_unparseable_text: STRING_8 is "The directory service encountered an error parsing a name."

	error_ds_name_unparseable_value: INTEGER_32 is 8350

	error_ds_name_value_too_long_text: STRING_8 is "The name value is too long."

	error_ds_name_value_too_long_value: INTEGER_32 is 8349

	error_ds_naming_master_gc_text: STRING_8 is "Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role."

	error_ds_naming_master_gc_value: INTEGER_32 is 8523

	error_ds_naming_violation_text: STRING_8 is "There is a naming violation."

	error_ds_naming_violation_value: INTEGER_32 is 8247

	error_ds_nc_must_have_nc_parent_text: STRING_8 is "A naming context head must be the immediate child of another naming context head, not of an interior node."

	error_ds_nc_must_have_nc_parent_value: INTEGER_32 is 8494

	error_ds_nc_still_has_dsas_text: STRING_8 is "The requested domain could not be deleted because there exist domain controllers that still host this domain."

	error_ds_nc_still_has_dsas_value: INTEGER_32 is 8546

	error_ds_ncname_missing_cr_ref_text: STRING_8 is "The specified naming context is missing a cross reference."

	error_ds_ncname_missing_cr_ref_value: INTEGER_32 is 8412

	error_ds_ncname_must_be_nc_text: STRING_8 is "The object must be a naming context."

	error_ds_ncname_must_be_nc_value: INTEGER_32 is 8357

	error_ds_no_attribute_or_value_text: STRING_8 is "The specified directory service attribute or value does not exist."

	error_ds_no_attribute_or_value_value: INTEGER_32 is 8202

	error_ds_no_chained_eval_text: STRING_8 is "Chained evaluation is not permitted."

	error_ds_no_chained_eval_value: INTEGER_32 is 8328

	error_ds_no_chaining_text: STRING_8 is "Chaining is not permitted."

	error_ds_no_chaining_value: INTEGER_32 is 8327

	error_ds_no_checkpoint_with_pdc_text: STRING_8 is "The checkpoint with the PDC could not be taken because there too many modifications being processed currently."

	error_ds_no_checkpoint_with_pdc_value: INTEGER_32 is 8551

	error_ds_no_crossref_for_nc_text: STRING_8 is "The cross reference for the specified naming context could not be found."

	error_ds_no_crossref_for_nc_value: INTEGER_32 is 8363

	error_ds_no_deleted_name_text: STRING_8 is "Failed to create name for deleted object."

	error_ds_no_deleted_name_value: INTEGER_32 is 8355

	error_ds_no_fpo_in_universal_groups_text: STRING_8 is "Foreign security principals cannot be members of universal groups."

	error_ds_no_fpo_in_universal_groups_value: INTEGER_32 is 8549

	error_ds_no_more_rids_text: STRING_8 is "The directory service has exhausted the pool of relative identifiers."

	error_ds_no_more_rids_value: INTEGER_32 is 8209

	error_ds_no_nest_globalgroup_in_mixeddomain_text: STRING_8 is "You cannot nest global groups in a mixed domain if the group is security-enabled."

	error_ds_no_nest_globalgroup_in_mixeddomain_value: INTEGER_32 is 8514

	error_ds_no_nest_localgroup_in_mixeddomain_text: STRING_8 is "You cannot nest local groups in a mixed domain if the group is security-enabled."

	error_ds_no_nest_localgroup_in_mixeddomain_value: INTEGER_32 is 8515

	error_ds_no_parent_object_text: STRING_8 is "The operation could not be performed because the object's parent is either uninstantiated or deleted."

	error_ds_no_parent_object_value: INTEGER_32 is 8329

	error_ds_no_pkt_privacy_on_connection_text: STRING_8 is "The connection between client and server requires packet privacy or better."

	error_ds_no_pkt_privacy_on_connection_value: INTEGER_32 is 8533

	error_ds_no_rdn_defined_in_schema_text: STRING_8 is "An attempt was made to add an object of a class that does not have an RDN defined in the schema."

	error_ds_no_rdn_defined_in_schema_value: INTEGER_32 is 8306

	error_ds_no_requested_atts_found_text: STRING_8 is "None of the requested attributes were found on the objects."

	error_ds_no_requested_atts_found_value: INTEGER_32 is 8308

	error_ds_no_results_returned_text: STRING_8 is "No results were returned."

	error_ds_no_results_returned_value: INTEGER_32 is 8257

	error_ds_no_rids_allocated_text: STRING_8 is "The directory service was unable to allocate a relative identifier."

	error_ds_no_rids_allocated_value: INTEGER_32 is 8208

	error_ds_no_such_object_text: STRING_8 is "There is no such object on the server."

	error_ds_no_such_object_value: INTEGER_32 is 8240

	error_ds_no_tree_delete_above_nc_text: STRING_8 is "Tree deletions starting at an object which has an NC head as a descendant are not allowed."

	error_ds_no_tree_delete_above_nc_value: INTEGER_32 is 8501

	error_ds_non_base_search_text: STRING_8 is "The requested search operation is only supported for base searches."

	error_ds_non_base_search_value: INTEGER_32 is 8480

	error_ds_nonexistent_may_have_text: STRING_8 is "Schema update failed: attribute in may-contain does not exist."

	error_ds_nonexistent_may_have_value: INTEGER_32 is 8387

	error_ds_nonexistent_must_have_text: STRING_8 is "Schema update failed: attribute in must-contain does not exist."

	error_ds_nonexistent_must_have_value: INTEGER_32 is 8388

	error_ds_nonexistent_poss_sup_text: STRING_8 is "Schema update failed: class in poss-superiors does not exist."

	error_ds_nonexistent_poss_sup_value: INTEGER_32 is 8390

	error_ds_nonsafe_schema_change_text: STRING_8 is "Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed."

	error_ds_nonsafe_schema_change_value: INTEGER_32 is 8508

	error_ds_not_an_object_text: STRING_8 is "The name does not identify an object; the name identifies a phantom."

	error_ds_not_an_object_value: INTEGER_32 is 8352

	error_ds_not_authoritive_for_dst_nc_text: STRING_8 is "Destination of a cross-domain move is not authoritative for the destination naming context."

	error_ds_not_authoritive_for_dst_nc_value: INTEGER_32 is 8487

	error_ds_not_installed_text: STRING_8 is "An error occurred while installing the directory service. For more information, see the event log."

	error_ds_not_installed_value: INTEGER_32 is 8200

	error_ds_not_on_backlink_text: STRING_8 is "The operation cannot be performed on a back link."

	error_ds_not_on_backlink_value: INTEGER_32 is 8362

	error_ds_not_supported_text: STRING_8 is "The specified method is not supported."

	error_ds_not_supported_value: INTEGER_32 is 8256

	error_ds_notify_filter_too_complex_text: STRING_8 is "Notification filter is too complex."

	error_ds_notify_filter_too_complex_value: INTEGER_32 is 8377

	error_ds_obj_class_not_defined_text: STRING_8 is "The specified class is not defined."

	error_ds_obj_class_not_defined_value: INTEGER_32 is 8371

	error_ds_obj_class_not_subclass_text: STRING_8 is "The specified class is not a subclass."

	error_ds_obj_class_not_subclass_value: INTEGER_32 is 8372

	error_ds_obj_class_violation_text: STRING_8 is "The requested operation did not satisfy one or more constraints associated with the class of the object."

	error_ds_obj_class_violation_value: INTEGER_32 is 8212

	error_ds_obj_guid_exists_text: STRING_8 is "A local object with this GUID (dead or alive) already exists."

	error_ds_obj_guid_exists_value: INTEGER_32 is 8361

	error_ds_obj_not_found_text: STRING_8 is "Directory object not found."

	error_ds_obj_not_found_value: INTEGER_32 is 8333

	error_ds_obj_string_name_exists_text: STRING_8 is "An attempt was made to add an object to the directory with a name that is already in use."

	error_ds_obj_string_name_exists_value: INTEGER_32 is 8305

	error_ds_obj_too_large_text: STRING_8 is "The specified object is too large."

	error_ds_obj_too_large_value: INTEGER_32 is 8312

	error_ds_object_class_required_text: STRING_8 is "The object class attribute must be specified."

	error_ds_object_class_required_value: INTEGER_32 is 8315

	error_ds_object_results_too_large_text: STRING_8 is "The result set is too large."

	error_ds_object_results_too_large_value: INTEGER_32 is 8248

	error_ds_operations_error_text: STRING_8 is "An operations error occurred."

	error_ds_operations_error_value: INTEGER_32 is 8224

	error_ds_out_of_scope_text: STRING_8 is "The operation is out of scope."

	error_ds_out_of_scope_value: INTEGER_32 is 8338

	error_ds_param_error_text: STRING_8 is "One or more parameters are illegal."

	error_ds_param_error_value: INTEGER_32 is 8255

	error_ds_parent_is_an_alias_text: STRING_8 is "Having a parent that is an alias is not permitted. Aliases are leaf objects."

	error_ds_parent_is_an_alias_value: INTEGER_32 is 8330

	error_ds_pdc_operation_in_progress_text: STRING_8 is "Another operation which requires exclusive access to the PDC FSMO is already in progress."

	error_ds_pdc_operation_in_progress_value: INTEGER_32 is 8490

	error_ds_protocol_error_text: STRING_8 is "A protocol error occurred."

	error_ds_protocol_error_value: INTEGER_32 is 8225

	error_ds_range_constraint_text: STRING_8 is "A value for the attribute was not in the acceptable range of values."

	error_ds_range_constraint_value: INTEGER_32 is 8322

	error_ds_rdn_doesnt_match_schema_text: STRING_8 is "An attempt was made to add an object using an RDN that is not the RDN defined in the schema."

	error_ds_rdn_doesnt_match_schema_value: INTEGER_32 is 8307

	error_ds_recalcschema_failed_text: STRING_8 is "Schema update failed in recalculating validation cache."

	error_ds_recalcschema_failed_value: INTEGER_32 is 8396

	error_ds_referral_limit_exceeded_text: STRING_8 is "The preset referral limit was exceeded."

	error_ds_referral_limit_exceeded_value: INTEGER_32 is 8260

	error_ds_referral_text: STRING_8 is "A referral was returned from the server."

	error_ds_referral_value: INTEGER_32 is 8235

	error_ds_refusing_fsmo_roles_text: STRING_8 is "This directory server is shutting down, and cannot take ownership of new floating single-master operation roles."

	error_ds_refusing_fsmo_roles_value: INTEGER_32 is 8433

	error_ds_replicator_only_text: STRING_8 is "Only the replicator can perform this function."

	error_ds_replicator_only_value: INTEGER_32 is 8370

	error_ds_ridmgr_init_error_text: STRING_8 is "The directory service was unable to initialize the subsystem that allocates relative identifiers."

	error_ds_ridmgr_init_error_value: INTEGER_32 is 8211

	error_ds_root_cant_be_subref_text: STRING_8 is "The specified root object cannot be a subref."

	error_ds_root_cant_be_subref_value: INTEGER_32 is 8326

	error_ds_root_must_be_nc_text: STRING_8 is "The root object must be the head of a naming context. The root object cannot have an instantiated parent."

	error_ds_root_must_be_nc_value: INTEGER_32 is 8301

	error_ds_root_requires_class_top_text: STRING_8 is "A root object requires a class of 'top'."

	error_ds_root_requires_class_top_value: INTEGER_32 is 8432

	error_ds_sam_init_failure_text: STRING_8 is "Security Accounts Manager initialization failed because of the following error: %%1.  Error Status: 0x%%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information."

	error_ds_sam_init_failure_value: INTEGER_32 is 8504

	error_ds_sam_need_bootkey_floppy_text: STRING_8 is "Security Account Manager needs to get the boot key from floppy disk."

	error_ds_sam_need_bootkey_floppy_value: INTEGER_32 is 8530

	error_ds_sam_need_bootkey_password_text: STRING_8 is "Security Account Manager needs to get the boot password."

	error_ds_sam_need_bootkey_password_value: INTEGER_32 is 8529

	error_ds_schema_alloc_failed_text: STRING_8 is "Schema allocation failed. Please check if the machine is running low on memory."

	error_ds_schema_alloc_failed_value: INTEGER_32 is 8415

	error_ds_schema_not_loaded_text: STRING_8 is "The schema is not loaded."

	error_ds_schema_not_loaded_value: INTEGER_32 is 8414

	error_ds_schema_update_disallowed_text: STRING_8 is "Schema update is not allowed on this DC. Either the registry key is not set or the DC is not the schema FSMO Role Owner."

	error_ds_schema_update_disallowed_value: INTEGER_32 is 8509

	error_ds_sec_desc_invalid_text: STRING_8 is "The security descriptor is invalid."

	error_ds_sec_desc_invalid_value: INTEGER_32 is 8354

	error_ds_sec_desc_too_short_text: STRING_8 is "The security descriptor is too short."

	error_ds_sec_desc_too_short_value: INTEGER_32 is 8353

	error_ds_security_checking_error_text: STRING_8 is "A security checking error has occurred."

	error_ds_security_checking_error_value: INTEGER_32 is 8413

	error_ds_security_illegal_modify_text: STRING_8 is "The modification was not permitted for security reasons."

	error_ds_security_illegal_modify_value: INTEGER_32 is 8423

	error_ds_semantic_att_test_text: STRING_8 is "Schema update failed: range-lower less than range upper."

	error_ds_semantic_att_test_value: INTEGER_32 is 8383

	error_ds_sensitive_group_violation_text: STRING_8 is "Only an administrator can modify the membership list of an administrative group."

	error_ds_sensitive_group_violation_value: INTEGER_32 is 8505

	error_ds_server_down_text: STRING_8 is "The server is not operational."

	error_ds_server_down_value: INTEGER_32 is 8250

	error_ds_shutting_down_text: STRING_8 is "The operation could not be performed because the directory service is shutting down."

	error_ds_shutting_down_value: INTEGER_32 is 8364

	error_ds_single_value_constraint_text: STRING_8 is "Multiple values were specified for an attribute that can have only one value."

	error_ds_single_value_constraint_value: INTEGER_32 is 8321

	error_ds_sizelimit_exceeded_text: STRING_8 is "The size limit for this request was exceeded."

	error_ds_sizelimit_exceeded_value: INTEGER_32 is 8227

	error_ds_source_auditing_not_enabled_text: STRING_8 is "The operation requires that source domain auditing be enabled."

	error_ds_source_auditing_not_enabled_value: INTEGER_32 is 8552

	error_ds_source_domain_in_forest_text: STRING_8 is "The source domain may not be in the same forest as destination."

	error_ds_source_domain_in_forest_value: INTEGER_32 is 8534

	error_ds_src_and_dst_nc_identical_text: STRING_8 is "Source and destination for the cross-domain move operation are identical.  Caller should use local move operation instead of cross-domain move operation."

	error_ds_src_and_dst_nc_identical_value: INTEGER_32 is 8485

	error_ds_src_and_dst_object_class_mismatch_text: STRING_8 is "The source and destination object must be of the same type."

	error_ds_src_and_dst_object_class_mismatch_value: INTEGER_32 is 8540

	error_ds_src_dc_must_be_sp4_or_greater_text: STRING_8 is "For security reasons, the source DC must be Service Pack 4 or greater."

	error_ds_src_dc_must_be_sp4_or_greater_value: INTEGER_32 is 8559

	error_ds_src_guid_mismatch_text: STRING_8 is "Source and destination of a cross-domain move do not agree on the identity of the source object.  Either source or destination does not have the latest version of the source object."

	error_ds_src_guid_mismatch_value: INTEGER_32 is 8488

	error_ds_src_name_mismatch_text: STRING_8 is "Source and destination of a cross-domain move do not agree on the object's current name.  Either source or destination does not have the latest version of the object."

	error_ds_src_name_mismatch_value: INTEGER_32 is 8484

	error_ds_src_obj_not_group_or_user_text: STRING_8 is "The source object must be a group or user."

	error_ds_src_obj_not_group_or_user_value: INTEGER_32 is 8538

	error_ds_src_sid_exists_in_forest_text: STRING_8 is "The source object's SID already exists in destination forest."

	error_ds_src_sid_exists_in_forest_value: INTEGER_32 is 8539

	error_ds_string_sd_conversion_failed_text: STRING_8 is "The schema cache load failed to convert the string default SD on a class-schema object."

	error_ds_string_sd_conversion_failed_value: INTEGER_32 is 8522

	error_ds_strong_auth_required_text: STRING_8 is "A more secure authentication method is required for this server."

	error_ds_strong_auth_required_value: INTEGER_32 is 8232

	error_ds_sub_cls_test_fail_text: STRING_8 is "Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules."

	error_ds_sub_cls_test_fail_value: INTEGER_32 is 8391

	error_ds_subref_must_have_parent_text: STRING_8 is "The parent of a new subref must exist."

	error_ds_subref_must_have_parent_value: INTEGER_32 is 8356

	error_ds_subtree_notify_not_nc_head_text: STRING_8 is "Subtree notifications are only supported on NC heads."

	error_ds_subtree_notify_not_nc_head_value: INTEGER_32 is 8376

	error_ds_syntax_mismatch_text: STRING_8 is "Schema update failed: syntax mismatch."

	error_ds_syntax_mismatch_value: INTEGER_32 is 8384

	error_ds_timelimit_exceeded_text: STRING_8 is "The time limit for this request was exceeded."

	error_ds_timelimit_exceeded_value: INTEGER_32 is 8226

	error_ds_tree_delete_not_finished_text: STRING_8 is "The tree deletion is not finished.  The request must be made again to continue deleting the tree."

	error_ds_tree_delete_not_finished_value: INTEGER_32 is 8397

	error_ds_unable_to_surrender_roles_text: STRING_8 is "The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers."

	error_ds_unable_to_surrender_roles_value: INTEGER_32 is 8435

	error_ds_unavailable_crit_extension_text: STRING_8 is "The server does not support the requested critical extension."

	error_ds_unavailable_crit_extension_value: INTEGER_32 is 8236

	error_ds_unavailable_text: STRING_8 is "The directory service is unavailable."

	error_ds_unavailable_value: INTEGER_32 is 8207

	error_ds_unicodepwd_not_in_quotes_text: STRING_8 is "The unicodePwd attribute value must be enclosed in double quotes."

	error_ds_unicodepwd_not_in_quotes_value: INTEGER_32 is 8556

	error_ds_universal_cant_have_local_member_text: STRING_8 is "A universal group cannot have a local group as a member."

	error_ds_universal_cant_have_local_member_value: INTEGER_32 is 8518

	error_ds_unknown_error_text: STRING_8 is "The directory service encountered an unknown failure."

	error_ds_unknown_error_value: INTEGER_32 is 8431

	error_ds_unknown_operation_text: STRING_8 is "The directory service request is invalid."

	error_ds_unknown_operation_value: INTEGER_32 is 8365

	error_ds_unwilling_to_perform_text: STRING_8 is "The server is unwilling to process the request."

	error_ds_unwilling_to_perform_value: INTEGER_32 is 8245

	error_ds_user_buffer_to_small_text: STRING_8 is "The user buffer is too small."

	error_ds_user_buffer_to_small_value: INTEGER_32 is 8309

	error_ds_wrong_linked_att_syntax_text: STRING_8 is "The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1"

	error_ds_wrong_linked_att_syntax_value: INTEGER_32 is 8528

	error_ds_wrong_om_obj_class_text: STRING_8 is "The OM-Object-Class specified is incorrect for an attribute with the specified syntax."

	error_ds_wrong_om_obj_class_value: INTEGER_32 is 8476

	error_dup_domainname_text: STRING_8 is "The workgroup or domain name is already in use by another computer on the network."

	error_dup_domainname_value: INTEGER_32 is 1221

	error_dup_name_text: STRING_8 is "A duplicate name exists on the network."

	error_dup_name_value: INTEGER_32 is 52

	error_duplicate_service_name_text: STRING_8 is "The name is already in use as either a service name or a service display name."

	error_duplicate_service_name_value: INTEGER_32 is 1078

	error_duplicate_tag_text: STRING_8 is "The specified tag is already present."

	error_duplicate_tag_value: INTEGER_32 is 2014

	error_dynlink_from_invalid_ring_text: STRING_8 is "The operating system cannot run this application program."

	error_dynlink_from_invalid_ring_value: INTEGER_32 is 196

	error_ea_access_denied_text: STRING_8 is "Access to the extended attribute was denied."

	error_ea_access_denied_value: INTEGER_32 is 994

	error_ea_file_corrupt_text: STRING_8 is "The extended attribute file on the mounted file system is corrupt."

	error_ea_file_corrupt_value: INTEGER_32 is 276

	error_ea_list_inconsistent_text: STRING_8 is "The extended attributes are inconsistent."

	error_ea_list_inconsistent_value: INTEGER_32 is 255

	error_ea_table_full_text: STRING_8 is "The extended attribute table file is full."

	error_ea_table_full_value: INTEGER_32 is 277

	error_eas_didnt_fit_text: STRING_8 is "The extended attributes did not fit in the buffer."

	error_eas_didnt_fit_value: INTEGER_32 is 275

	error_eas_not_supported_text: STRING_8 is "The mounted file system does not support extended attributes."

	error_eas_not_supported_value: INTEGER_32 is 282

	error_efs_server_not_trusted_text: STRING_8 is "The server is not trusted for remote encryption operation."

	error_efs_server_not_trusted_value: INTEGER_32 is 6011

	error_empty_text: STRING_8 is "The library, drive, or media pool is empty."

	error_empty_value: INTEGER_32 is 4306

	error_encryption_failed_text: STRING_8 is "The specified file could not be encrypted."

	error_encryption_failed_value: INTEGER_32 is 6000

	error_end_of_media_text: STRING_8 is "The physical end of the tape has been reached."

	error_end_of_media_value: INTEGER_32 is 1100

	error_envvar_not_found_text: STRING_8 is "The system could not find the environment  option that was entered."

	error_envvar_not_found_value: INTEGER_32 is 203

	error_eom_overflow_text: STRING_8 is "Physical end of tape encountered."

	error_eom_overflow_value: INTEGER_32 is 1129

	error_eventlog_cant_start_text: STRING_8 is "No event log file could be opened, so the event logging service did not start."

	error_eventlog_cant_start_value: INTEGER_32 is 1501

	error_eventlog_file_changed_text: STRING_8 is "The event log file has changed between read operations."

	error_eventlog_file_changed_value: INTEGER_32 is 1503

	error_eventlog_file_corrupt_text: STRING_8 is "The event log file is corrupted."

	error_eventlog_file_corrupt_value: INTEGER_32 is 1500

	error_exception_in_service_text: STRING_8 is "An exception occurred in the service when handling the control request."

	error_exception_in_service_value: INTEGER_32 is 1064

	error_excl_sem_already_owned_text: STRING_8 is "The exclusive semaphore is owned by another process."

	error_excl_sem_already_owned_value: INTEGER_32 is 101

	error_exe_machine_type_mismatch_text: STRING_8 is "The image file %%1 is valid, but is for a machine type other than the current machine."

	error_exe_machine_type_mismatch_value: INTEGER_32 is 216

	error_exe_marked_invalid_text: STRING_8 is "The operating system cannot run %%1."

	error_exe_marked_invalid_value: INTEGER_32 is 192

	error_extended_error_text: STRING_8 is "An extended error has occurred."

	error_extended_error_value: INTEGER_32 is 1208

	error_fail_i24_text: STRING_8 is "Fail on INT 24."

	error_fail_i24_value: INTEGER_32 is 83

	error_failed_service_controller_connect_text: STRING_8 is "The service process could not connect to the service controller."

	error_failed_service_controller_connect_value: INTEGER_32 is 1063

	error_file_corrupt_text: STRING_8 is "The file or directory is corrupted and unreadable."

	error_file_corrupt_value: INTEGER_32 is 1392

	error_file_encrypted_text: STRING_8 is "The specified file is encrypted and the user does not have the ability to decrypt it."

	error_file_encrypted_value: INTEGER_32 is 6002

	error_file_exists_text: STRING_8 is "The file exists."

	error_file_exists_value: INTEGER_32 is 80

	error_file_invalid_text: STRING_8 is "The volume for a file has been externally altered so that the opened file is no longer valid."

	error_file_invalid_value: INTEGER_32 is 1006

	error_file_not_encrypted_text: STRING_8 is "The specified file is not encrypted."

	error_file_not_encrypted_value: INTEGER_32 is 6007

	error_file_not_found_text: STRING_8 is "The system cannot find the file specified."

	error_file_not_found_value: INTEGER_32 is 2

	error_file_offline_text: STRING_8 is "The remote storage service was not able to recall the file."

	error_file_offline_value: INTEGER_32 is 4350

	error_file_read_only_text: STRING_8 is "The specified file is read only."

	error_file_read_only_value: INTEGER_32 is 6009

	error_filemark_detected_text: STRING_8 is "A tape access reached a filemark."

	error_filemark_detected_value: INTEGER_32 is 1101

	error_filename_exced_range_text: STRING_8 is "The filename or extension is too long."

	error_filename_exced_range_value: INTEGER_32 is 206

	error_floppy_bad_registers_text: STRING_8 is "The floppy disk controller returned inconsistent results in its registers."

	error_floppy_bad_registers_value: INTEGER_32 is 1125

	error_floppy_id_mark_not_found_text: STRING_8 is "No ID address mark was found on the floppy disk."

	error_floppy_id_mark_not_found_value: INTEGER_32 is 1122

	error_floppy_unknown_error_text: STRING_8 is "The floppy disk controller reported an error that is not recognized by the floppy disk driver."

	error_floppy_unknown_error_value: INTEGER_32 is 1124

	error_floppy_wrong_cylinder_text: STRING_8 is "Mismatch between the floppy disk sector ID field and the floppy disk controller track address."

	error_floppy_wrong_cylinder_value: INTEGER_32 is 1123

	error_full_backup_text: STRING_8 is "The backup failed. Check the directory to which you are backing the database."

	error_full_backup_value: INTEGER_32 is 4004

	error_fullscreen_mode_text: STRING_8 is "The requested operation cannot be performed in full-screen mode."

	error_fullscreen_mode_value: INTEGER_32 is 1007

	error_function_failed_text: STRING_8 is "Function failed during execution."

	error_function_failed_value: INTEGER_32 is 1627

	error_function_not_called_text: STRING_8 is "Function could not be executed."

	error_function_not_called_value: INTEGER_32 is 1626

	error_gen_failure_text: STRING_8 is "A device attached to the system is not functioning."

	error_gen_failure_value: INTEGER_32 is 31

	error_generic_not_mapped_text: STRING_8 is "Generic access types were contained in an access mask which should already be mapped to nongeneric types."

	error_generic_not_mapped_value: INTEGER_32 is 1360

	error_global_only_hook_text: STRING_8 is "This hook procedure can only be set globally."

	error_global_only_hook_value: INTEGER_32 is 1429

	error_graceful_disconnect_text: STRING_8 is "The network connection was gracefully closed."

	error_graceful_disconnect_value: INTEGER_32 is 1226

	error_group_exists_text: STRING_8 is "The specified group already exists."

	error_group_exists_value: INTEGER_32 is 1318

	error_group_not_available_text: STRING_8 is "The cluster group is not available for any new requests."

	error_group_not_available_value: INTEGER_32 is 5012

	error_group_not_found_text: STRING_8 is "The cluster group could not be found."

	error_group_not_found_value: INTEGER_32 is 5013

	error_group_not_online_text: STRING_8 is "The operation could not be completed because the cluster group is not online."

	error_group_not_online_value: INTEGER_32 is 5014

	error_handle_disk_full_text: STRING_8 is "The disk is full."

	error_handle_disk_full_value: INTEGER_32 is 39

	error_handle_eof_text: STRING_8 is "Reached the end of the file."

	error_handle_eof_value: INTEGER_32 is 38

	error_hook_needs_hmod_text: STRING_8 is "Cannot set nonlocal hook without a module handle."

	error_hook_needs_hmod_value: INTEGER_32 is 1428

	error_hook_not_installed_text: STRING_8 is "The hook procedure is not installed."

	error_hook_not_installed_value: INTEGER_32 is 1431

	error_hook_type_not_allowed_text: STRING_8 is "Hook type not allowed."

	error_hook_type_not_allowed_value: INTEGER_32 is 1458

	error_host_node_not_available_text: STRING_8 is "A cluster node is not available for this operation."

	error_host_node_not_available_value: INTEGER_32 is 5005

	error_host_node_not_group_owner_text: STRING_8 is "The cluster node is not the owner of the group."

	error_host_node_not_group_owner_value: INTEGER_32 is 5016

	error_host_node_not_resource_owner_text: STRING_8 is "The cluster node is not the owner of the resource."

	error_host_node_not_resource_owner_value: INTEGER_32 is 5015

	error_host_unreachable_text: STRING_8 is "The network location cannot be reached. For information about network troubleshooting, see Windows Help."

	error_host_unreachable_value: INTEGER_32 is 1232

	error_hotkey_already_registered_text: STRING_8 is "Hot key is already registered."

	error_hotkey_already_registered_value: INTEGER_32 is 1409

	error_hotkey_not_registered_text: STRING_8 is "Hot key is not registered."

	error_hotkey_not_registered_value: INTEGER_32 is 1419

	error_hwnds_have_diff_parent_text: STRING_8 is "All handles to windows in a multiple-window position structure must have the same parent."

	error_hwnds_have_diff_parent_value: INTEGER_32 is 1441

	error_icm_not_enabled_text: STRING_8 is "Image Color Management is not enabled."

	error_icm_not_enabled_value: INTEGER_32 is 2018

	error_ill_formed_password_text: STRING_8 is "Unable to update the password. The value provided for the new password contains values that are not allowed in passwords."

	error_ill_formed_password_value: INTEGER_32 is 1324

	error_illegal_element_address_text: STRING_8 is "The indicated element does not exist."

	error_illegal_element_address_value: INTEGER_32 is 1162

	error_inc_backup_text: STRING_8 is "The backup failed. Was a full backup done before?"

	error_inc_backup_value: INTEGER_32 is 4003

	error_incorrect_address_text: STRING_8 is "The network address could not be used for the operation requested."

	error_incorrect_address_value: INTEGER_32 is 1241

	error_index_absent_text: STRING_8 is "Component qualifier not present."

	error_index_absent_value: INTEGER_32 is 1611

	error_indigenous_type_text: STRING_8 is "The media type cannot be removed from this library since at least one drive in the library reports it can support this media type."

	error_indigenous_type_value: INTEGER_32 is 4338

	error_infloop_in_reloc_chain_text: STRING_8 is "The operating system cannot run %%1."

	error_infloop_in_reloc_chain_value: INTEGER_32 is 202

	error_install_already_running_text: STRING_8 is "Another installation is already in progress.  Complete that installation before proceeding with this install."

	error_install_already_running_value: INTEGER_32 is 1618

	error_install_failure_text: STRING_8 is "Fatal error during installation."

	error_install_failure_value: INTEGER_32 is 1603

	error_install_language_unsupported_text: STRING_8 is "The language of this installation package is not supported by your system."

	error_install_language_unsupported_value: INTEGER_32 is 1623

	error_install_log_failure_text: STRING_8 is "Error opening installation log file. Verify that the specified log file location exists and that you can write to it."

	error_install_log_failure_value: INTEGER_32 is 1622

	error_install_notused_text: STRING_8 is "Component not used on this computer."

	error_install_notused_value: INTEGER_32 is 1634

	error_install_package_invalid_text: STRING_8 is "This installation package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer package."

	error_install_package_invalid_value: INTEGER_32 is 1620

	error_install_package_open_failed_text: STRING_8 is "This installation package could not be opened.  Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package."

	error_install_package_open_failed_value: INTEGER_32 is 1619

	error_install_package_rejected_text: STRING_8 is "This installation is forbidden by system policy.  Contact your system administrator."

	error_install_package_rejected_value: INTEGER_32 is 1625

	error_install_package_version_text: STRING_8 is "This installation package cannot be installed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service."

	error_install_package_version_value: INTEGER_32 is 1613

	error_install_platform_unsupported_text: STRING_8 is "This installation package is not supported by this processor type. Contact your product vendor."

	error_install_platform_unsupported_value: INTEGER_32 is 1633

	error_install_remote_disallowed_text: STRING_8 is "Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator."

	error_install_remote_disallowed_value: INTEGER_32 is 1640

	error_install_service_failure_text: STRING_8 is "The Windows Installer service could not be accessed.  Contact your support personnel to verify that the Windows Installer service is properly registered."

	error_install_service_failure_value: INTEGER_32 is 1601

	error_install_source_absent_text: STRING_8 is "The installation source for this product is not available.  Verify that the source exists and that you can access it."

	error_install_source_absent_value: INTEGER_32 is 1612

	error_install_suspend_text: STRING_8 is "Installation suspended, incomplete."

	error_install_suspend_value: INTEGER_32 is 1604

	error_install_temp_unwritable_text: STRING_8 is "The temp folder is either full or inaccessible.  Verify that the temp folder exists and that you can write to it."

	error_install_temp_unwritable_value: INTEGER_32 is 1632

	error_install_transform_failure_text: STRING_8 is "Error applying transforms.  Verify that the specified transform paths are valid."

	error_install_transform_failure_value: INTEGER_32 is 1624

	error_install_ui_failure_text: STRING_8 is "There was an error starting the Windows Installer service user interface.  Contact your support personnel."

	error_install_ui_failure_value: INTEGER_32 is 1621

	error_install_userexit_text: STRING_8 is "User cancelled installation."

	error_install_userexit_value: INTEGER_32 is 1602

	error_insufficient_buffer_text: STRING_8 is "The data area passed to a system call is too small."

	error_insufficient_buffer_value: INTEGER_32 is 122

	error_internal_db_corruption_text: STRING_8 is "Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk."

	error_internal_db_corruption_value: INTEGER_32 is 1358

	error_internal_db_error_text: STRING_8 is "The local security authority database contains an internal inconsistency."

	error_internal_db_error_value: INTEGER_32 is 1383

	error_internal_error_text: STRING_8 is "An internal error occurred."

	error_internal_error_value: INTEGER_32 is 1359

	error_invalid_accel_handle_text: STRING_8 is "Invalid accelerator table handle."

	error_invalid_accel_handle_value: INTEGER_32 is 1403

	error_invalid_access_text: STRING_8 is "The access code is invalid."

	error_invalid_access_value: INTEGER_32 is 12

	error_invalid_account_name_text: STRING_8 is "The name provided is not a properly formed account name."

	error_invalid_account_name_value: INTEGER_32 is 1315

	error_invalid_acl_text: STRING_8 is "The access control list (ACL) structure is invalid."

	error_invalid_acl_value: INTEGER_32 is 1336

	error_invalid_address_text: STRING_8 is "Attempt to access invalid address."

	error_invalid_address_value: INTEGER_32 is 487

	error_invalid_at_interrupt_time_text: STRING_8 is "Cannot request exclusive semaphores at interrupt time."

	error_invalid_at_interrupt_time_value: INTEGER_32 is 104

	error_invalid_block_length_text: STRING_8 is "When accessing a new tape of a multivolume partition, the current block size is incorrect."

	error_invalid_block_length_value: INTEGER_32 is 1106

	error_invalid_block_text: STRING_8 is "The storage control block address is invalid."

	error_invalid_block_value: INTEGER_32 is 9

	error_invalid_category_text: STRING_8 is "The IOCTL call made by the application program is not correct."

	error_invalid_category_value: INTEGER_32 is 117

	error_invalid_cleaner_text: STRING_8 is "The media identifier does not represent a valid cleaner."

	error_invalid_cleaner_value: INTEGER_32 is 4310

	error_invalid_cmm_text: STRING_8 is "The specified color management module is invalid."

	error_invalid_cmm_value: INTEGER_32 is 2010

	error_invalid_colorindex_text: STRING_8 is "The specified named color index is not present in the profile."

	error_invalid_colorindex_value: INTEGER_32 is 2022

	error_invalid_colorspace_text: STRING_8 is "The specified color space is invalid."

	error_invalid_colorspace_value: INTEGER_32 is 2017

	error_invalid_combobox_message_text: STRING_8 is "Invalid message for a combo box because it does not have an edit control."

	error_invalid_combobox_message_value: INTEGER_32 is 1422

	error_invalid_command_line_text: STRING_8 is "Invalid command line argument.  Consult the Windows Installer SDK for detailed command line help."

	error_invalid_command_line_value: INTEGER_32 is 1639

	error_invalid_computername_text: STRING_8 is "The format of the specified computer name is invalid."

	error_invalid_computername_value: INTEGER_32 is 1210

	error_invalid_cursor_handle_text: STRING_8 is "Invalid cursor handle."

	error_invalid_cursor_handle_value: INTEGER_32 is 1402

	error_invalid_data_text: STRING_8 is "The data is invalid."

	error_invalid_data_value: INTEGER_32 is 13

	error_invalid_datatype_text: STRING_8 is "The specified datatype is invalid."

	error_invalid_datatype_value: INTEGER_32 is 1804

	error_invalid_dll_text: STRING_8 is "One of the library files needed to run this application is damaged."

	error_invalid_dll_value: INTEGER_32 is 1154

	error_invalid_domain_role_text: STRING_8 is "This operation is only allowed for the Primary Domain Controller of the domain."

	error_invalid_domain_role_value: INTEGER_32 is 1354

	error_invalid_domain_state_text: STRING_8 is "The domain was in the wrong state to perform the security operation."

	error_invalid_domain_state_value: INTEGER_32 is 1353

	error_invalid_domainname_text: STRING_8 is "The format of the specified domain name is invalid."

	error_invalid_domainname_value: INTEGER_32 is 1212

	error_invalid_drive_object_text: STRING_8 is "The drive identifier does not represent a valid drive."

	error_invalid_drive_object_value: INTEGER_32 is 4321

	error_invalid_drive_text: STRING_8 is "The system cannot find the drive specified."

	error_invalid_drive_value: INTEGER_32 is 15

	error_invalid_dwp_handle_text: STRING_8 is "Invalid handle to a multiple-window position structure."

	error_invalid_dwp_handle_value: INTEGER_32 is 1405

	error_invalid_ea_handle_text: STRING_8 is "The specified extended attribute handle is invalid."

	error_invalid_ea_handle_value: INTEGER_32 is 278

	error_invalid_ea_name_text: STRING_8 is "The specified extended attribute name was invalid."

	error_invalid_ea_name_value: INTEGER_32 is 254

	error_invalid_edit_height_text: STRING_8 is "Height must be less than 256."

	error_invalid_edit_height_value: INTEGER_32 is 1424

	error_invalid_environment_text: STRING_8 is "The environment specified is invalid."

	error_invalid_environment_value: INTEGER_32 is 1805

	error_invalid_event_count_text: STRING_8 is "The number of specified semaphore events for DosMuxSemWait is not correct."

	error_invalid_event_count_value: INTEGER_32 is 151

	error_invalid_eventname_text: STRING_8 is "The format of the specified event name is invalid."

	error_invalid_eventname_value: INTEGER_32 is 1211

	error_invalid_exe_signature_text: STRING_8 is "Cannot run %%1 in Win32 mode."

	error_invalid_exe_signature_value: INTEGER_32 is 191

	error_invalid_field_text: STRING_8 is "Record field does not exist."

	error_invalid_field_value: INTEGER_32 is 1616

	error_invalid_filter_proc_text: STRING_8 is "Invalid hook procedure."

	error_invalid_filter_proc_value: INTEGER_32 is 1427

	error_invalid_flag_number_text: STRING_8 is "The flag passed is not correct."

	error_invalid_flag_number_value: INTEGER_32 is 186

	error_invalid_flags_text: STRING_8 is "Invalid flags."

	error_invalid_flags_value: INTEGER_32 is 1004

	error_invalid_form_name_text: STRING_8 is "The specified form name is invalid."

	error_invalid_form_name_value: INTEGER_32 is 1902

	error_invalid_form_size_text: STRING_8 is "The specified form size is invalid."

	error_invalid_form_size_value: INTEGER_32 is 1903

	error_invalid_function_text: STRING_8 is "Incorrect function."

	error_invalid_function_value: INTEGER_32 is 1

	error_invalid_group_attributes_text: STRING_8 is "The specified attributes are invalid, or incompatible with the attributes for the group as a whole."

	error_invalid_group_attributes_value: INTEGER_32 is 1345

	error_invalid_groupname_text: STRING_8 is "The format of the specified group name is invalid."

	error_invalid_groupname_value: INTEGER_32 is 1209

	error_invalid_gw_command_text: STRING_8 is "Invalid GW_* command."

	error_invalid_gw_command_value: INTEGER_32 is 1443

	error_invalid_handle_state_text: STRING_8 is "Handle is in an invalid state."

	error_invalid_handle_state_value: INTEGER_32 is 1609

	error_invalid_handle_text: STRING_8 is "The handle is invalid."

	error_invalid_handle_value: INTEGER_32 is 6

	error_invalid_hook_filter_text: STRING_8 is "Invalid hook procedure type."

	error_invalid_hook_filter_value: INTEGER_32 is 1426

	error_invalid_hook_handle_text: STRING_8 is "Invalid hook handle."

	error_invalid_hook_handle_value: INTEGER_32 is 1404

	error_invalid_icon_handle_text: STRING_8 is "Invalid icon handle."

	error_invalid_icon_handle_value: INTEGER_32 is 1414

	error_invalid_id_authority_text: STRING_8 is "The value provided was an invalid value for an identifier authority."

	error_invalid_id_authority_value: INTEGER_32 is 1343

	error_invalid_index_text: STRING_8 is "Invalid index."

	error_invalid_index_value: INTEGER_32 is 1413

	error_invalid_keyboard_handle_text: STRING_8 is "Invalid keyboard layout handle."

	error_invalid_keyboard_handle_value: INTEGER_32 is 1457

	error_invalid_lb_message_text: STRING_8 is "Invalid message for single-selection list box."

	error_invalid_lb_message_value: INTEGER_32 is 1432

	error_invalid_level_text: STRING_8 is "The system call level is not correct."

	error_invalid_level_value: INTEGER_32 is 124

	error_invalid_library_text: STRING_8 is "The library identifier does not represent a valid library."

	error_invalid_library_value: INTEGER_32 is 4301

	error_invalid_list_format_text: STRING_8 is "The DosMuxSemWait list is not correct."

	error_invalid_list_format_value: INTEGER_32 is 153

	error_invalid_logon_hours_text: STRING_8 is "Logon failure: account logon time restriction violation."

	error_invalid_logon_hours_value: INTEGER_32 is 1328

	error_invalid_logon_type_text: STRING_8 is "A logon request contained an invalid logon type value."

	error_invalid_logon_type_value: INTEGER_32 is 1367

	error_invalid_media_pool_text: STRING_8 is "The media pool identifier does not represent a valid media pool."

	error_invalid_media_pool_value: INTEGER_32 is 4302

	error_invalid_media_text: STRING_8 is "The media identifier does not represent a valid medium."

	error_invalid_media_value: INTEGER_32 is 4300

	error_invalid_member_text: STRING_8 is "A new member could not be added to a local group because the member has the wrong account type."

	error_invalid_member_value: INTEGER_32 is 1388

	error_invalid_menu_handle_text: STRING_8 is "Invalid menu handle."

	error_invalid_menu_handle_value: INTEGER_32 is 1401

	error_invalid_message_text: STRING_8 is "The window cannot act on the sent message."

	error_invalid_message_value: INTEGER_32 is 1002

	error_invalid_messagedest_text: STRING_8 is "The format of the specified message destination is invalid."

	error_invalid_messagedest_value: INTEGER_32 is 1218

	error_invalid_messagename_text: STRING_8 is "The format of the specified message name is invalid."

	error_invalid_messagename_value: INTEGER_32 is 1217

	error_invalid_minallocsize_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_minallocsize_value: INTEGER_32 is 195

	error_invalid_moduletype_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_moduletype_value: INTEGER_32 is 190

	error_invalid_monitor_handle_text: STRING_8 is "Invalid monitor handle."

	error_invalid_monitor_handle_value: INTEGER_32 is 1461

	error_invalid_msgbox_style_text: STRING_8 is "Invalid message box style."

	error_invalid_msgbox_style_value: INTEGER_32 is 1438

	error_invalid_name_text: STRING_8 is "The filename, directory name, or volume label syntax is incorrect."

	error_invalid_name_value: INTEGER_32 is 123

	error_invalid_netname_text: STRING_8 is "The format of the specified network name is invalid."

	error_invalid_netname_value: INTEGER_32 is 1214

	error_invalid_operation_on_quorum_text: STRING_8 is "This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list."

	error_invalid_operation_on_quorum_value: INTEGER_32 is 5068

	error_invalid_operation_text: STRING_8 is "The operation identifier is not valid."

	error_invalid_operation_value: INTEGER_32 is 4317

	error_invalid_oplock_protocol_text: STRING_8 is "An invalid oplock acknowledgment was received by the system."

	error_invalid_oplock_protocol_value: INTEGER_32 is 301

	error_invalid_ordinal_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_ordinal_value: INTEGER_32 is 182

	error_invalid_owner_text: STRING_8 is "This security ID may not be assigned as the owner of this object."

	error_invalid_owner_value: INTEGER_32 is 1307

	error_invalid_parameter_text: STRING_8 is "The parameter is incorrect."

	error_invalid_parameter_value: INTEGER_32 is 87

	error_invalid_password_text: STRING_8 is "The specified network password is not correct."

	error_invalid_password_value: INTEGER_32 is 86

	error_invalid_passwordname_text: STRING_8 is "The format of the specified password is invalid."

	error_invalid_passwordname_value: INTEGER_32 is 1216

	error_invalid_pixel_format_text: STRING_8 is "The pixel format is invalid."

	error_invalid_pixel_format_value: INTEGER_32 is 2000

	error_invalid_primary_group_text: STRING_8 is "This security ID may not be assigned as the primary group of an object."

	error_invalid_primary_group_value: INTEGER_32 is 1308

	error_invalid_print_monitor_text: STRING_8 is "The specified print monitor does not have the required functions."

	error_invalid_print_monitor_value: INTEGER_32 is 3007

	error_invalid_printer_command_text: STRING_8 is "The printer command is invalid."

	error_invalid_printer_command_value: INTEGER_32 is 1803

	error_invalid_printer_name_text: STRING_8 is "The printer name is invalid."

	error_invalid_printer_name_value: INTEGER_32 is 1801

	error_invalid_printer_state_text: STRING_8 is "The state of the printer is invalid."

	error_invalid_printer_state_value: INTEGER_32 is 1906

	error_invalid_priority_text: STRING_8 is "The specified priority is invalid."

	error_invalid_priority_value: INTEGER_32 is 1800

	error_invalid_profile_text: STRING_8 is "The specified color profile is invalid."

	error_invalid_profile_value: INTEGER_32 is 2011

	error_invalid_reparse_data_text: STRING_8 is "The data present in the reparse point buffer is invalid."

	error_invalid_reparse_data_value: INTEGER_32 is 4392

	error_invalid_scrollbar_range_text: STRING_8 is "Scroll bar range cannot be greater than MAXLONG."

	error_invalid_scrollbar_range_value: INTEGER_32 is 1448

	error_invalid_security_descr_text: STRING_8 is "The security descriptor structure is invalid."

	error_invalid_security_descr_value: INTEGER_32 is 1338

	error_invalid_segdpl_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_segdpl_value: INTEGER_32 is 198

	error_invalid_segment_number_text: STRING_8 is "The system detected a segment number that was not correct."

	error_invalid_segment_number_value: INTEGER_32 is 180

	error_invalid_separator_file_text: STRING_8 is "The specified separator file is invalid."

	error_invalid_separator_file_value: INTEGER_32 is 1799

	error_invalid_server_state_text: STRING_8 is "The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation."

	error_invalid_server_state_value: INTEGER_32 is 1352

	error_invalid_service_account_text: STRING_8 is "The account name is invalid or does not exist, or the password is invalid for the account name specified."

	error_invalid_service_account_value: INTEGER_32 is 1057

	error_invalid_service_control_text: STRING_8 is "The requested control is not valid for this service."

	error_invalid_service_control_value: INTEGER_32 is 1052

	error_invalid_service_lock_text: STRING_8 is "The specified service database lock is invalid."

	error_invalid_service_lock_value: INTEGER_32 is 1071

	error_invalid_servicename_text: STRING_8 is "The format of the specified service name is invalid."

	error_invalid_servicename_value: INTEGER_32 is 1213

	error_invalid_sharename_text: STRING_8 is "The format of the specified share name is invalid."

	error_invalid_sharename_value: INTEGER_32 is 1215

	error_invalid_showwin_command_text: STRING_8 is "Cannot show or remove the window in the way specified."

	error_invalid_showwin_command_value: INTEGER_32 is 1449

	error_invalid_sid_text: STRING_8 is "The security ID structure is invalid."

	error_invalid_sid_value: INTEGER_32 is 1337

	error_invalid_signal_number_text: STRING_8 is "The signal being posted is not correct."

	error_invalid_signal_number_value: INTEGER_32 is 209

	error_invalid_spi_value_text: STRING_8 is "Invalid system-wide (SPI_*) parameter."

	error_invalid_spi_value_value: INTEGER_32 is 1439

	error_invalid_stackseg_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_stackseg_value: INTEGER_32 is 189

	error_invalid_starting_codeseg_text: STRING_8 is "The operating system cannot run %%1."

	error_invalid_starting_codeseg_value: INTEGER_32 is 188

	error_invalid_state_text: STRING_8 is "The group or resource is not in the correct state to perform the requested operation."

	error_invalid_state_value: INTEGER_32 is 5023

	error_invalid_sub_authority_text: STRING_8 is "The subauthority part of a security ID is invalid for this particular use."

	error_invalid_sub_authority_value: INTEGER_32 is 1335

	error_invalid_table_text: STRING_8 is "Invalid or unknown table specified."

	error_invalid_table_value: INTEGER_32 is 1628

	error_invalid_target_handle_text: STRING_8 is "The target internal file identifier is incorrect."

	error_invalid_target_handle_value: INTEGER_32 is 114

	error_invalid_thread_id_text: STRING_8 is "Invalid thread identifier."

	error_invalid_thread_id_value: INTEGER_32 is 1444

	error_invalid_time_text: STRING_8 is "The specified time is invalid."

	error_invalid_time_value: INTEGER_32 is 1901

	error_invalid_transform_text: STRING_8 is "The specified color transform is invalid."

	error_invalid_transform_value: INTEGER_32 is 2020

	error_invalid_user_buffer_text: STRING_8 is "The supplied user buffer is not valid for the requested operation."

	error_invalid_user_buffer_value: INTEGER_32 is 1784

	error_invalid_verify_switch_text: STRING_8 is "The verify-on-write switch parameter value is not correct."

	error_invalid_verify_switch_value: INTEGER_32 is 118

	error_invalid_window_handle_text: STRING_8 is "Invalid window handle."

	error_invalid_window_handle_value: INTEGER_32 is 1400

	error_invalid_window_style_text: STRING_8 is "The window style or class attribute is invalid for this operation."

	error_invalid_window_style_value: INTEGER_32 is 2002

	error_invalid_workstation_text: STRING_8 is "Logon failure: user not allowed to log on to this computer."

	error_invalid_workstation_value: INTEGER_32 is 1329

	error_io_device_text: STRING_8 is "The request could not be performed because of an I/O device error."

	error_io_device_value: INTEGER_32 is 1117

	error_io_incomplete_text: STRING_8 is "Overlapped I/O event is not in a signaled state."

	error_io_incomplete_value: INTEGER_32 is 996

	error_io_pending_text: STRING_8 is "Overlapped I/O operation is in progress."

	error_io_pending_value: INTEGER_32 is 997

	error_iopl_not_enabled_text: STRING_8 is "The operating system is not presently configured to run this application."

	error_iopl_not_enabled_value: INTEGER_32 is 197

	error_irq_busy_text: STRING_8 is "Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened."

	error_irq_busy_value: INTEGER_32 is 1119

	error_is_join_path_text: STRING_8 is "Not enough resources are available to process this command."

	error_is_join_path_value: INTEGER_32 is 147

	error_is_join_target_text: STRING_8 is "A JOIN or SUBST command cannot be used for a drive that contains previously joined drives."

	error_is_join_target_value: INTEGER_32 is 133

	error_is_joined_text: STRING_8 is "An attempt was made to use a JOIN or SUBST command on a drive that has already been joined."

	error_is_joined_value: INTEGER_32 is 134

	error_is_subst_path_text: STRING_8 is "The path specified is being used in a substitute."

	error_is_subst_path_value: INTEGER_32 is 146

	error_is_subst_target_text: STRING_8 is "An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute."

	error_is_subst_target_value: INTEGER_32 is 149

	error_is_substed_text: STRING_8 is "An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted."

	error_is_substed_value: INTEGER_32 is 135

	error_iterated_data_exceeds_64k_text: STRING_8 is "The operating system cannot run %%1."

	error_iterated_data_exceeds_64k_value: INTEGER_32 is 194

	error_join_to_join_text: STRING_8 is "The system tried to join a drive to a directory on a joined drive."

	error_join_to_join_value: INTEGER_32 is 138

	error_join_to_subst_text: STRING_8 is "The system tried to join a drive to a directory on a substituted drive."

	error_join_to_subst_value: INTEGER_32 is 140

	error_journal_delete_in_progress_text: STRING_8 is "The volume change journal is being deleted."

	error_journal_delete_in_progress_value: INTEGER_32 is 1178

	error_journal_entry_deleted_text: STRING_8 is "The journal entry has been deleted from the journal."

	error_journal_entry_deleted_value: INTEGER_32 is 1181

	error_journal_hook_set_text: STRING_8 is "The journal hook procedure is already installed."

	error_journal_hook_set_value: INTEGER_32 is 1430

	error_journal_not_active_text: STRING_8 is "The volume change journal service is not active."

	error_journal_not_active_value: INTEGER_32 is 1179

	error_key_deleted_text: STRING_8 is "Illegal operation attempted on a registry key that has been marked for deletion."

	error_key_deleted_value: INTEGER_32 is 1018

	error_key_has_children_text: STRING_8 is "Cannot create a symbolic link in a registry key that already has subkeys or values."

	error_key_has_children_value: INTEGER_32 is 1020

	error_label_too_long_text: STRING_8 is "The volume label you entered exceeds the label character  limit of the target file system."

	error_label_too_long_value: INTEGER_32 is 154

	error_last_admin_text: STRING_8 is "The last remaining administration account cannot be disabled or deleted."

	error_last_admin_value: INTEGER_32 is 1322

	error_lb_without_tabstops_text: STRING_8 is "This list box does not support tab stops."

	error_lb_without_tabstops_value: INTEGER_32 is 1434

	error_library_full_text: STRING_8 is "Library is full.  No slot is available for use."

	error_library_full_value: INTEGER_32 is 4322

	error_library_offline_text: STRING_8 is "The operation cannot be performed on an offline library."

	error_library_offline_value: INTEGER_32 is 4305

	error_license_quota_exceeded_text: STRING_8 is "The service being accessed is licensed for a particular number of connections.  No more connections can be made to the service at this time because there are already as many connections as the service can accept."

	error_license_quota_exceeded_value: INTEGER_32 is 1395

	error_listbox_id_not_found_text: STRING_8 is "The list box identifier was not found."

	error_listbox_id_not_found_value: INTEGER_32 is 1416

	error_lm_cross_encryption_required_text: STRING_8 is "A cross-encrypted password is necessary to change this user password."

	error_lm_cross_encryption_required_value: INTEGER_32 is 1390

	error_local_user_session_key_text: STRING_8 is "No encryption key is available. A well-known encryption key was returned."

	error_local_user_session_key_value: INTEGER_32 is 1303

	error_lock_failed_text: STRING_8 is "Unable to lock a region of a file."

	error_lock_failed_value: INTEGER_32 is 167

	error_lock_violation_text: STRING_8 is "The process cannot access the file because another process has locked a portion of the file."

	error_lock_violation_value: INTEGER_32 is 33

	error_locked_text: STRING_8 is "The segment is locked and cannot be reallocated."

	error_locked_value: INTEGER_32 is 212

	error_log_file_full_text: STRING_8 is "The event log file is full."

	error_log_file_full_value: INTEGER_32 is 1502

	error_login_time_restriction_text: STRING_8 is "Attempting to log in during an unauthorized time of day for this account."

	error_login_time_restriction_value: INTEGER_32 is 1239

	error_login_wksta_restriction_text: STRING_8 is "The account is not authorized to log in from this station."

	error_login_wksta_restriction_value: INTEGER_32 is 1240

	error_logon_failure_text: STRING_8 is "Logon failure: unknown user name or bad password."

	error_logon_failure_value: INTEGER_32 is 1326

	error_logon_not_granted_text: STRING_8 is "Logon failure: the user has not been granted the requested logon type at this computer."

	error_logon_not_granted_value: INTEGER_32 is 1380

	error_logon_session_collision_text: STRING_8 is "The logon session ID is already in use."

	error_logon_session_collision_value: INTEGER_32 is 1366

	error_logon_session_exists_text: STRING_8 is "Cannot start a new logon session with an ID that is already in use."

	error_logon_session_exists_value: INTEGER_32 is 1363

	error_logon_type_not_granted_text: STRING_8 is "Logon failure: the user has not been granted the requested logon type at this computer."

	error_logon_type_not_granted_value: INTEGER_32 is 1385

	error_luids_exhausted_text: STRING_8 is "No more local user identifiers (LUIDs) are available."

	error_luids_exhausted_value: INTEGER_32 is 1334

	error_magazine_not_present_text: STRING_8 is "The indicated element is part of a magazine that is not present."

	error_magazine_not_present_value: INTEGER_32 is 1163

	error_mapped_alignment_text: STRING_8 is "The base address or the file offset specified does not have the proper alignment."

	error_mapped_alignment_value: INTEGER_32 is 1132

	error_max_thrds_reached_text: STRING_8 is "No more threads can be created in the system."

	error_max_thrds_reached_value: INTEGER_32 is 164

	error_media_changed_text: STRING_8 is "The media in the drive may have changed."

	error_media_changed_value: INTEGER_32 is 1110

	error_media_incompatible_text: STRING_8 is "The medium is not compatible with the device or media pool."

	error_media_incompatible_value: INTEGER_32 is 4315

	error_media_not_available_text: STRING_8 is "The media is not mounted or ready for use."

	error_media_not_available_value: INTEGER_32 is 4318

	error_media_offline_text: STRING_8 is "The medium currently exists in an offline library and must be online to perform this operation."

	error_media_offline_value: INTEGER_32 is 4304

	error_media_unavailable_text: STRING_8 is "No media is currently available in this media pool or library."

	error_media_unavailable_value: INTEGER_32 is 4308

	error_medium_not_accessible_text: STRING_8 is "The transport cannot access the medium."

	error_medium_not_accessible_value: INTEGER_32 is 4323

	error_member_in_alias_text: STRING_8 is "The specified account name is already a member of the local group."

	error_member_in_alias_value: INTEGER_32 is 1378

	error_member_in_group_text: STRING_8 is "Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member."

	error_member_in_group_value: INTEGER_32 is 1320

	error_member_not_in_alias_text: STRING_8 is "The specified account name is not a member of the local group."

	error_member_not_in_alias_value: INTEGER_32 is 1377

	error_member_not_in_group_text: STRING_8 is "The specified user account is not a member of the specified group account."

	error_member_not_in_group_value: INTEGER_32 is 1321

	error_members_primary_group_text: STRING_8 is "The user cannot be removed from a group because the group is currently the user's primary group."

	error_members_primary_group_value: INTEGER_32 is 1374

	error_menu_item_not_found_text: STRING_8 is "A menu item was not found."

	error_menu_item_not_found_value: INTEGER_32 is 1456

	error_message_exceeds_max_size_text: STRING_8 is "The message provided exceeds the maximum size allowed for this parameter."

	error_message_exceeds_max_size_value: INTEGER_32 is 4336

	error_message_sync_only_text: STRING_8 is "The message can be used only with synchronous operations."

	error_message_sync_only_value: INTEGER_32 is 1159

	error_messages: HASH_TABLE [STRING_8, INTEGER_32]
			-- Error messages.

	error_meta_expansion_too_long_text: STRING_8 is "The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified."

	error_meta_expansion_too_long_value: INTEGER_32 is 208

	error_metafile_not_supported_text: STRING_8 is "The requested metafile operation is not supported."

	error_metafile_not_supported_value: INTEGER_32 is 2003

	error_mod_not_found_text: STRING_8 is "The specified module could not be found."

	error_mod_not_found_value: INTEGER_32 is 126

	error_more_data_text: STRING_8 is "More data is available."

	error_more_data_value: INTEGER_32 is 234

	error_more_writes_text: STRING_8 is "A serial I/O operation was completed by another write to the serial port.  (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)"

	error_more_writes_value: INTEGER_32 is 1120

	error_mr_mid_not_found_text: STRING_8 is "The system cannot find message text for message number 0x%%1 in the message file for %%2."

	error_mr_mid_not_found_value: INTEGER_32 is 317

	error_mutual_auth_failed_text: STRING_8 is "Mutual Authentication failed. The server's password is out of date at the domain controller."

	error_mutual_auth_failed_value: INTEGER_32 is 1397

	error_negative_seek_text: STRING_8 is "An attempt was made to move the file pointer before the beginning of the file."

	error_negative_seek_value: INTEGER_32 is 131

	error_nesting_not_allowed_text: STRING_8 is "Cannot nest calls to LoadModule."

	error_nesting_not_allowed_value: INTEGER_32 is 215

	error_net_write_fault_text: STRING_8 is "A write fault occurred on the network."

	error_net_write_fault_value: INTEGER_32 is 88

	error_netlogon_not_started_text: STRING_8 is "An attempt was made to logon, but the network logon service was not started."

	error_netlogon_not_started_value: INTEGER_32 is 1792

	error_netname_deleted_text: STRING_8 is "The specified network name is no longer available."

	error_netname_deleted_value: INTEGER_32 is 64

	error_network_access_denied_text: STRING_8 is "Network access is denied."

	error_network_access_denied_value: INTEGER_32 is 65

	error_network_busy_text: STRING_8 is "The network is busy."

	error_network_busy_value: INTEGER_32 is 54

	error_network_not_available_text: STRING_8 is "A cluster network is not available for this operation."

	error_network_not_available_value: INTEGER_32 is 5035

	error_network_unreachable_text: STRING_8 is "The network location cannot be reached. For information about network troubleshooting, see Windows Help."

	error_network_unreachable_value: INTEGER_32 is 1231

	error_no_association_text: STRING_8 is "No application is associated with the specified file for this operation."

	error_no_association_value: INTEGER_32 is 1155

	error_no_browser_servers_found_text: STRING_8 is "The list of servers for this workgroup is not currently available"

	error_no_browser_servers_found_value: INTEGER_32 is 6118

	error_no_data_detected_text: STRING_8 is "No more data is on the tape."

	error_no_data_detected_value: INTEGER_32 is 1104

	error_no_data_text: STRING_8 is "The pipe is being closed."

	error_no_data_value: INTEGER_32 is 232

	error_no_efs_text: STRING_8 is "The required encryption driver is not loaded for this system."

	error_no_efs_value: INTEGER_32 is 6004

	error_no_impersonation_token_text: STRING_8 is "An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client."

	error_no_impersonation_token_value: INTEGER_32 is 1309

	error_no_inheritance_text: STRING_8 is "Indicates an ACL contains no inheritable components."

	error_no_inheritance_value: INTEGER_32 is 1391

	error_no_log_space_text: STRING_8 is "System could not allocate the required space in a registry log."

	error_no_log_space_value: INTEGER_32 is 1019

	error_no_logon_servers_text: STRING_8 is "There are currently no logon servers available to service the logon request."

	error_no_logon_servers_value: INTEGER_32 is 1311

	error_no_match_text: STRING_8 is "There was no match for the specified key in the index."

	error_no_match_value: INTEGER_32 is 1169

	error_no_media_in_drive_text: STRING_8 is "No media in drive."

	error_no_media_in_drive_value: INTEGER_32 is 1112

	error_no_more_devices_text: STRING_8 is "No more local devices."

	error_no_more_devices_value: INTEGER_32 is 1248

	error_no_more_files_text: STRING_8 is "There are no more files."

	error_no_more_files_value: INTEGER_32 is 18

	error_no_more_items_text: STRING_8 is "No more data is available."

	error_no_more_items_value: INTEGER_32 is 259

	error_no_more_search_handles_text: STRING_8 is "No more internal file identifiers available."

	error_no_more_search_handles_value: INTEGER_32 is 113

	error_no_more_user_handles_text: STRING_8 is "The current process has used all of its system allowance of handles for Window Manager objects."

	error_no_more_user_handles_value: INTEGER_32 is 1158

	error_no_net_or_bad_path_text: STRING_8 is "No network provider accepted the given network path."

	error_no_net_or_bad_path_value: INTEGER_32 is 1203

	error_no_network_text: STRING_8 is "The network is not present or not started."

	error_no_network_value: INTEGER_32 is 1222

	error_no_proc_slots_text: STRING_8 is "The system cannot start another process at this time."

	error_no_proc_slots_value: INTEGER_32 is 89

	error_no_promotion_active_text: STRING_8 is "A domain controller promotion is not currently active"

	error_no_promotion_active_value: INTEGER_32 is 8222

	error_no_quotas_for_account_text: STRING_8 is "No system quota limits are specifically set for this account."

	error_no_quotas_for_account_value: INTEGER_32 is 1302

	error_no_recovery_policy_text: STRING_8 is "There is no valid encryption recovery policy configured for this system."

	error_no_recovery_policy_value: INTEGER_32 is 6003

	error_no_recovery_program_text: STRING_8 is "No recovery program has been configured for this service."

	error_no_recovery_program_value: INTEGER_32 is 1082

	error_no_scrollbars_text: STRING_8 is "The window does not have scroll bars."

	error_no_scrollbars_value: INTEGER_32 is 1447

	error_no_security_on_object_text: STRING_8 is "Unable to perform a security operation on an object that has no associated security."

	error_no_security_on_object_value: INTEGER_32 is 1350

	error_no_shutdown_in_progress_text: STRING_8 is "Unable to abort the system shutdown because no shutdown was in progress."

	error_no_shutdown_in_progress_value: INTEGER_32 is 1116

	error_no_signal_sent_text: STRING_8 is "No process in the command subtree has a  signal handler."

	error_no_signal_sent_value: INTEGER_32 is 205

	error_no_sitename_text: STRING_8 is "No site name is available for this machine."

	error_no_sitename_value: INTEGER_32 is 1919

	error_no_spool_space_text: STRING_8 is "Space to store the file waiting to be printed is not available on the server."

	error_no_spool_space_value: INTEGER_32 is 62

	error_no_such_alias_text: STRING_8 is "The specified local group does not exist."

	error_no_such_alias_value: INTEGER_32 is 1376

	error_no_such_domain_text: STRING_8 is "The specified domain either does not exist or could not be contacted."

	error_no_such_domain_value: INTEGER_32 is 1355

	error_no_such_group_text: STRING_8 is "The specified group does not exist."

	error_no_such_group_value: INTEGER_32 is 1319

	error_no_such_logon_session_text: STRING_8 is "A specified logon session does not exist. It may already have been terminated."

	error_no_such_logon_session_value: INTEGER_32 is 1312

	error_no_such_member_text: STRING_8 is "A member could not be added to or removed from the local group because the member does not exist."

	error_no_such_member_value: INTEGER_32 is 1387

	error_no_such_package_text: STRING_8 is "A specified authentication package is unknown."

	error_no_such_package_value: INTEGER_32 is 1364

	error_no_such_privilege_text: STRING_8 is "A specified privilege does not exist."

	error_no_such_privilege_value: INTEGER_32 is 1313

	error_no_such_site_text: STRING_8 is "The specified site does not exist."

	error_no_such_site_value: INTEGER_32 is 1249

	error_no_such_user_text: STRING_8 is "The specified user does not exist."

	error_no_such_user_value: INTEGER_32 is 1317

	error_no_supporting_drives_text: STRING_8 is "This offline media cannot be mounted on this system since no enabled drives are present which can be used."

	error_no_supporting_drives_value: INTEGER_32 is 4339

	error_no_system_menu_text: STRING_8 is "The window does not have a system menu."

	error_no_system_menu_value: INTEGER_32 is 1437

	error_no_system_resources_text: STRING_8 is "Insufficient system resources exist to complete the requested service."

	error_no_system_resources_value: INTEGER_32 is 1450

	error_no_token_text: STRING_8 is "An attempt was made to reference a token that does not exist."

	error_no_token_value: INTEGER_32 is 1008

	error_no_tracking_service_text: STRING_8 is "The tracking (workstation) service is not running."

	error_no_tracking_service_value: INTEGER_32 is 1172

	error_no_trust_lsa_secret_text: STRING_8 is "The workstation does not have a trust secret."

	error_no_trust_lsa_secret_value: INTEGER_32 is 1786

	error_no_trust_sam_account_text: STRING_8 is "The security database on the server does not have a computer account for this workstation trust relationship."

	error_no_trust_sam_account_value: INTEGER_32 is 1787

	error_no_unicode_translation_text: STRING_8 is "No mapping for the Unicode character exists in the target multi-byte code page."

	error_no_unicode_translation_value: INTEGER_32 is 1113

	error_no_user_keys_text: STRING_8 is "There are no EFS keys defined for the user."

	error_no_user_keys_value: INTEGER_32 is 6006

	error_no_user_session_key_text: STRING_8 is "There is no user session key for the specified logon session."

	error_no_user_session_key_value: INTEGER_32 is 1394

	error_no_volume_id_text: STRING_8 is "The Volume ID could not be found."

	error_no_volume_id_value: INTEGER_32 is 1173

	error_no_volume_label_text: STRING_8 is "The disk has no volume label."

	error_no_volume_label_value: INTEGER_32 is 125

	error_no_wildcard_characters_text: STRING_8 is "No wildcards were found."

	error_no_wildcard_characters_value: INTEGER_32 is 1417

	error_noaccess_text: STRING_8 is "Invalid access to memory location."

	error_noaccess_value: INTEGER_32 is 998

	error_node_cant_host_resource_text: STRING_8 is "The cluster resource cannot be brought online. The owner node cannot run this resource."

	error_node_cant_host_resource_value: INTEGER_32 is 5071

	error_node_not_available_text: STRING_8 is "A cluster node is not available for this operation."

	error_node_not_available_value: INTEGER_32 is 5036

	error_nologon_interdomain_trust_account_text: STRING_8 is "The account used is an interdomain trust account. Use your global user account or local user account to access this server."

	error_nologon_interdomain_trust_account_value: INTEGER_32 is 1807

	error_nologon_server_trust_account_text: STRING_8 is "The account used is a server trust account. Use your global user account or local user account to access this server."

	error_nologon_server_trust_account_value: INTEGER_32 is 1809

	error_nologon_workstation_trust_account_text: STRING_8 is "The account used is a computer account. Use your global user account or local user account to access this server."

	error_nologon_workstation_trust_account_value: INTEGER_32 is 1808

	error_non_mdichild_window_text: STRING_8 is "Cannot process a message from a window that is not a multiple document interface (MDI) window."

	error_non_mdichild_window_value: INTEGER_32 is 1445

	error_none_mapped_text: STRING_8 is "No mapping between account names and security IDs was done."

	error_none_mapped_value: INTEGER_32 is 1332

	error_nonpaged_system_resources_text: STRING_8 is "Insufficient system resources exist to complete the requested service."

	error_nonpaged_system_resources_value: INTEGER_32 is 1451

	error_not_a_reparse_point_text: STRING_8 is "The file or directory is not a reparse point."

	error_not_a_reparse_point_value: INTEGER_32 is 4390

	error_not_all_assigned_text: STRING_8 is "Not all privileges referenced are assigned to the caller."

	error_not_all_assigned_value: INTEGER_32 is 1300

	error_not_authenticated_text: STRING_8 is "The operation being requested was not performed because the user has not been authenticated."

	error_not_authenticated_value: INTEGER_32 is 1244

	error_not_child_window_text: STRING_8 is "The window is not a child window."

	error_not_child_window_value: INTEGER_32 is 1442

	error_not_connected_text: STRING_8 is "This network connection does not exist."

	error_not_connected_value: INTEGER_32 is 2250

	error_not_container_text: STRING_8 is "Cannot enumerate a noncontainer."

	error_not_container_value: INTEGER_32 is 1207

	error_not_dos_disk_text: STRING_8 is "The specified disk or diskette cannot be accessed."

	error_not_dos_disk_value: INTEGER_32 is 26

	error_not_empty_text: STRING_8 is "The library, drive, or media pool must be empty to perform this operation."

	error_not_empty_value: INTEGER_32 is 4307

	error_not_enough_memory_text: STRING_8 is "Not enough storage is available to process this command."

	error_not_enough_memory_value: INTEGER_32 is 8

	error_not_enough_quota_text: STRING_8 is "Not enough quota is available to process this command."

	error_not_enough_quota_value: INTEGER_32 is 1816

	error_not_enough_server_memory_text: STRING_8 is "Not enough server storage is available to process this command."

	error_not_enough_server_memory_value: INTEGER_32 is 1130

	error_not_export_format_text: STRING_8 is "The specified file is not in the defined EFS export format."

	error_not_export_format_value: INTEGER_32 is 6008

	error_not_found_text: STRING_8 is "Element not found."

	error_not_found_value: INTEGER_32 is 1168

	error_not_joined_text: STRING_8 is "The system tried to delete the JOIN of a drive that is not joined."

	error_not_joined_value: INTEGER_32 is 136

	error_not_locked_text: STRING_8 is "The segment is already unlocked."

	error_not_locked_value: INTEGER_32 is 158

	error_not_logged_on_text: STRING_8 is "The operation being requested was not performed because the user has not logged on to the network.  The specified service does not exist."

	error_not_logged_on_value: INTEGER_32 is 1245

	error_not_logon_process_text: STRING_8 is "The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process."

	error_not_logon_process_value: INTEGER_32 is 1362

	error_not_owner_text: STRING_8 is "Attempt to release mutex not owned by caller."

	error_not_owner_value: INTEGER_32 is 288

	error_not_quorum_capable_text: STRING_8 is "The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource."

	error_not_quorum_capable_value: INTEGER_32 is 5021

	error_not_quorum_class_text: STRING_8 is "The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class."

	error_not_quorum_class_value: INTEGER_32 is 5025

	error_not_ready_text: STRING_8 is "The device is not ready."

	error_not_ready_value: INTEGER_32 is 21

	error_not_registry_file_text: STRING_8 is "The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format."

	error_not_registry_file_value: INTEGER_32 is 1017

	error_not_same_device_text: STRING_8 is "The system cannot move the file to a different disk drive."

	error_not_same_device_value: INTEGER_32 is 17

	error_not_substed_text: STRING_8 is "The system tried to delete the substitution of a drive that is not substituted."

	error_not_substed_value: INTEGER_32 is 137

	error_not_supported_on_sbs_text: STRING_8 is "This operation is not supported on a Microsoft Small Business Server"

	error_not_supported_on_sbs_value: INTEGER_32 is 1254

	error_not_supported_text: STRING_8 is "The network request is not supported."

	error_not_supported_value: INTEGER_32 is 50

	error_notify_enum_dir_text: STRING_8 is "A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes."

	error_notify_enum_dir_value: INTEGER_32 is 1022

	error_nt_cross_encryption_required_text: STRING_8 is "A cross-encrypted password is necessary to change a user password."

	error_nt_cross_encryption_required_value: INTEGER_32 is 1386

	error_null_lm_password_text: STRING_8 is "The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string."

	error_null_lm_password_value: INTEGER_32 is 1304

	error_object_already_exists_text: STRING_8 is "The object already exists."

	error_object_already_exists_value: INTEGER_32 is 5010

	error_object_in_list_text: STRING_8 is "The object is already in the list."

	error_object_in_list_value: INTEGER_32 is 5011

	error_object_not_found_text: STRING_8 is "The object identifier does not represent a valid object."

	error_object_not_found_value: INTEGER_32 is 4312

	error_old_win_version_text: STRING_8 is "The specified program requires a newer version of Windows."

	error_old_win_version_value: INTEGER_32 is 1150

	error_only_if_connected_text: STRING_8 is "This operation is supported only when you are connected to the server."

	error_only_if_connected_value: INTEGER_32 is 1251

	error_open_failed_text: STRING_8 is "The system cannot open the  device or file specified."

	error_open_failed_value: INTEGER_32 is 110

	error_open_files_text: STRING_8 is "This network connection has files open or requests pending."

	error_open_files_value: INTEGER_32 is 2401

	error_operation_aborted_text: STRING_8 is "The I/O operation has been aborted because of either a thread exit or an application request."

	error_operation_aborted_value: INTEGER_32 is 995

	error_oplock_not_granted_text: STRING_8 is "The oplock request is denied."

	error_oplock_not_granted_value: INTEGER_32 is 300

	error_out_of_paper_text: STRING_8 is "The printer is out of paper."

	error_out_of_paper_value: INTEGER_32 is 28

	error_out_of_structures_text: STRING_8 is "Storage to process this request is not available."

	error_out_of_structures_value: INTEGER_32 is 84

	error_outofmemory_text: STRING_8 is "Not enough storage is available to complete this operation."

	error_outofmemory_value: INTEGER_32 is 14

	error_override_nochanges_text: STRING_8 is "The group policy framework should call the extension even if there are no changes."

	error_override_nochanges_value: INTEGER_32 is 1252

	error_paged_system_resources_text: STRING_8 is "Insufficient system resources exist to complete the requested service."

	error_paged_system_resources_value: INTEGER_32 is 1452

	error_pagefile_quota_text: STRING_8 is "Insufficient quota to complete the requested service."

	error_pagefile_quota_value: INTEGER_32 is 1454

	error_partial_copy_text: STRING_8 is "Only part of a ReadProcessMemory or WriteProcessMemory request was completed."

	error_partial_copy_value: INTEGER_32 is 299

	error_partition_failure_text: STRING_8 is "Tape could not be partitioned."

	error_partition_failure_value: INTEGER_32 is 1105

	error_password_expired_text: STRING_8 is "Logon failure: the specified account password has expired."

	error_password_expired_value: INTEGER_32 is 1330

	error_password_must_change_text: STRING_8 is "The user's password must be changed before logging on the first time."

	error_password_must_change_value: INTEGER_32 is 1907

	error_password_restriction_text: STRING_8 is "Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirement of the domain."

	error_password_restriction_value: INTEGER_32 is 1325

	error_patch_package_invalid_text: STRING_8 is "This patch package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer patch package."

	error_patch_package_invalid_value: INTEGER_32 is 1636

	error_patch_package_open_failed_text: STRING_8 is "This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package."

	error_patch_package_open_failed_value: INTEGER_32 is 1635

	error_patch_package_unsupported_text: STRING_8 is "This patch package cannot be processed by the Windows Installer service.  You must install a Windows service pack that contains a newer version of the Windows Installer service."

	error_patch_package_unsupported_value: INTEGER_32 is 1637

	error_patch_target_not_found_text: STRING_8 is "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch."

	error_patch_target_not_found_value: INTEGER_32 is 1642

	error_path_busy_text: STRING_8 is "The path specified cannot be used at this time."

	error_path_busy_value: INTEGER_32 is 148

	error_path_not_found_text: STRING_8 is "The system cannot find the path specified."

	error_path_not_found_value: INTEGER_32 is 3

	error_pipe_busy_text: STRING_8 is "All pipe instances are busy."

	error_pipe_busy_value: INTEGER_32 is 231

	error_pipe_connected_text: STRING_8 is "There is a process on other end of the pipe."

	error_pipe_connected_value: INTEGER_32 is 535

	error_pipe_listening_text: STRING_8 is "Waiting for a process to open the other end of the pipe."

	error_pipe_listening_value: INTEGER_32 is 536

	error_pipe_not_connected_text: STRING_8 is "No process is on the other end of the pipe."

	error_pipe_not_connected_value: INTEGER_32 is 233

	error_point_not_found_text: STRING_8 is "The point passed to GetMouseMovePoints is not in the buffer."

	error_point_not_found_value: INTEGER_32 is 1171

	error_policy_object_not_found_text: STRING_8 is "The policy object does not exist."

	error_policy_object_not_found_value: INTEGER_32 is 8219

	error_policy_only_in_ds_text: STRING_8 is "The requested policy information is only in the directory service."

	error_policy_only_in_ds_value: INTEGER_32 is 8220

	error_popup_already_active_text: STRING_8 is "Popup menu already active."

	error_popup_already_active_value: INTEGER_32 is 1446

	error_port_unreachable_text: STRING_8 is "No service is operating at the destination network endpoint on the remote system."

	error_port_unreachable_value: INTEGER_32 is 1234

	error_possible_deadlock_text: STRING_8 is "A potential deadlock condition has been detected."

	error_possible_deadlock_value: INTEGER_32 is 1131

	error_potential_file_found_text: STRING_8 is "A file was found, but it may not be the correct file."

	error_potential_file_found_value: INTEGER_32 is 1180

	error_print_cancelled_text: STRING_8 is "Your file waiting to be printed was deleted."

	error_print_cancelled_value: INTEGER_32 is 63

	error_print_monitor_already_installed_text: STRING_8 is "The specified print monitor has already been installed."

	error_print_monitor_already_installed_value: INTEGER_32 is 3006

	error_print_monitor_in_use_text: STRING_8 is "The specified print monitor is currently in use."

	error_print_monitor_in_use_value: INTEGER_32 is 3008

	error_print_processor_already_installed_text: STRING_8 is "The specified print processor has already been installed."

	error_print_processor_already_installed_value: INTEGER_32 is 3005

	error_printer_already_exists_text: STRING_8 is "The printer already exists."

	error_printer_already_exists_value: INTEGER_32 is 1802

	error_printer_deleted_text: STRING_8 is "The specified printer has been deleted."

	error_printer_deleted_value: INTEGER_32 is 1905

	error_printer_driver_already_installed_text: STRING_8 is "The specified printer driver is already installed."

	error_printer_driver_already_installed_value: INTEGER_32 is 1795

	error_printer_driver_in_use_text: STRING_8 is "The specified printer driver is currently in use."

	error_printer_driver_in_use_value: INTEGER_32 is 3001

	error_printer_has_jobs_queued_text: STRING_8 is "The requested operation is not allowed when there are jobs queued to the printer."

	error_printer_has_jobs_queued_value: INTEGER_32 is 3009

	error_printer_not_found_text: STRING_8 is "No printers were found."

	error_printer_not_found_value: INTEGER_32 is 3012

	error_printq_full_text: STRING_8 is "The printer queue is full."

	error_printq_full_value: INTEGER_32 is 61

	error_private_dialog_index_text: STRING_8 is "Using private DIALOG window words."

	error_private_dialog_index_value: INTEGER_32 is 1415

	error_privilege_not_held_text: STRING_8 is "A required privilege is not held by the client."

	error_privilege_not_held_value: INTEGER_32 is 1314

	error_proc_not_found_text: STRING_8 is "The specified procedure could not be found."

	error_proc_not_found_value: INTEGER_32 is 127

	error_process_aborted_text: STRING_8 is "The process terminated unexpectedly."

	error_process_aborted_value: INTEGER_32 is 1067

	error_product_uninstalled_text: STRING_8 is "Product is uninstalled."

	error_product_uninstalled_value: INTEGER_32 is 1614

	error_product_version_text: STRING_8 is "Another version of this product is already installed.  Installation of this version cannot continue.  To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel."

	error_product_version_value: INTEGER_32 is 1638

	error_profile_not_associated_with_device_text: STRING_8 is "The specified color profile is not associated with any device."

	error_profile_not_associated_with_device_value: INTEGER_32 is 2015

	error_profile_not_found_text: STRING_8 is "The specified color profile was not found."

	error_profile_not_found_value: INTEGER_32 is 2016

	error_promotion_active_text: STRING_8 is "A domain controller promotion is currently active."

	error_promotion_active_value: INTEGER_32 is 8221

	error_protocol_unreachable_text: STRING_8 is "The network location cannot be reached. For information about network troubleshooting, see Windows Help."

	error_protocol_unreachable_value: INTEGER_32 is 1233

	error_quorum_disk_not_found_text: STRING_8 is "The quorum disk could not be located by the cluster service."

	error_quorum_disk_not_found_value: INTEGER_32 is 5086

	error_quorum_owner_alive_text: STRING_8 is "The cluster node failed to take control of the quorum resource because the resource is owned by another active node."

	error_quorum_owner_alive_value: INTEGER_32 is 5034

	error_quorum_resource_online_failed_text: STRING_8 is "The quorum resource failed to come online."

	error_quorum_resource_online_failed_value: INTEGER_32 is 5027

	error_quorum_resource_text: STRING_8 is "The cluster resource could not be deleted or brought offline because it is the quorum resource."

	error_quorum_resource_value: INTEGER_32 is 5020

	error_quorumlog_open_failed_text: STRING_8 is "The quorum log could not be created or mounted successfully."

	error_quorumlog_open_failed_value: INTEGER_32 is 5028

	error_read_fault_text: STRING_8 is "The system cannot read from the specified device."

	error_read_fault_value: INTEGER_32 is 30

	error_rec_non_existent_text: STRING_8 is "The name does not exist in the WINS database."

	error_rec_non_existent_value: INTEGER_32 is 4005

	error_redir_paused_text: STRING_8 is "The specified printer or disk device has been paused."

	error_redir_paused_value: INTEGER_32 is 72

	error_redirector_has_open_handles_text: STRING_8 is "The redirector is in use and cannot be unloaded."

	error_redirector_has_open_handles_value: INTEGER_32 is 1794

	error_registry_corrupt_text: STRING_8 is "The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted."

	error_registry_corrupt_value: INTEGER_32 is 1015

	error_registry_io_failed_text: STRING_8 is "An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry."

	error_registry_io_failed_value: INTEGER_32 is 1016

	error_registry_recovered_text: STRING_8 is "One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful."

	error_registry_recovered_value: INTEGER_32 is 1014

	error_reloc_chain_xeeds_seglim_text: STRING_8 is "The operating system cannot run %%1."

	error_reloc_chain_xeeds_seglim_value: INTEGER_32 is 201

	error_rem_not_list_text: STRING_8 is "The remote computer is not available."

	error_rem_not_list_value: INTEGER_32 is 51

	error_remote_session_limit_exceeded_text: STRING_8 is "An attempt was made to establish a session to a network server, but there are already too many sessions established to that server."

	error_remote_session_limit_exceeded_value: INTEGER_32 is 1220

	error_remote_storage_media_error_text: STRING_8 is "The remote storage service encountered a media error."

	error_remote_storage_media_error_value: INTEGER_32 is 4352

	error_remote_storage_not_active_text: STRING_8 is "The remote storage service is not operational at this time."

	error_remote_storage_not_active_value: INTEGER_32 is 4351

	error_reparse_attribute_conflict_text: STRING_8 is "The reparse point attribute cannot be set because it conflicts with an existing attribute."

	error_reparse_attribute_conflict_value: INTEGER_32 is 4391

	error_reparse_tag_invalid_text: STRING_8 is "The tag present in the reparse point buffer is invalid."

	error_reparse_tag_invalid_value: INTEGER_32 is 4393

	error_reparse_tag_mismatch_text: STRING_8 is "There is a mismatch between the tag specified in the request and the tag present in the reparse point."

	error_reparse_tag_mismatch_value: INTEGER_32 is 4394

	error_req_not_accep_text: STRING_8 is "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept."

	error_req_not_accep_value: INTEGER_32 is 71

	error_request_aborted_text: STRING_8 is "The request was aborted."

	error_request_aborted_value: INTEGER_32 is 1235

	error_request_refused_text: STRING_8 is "The operator or administrator has refused the request."

	error_request_refused_value: INTEGER_32 is 4320

	error_requires_interactive_windowstation_text: STRING_8 is "This operation requires an interactive window station."

	error_requires_interactive_windowstation_value: INTEGER_32 is 1459

	error_resmon_create_failed_text: STRING_8 is "The cluster resource could not be created in the specified resource monitor."

	error_resmon_create_failed_value: INTEGER_32 is 5017

	error_resmon_invalid_state_text: STRING_8 is "The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state."

	error_resmon_invalid_state_value: INTEGER_32 is 5084

	error_resmon_online_failed_text: STRING_8 is "The cluster resource could not be brought online by the resource monitor."

	error_resmon_online_failed_value: INTEGER_32 is 5018

	error_resource_data_not_found_text: STRING_8 is "The specified image file did not contain a resource section."

	error_resource_data_not_found_value: INTEGER_32 is 1812

	error_resource_disabled_text: STRING_8 is "A resource required for this operation is disabled."

	error_resource_disabled_value: INTEGER_32 is 4309

	error_resource_failed_text: STRING_8 is "A cluster resource failed."

	error_resource_failed_value: INTEGER_32 is 5038

	error_resource_lang_not_found_text: STRING_8 is "The specified resource language ID cannot be found in the image file."

	error_resource_lang_not_found_value: INTEGER_32 is 1815

	error_resource_name_not_found_text: STRING_8 is "The specified resource name cannot be found in the image file."

	error_resource_name_not_found_value: INTEGER_32 is 1814

	error_resource_not_available_text: STRING_8 is "The cluster resource is not available."

	error_resource_not_available_value: INTEGER_32 is 5006

	error_resource_not_found_text: STRING_8 is "The cluster resource could not be found."

	error_resource_not_found_value: INTEGER_32 is 5007

	error_resource_not_online_text: STRING_8 is "The cluster resource is not online."

	error_resource_not_online_value: INTEGER_32 is 5004

	error_resource_not_present_text: STRING_8 is "The resource required for this operation does not exist."

	error_resource_not_present_value: INTEGER_32 is 4316

	error_resource_online_text: STRING_8 is "The operation could not be completed because the cluster resource is online."

	error_resource_online_value: INTEGER_32 is 5019

	error_resource_properties_stored_text: STRING_8 is "The properties were stored but not all changes will take effect until the next time the resource is brought online."

	error_resource_properties_stored_value: INTEGER_32 is 5024

	error_resource_property_unchangeable_text: STRING_8 is "An attempt to modify a resource property failed because it conflicts with another existing property."

	error_resource_property_unchangeable_value: INTEGER_32 is 5089

	error_resource_type_not_found_text: STRING_8 is "The specified resource type cannot be found in the image file."

	error_resource_type_not_found_value: INTEGER_32 is 1813

	error_retry_text: STRING_8 is "The operation could not be completed. A retry should be performed."

	error_retry_value: INTEGER_32 is 1237

	error_revision_mismatch_text: STRING_8 is "Indicates two revision levels are incompatible."

	error_revision_mismatch_value: INTEGER_32 is 1306

	error_ring2_stack_in_use_text: STRING_8 is "The ring 2 stack is in use."

	error_ring2_stack_in_use_value: INTEGER_32 is 207

	error_ring2seg_must_be_movable_text: STRING_8 is "The code segment cannot be greater than or equal to 64K."

	error_ring2seg_must_be_movable_value: INTEGER_32 is 200

	error_rmode_app_text: STRING_8 is "The specified program was written for an earlier version of Windows."

	error_rmode_app_value: INTEGER_32 is 1153

	error_rpl_not_allowed_text: STRING_8 is "Replication with a nonconfigured partner is not allowed."

	error_rpl_not_allowed_value: INTEGER_32 is 4006

	error_rxact_commit_failure_text: STRING_8 is "An internal security database corruption has been encountered."

	error_rxact_commit_failure_value: INTEGER_32 is 1370

	error_rxact_invalid_state_text: STRING_8 is "The transaction state of a registry subtree is incompatible with the requested operation."

	error_rxact_invalid_state_value: INTEGER_32 is 1369

	error_sam_init_failure_text: STRING_8 is "Security Accounts Manager initialization failed because of the following error: %%1.  Error Status: 0x%%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information."

	error_sam_init_failure_value: INTEGER_32 is 8541

	error_same_drive_text: STRING_8 is "The system cannot join or substitute a drive to or for a directory on the same drive."

	error_same_drive_value: INTEGER_32 is 143

	error_screen_already_locked_text: STRING_8 is "Screen already locked."

	error_screen_already_locked_value: INTEGER_32 is 1440

	error_secret_too_long_text: STRING_8 is "The length of a secret exceeds the maximum length allowed."

	error_secret_too_long_value: INTEGER_32 is 1382

	error_sector_not_found_text: STRING_8 is "The drive cannot find the sector requested."

	error_sector_not_found_value: INTEGER_32 is 27

	error_seek_on_device_text: STRING_8 is "The file pointer cannot be set on the specified device or file."

	error_seek_on_device_value: INTEGER_32 is 132

	error_seek_text: STRING_8 is "The drive cannot locate a specific area or track on the disk."

	error_seek_value: INTEGER_32 is 25

	error_sem_is_set_text: STRING_8 is "The semaphore is set and cannot be closed."

	error_sem_is_set_value: INTEGER_32 is 102

	error_sem_not_found_text: STRING_8 is "The specified system semaphore name was not found."

	error_sem_not_found_value: INTEGER_32 is 187

	error_sem_owner_died_text: STRING_8 is "The previous ownership of this semaphore has ended."

	error_sem_owner_died_value: INTEGER_32 is 105

	error_sem_timeout_text: STRING_8 is "The semaphore timeout period has expired."

	error_sem_timeout_value: INTEGER_32 is 121

	error_sem_user_limit_text: STRING_8 is "Insert the diskette for drive %%1."

	error_sem_user_limit_value: INTEGER_32 is 106

	error_serial_no_device_text: STRING_8 is "No serial device was successfully initialized. The serial driver will unload."

	error_serial_no_device_value: INTEGER_32 is 1118

	error_server_disabled_text: STRING_8 is "The server is currently disabled."

	error_server_disabled_value: INTEGER_32 is 1341

	error_server_has_open_handles_text: STRING_8 is "The server is in use and cannot be unloaded."

	error_server_has_open_handles_value: INTEGER_32 is 1811

	error_server_not_disabled_text: STRING_8 is "The server is currently enabled."

	error_server_not_disabled_value: INTEGER_32 is 1342

	error_service_already_running_text: STRING_8 is "An instance of the service is already running."

	error_service_already_running_value: INTEGER_32 is 1056

	error_service_cannot_accept_ctrl_text: STRING_8 is "The service cannot accept control messages at this time."

	error_service_cannot_accept_ctrl_value: INTEGER_32 is 1061

	error_service_database_locked_text: STRING_8 is "The service database is locked."

	error_service_database_locked_value: INTEGER_32 is 1055

	error_service_dependency_deleted_text: STRING_8 is "The dependency service does not exist or has been marked for deletion."

	error_service_dependency_deleted_value: INTEGER_32 is 1075

	error_service_dependency_fail_text: STRING_8 is "The dependency service or group failed to start."

	error_service_dependency_fail_value: INTEGER_32 is 1068

	error_service_disabled_text: STRING_8 is "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it."

	error_service_disabled_value: INTEGER_32 is 1058

	error_service_does_not_exist_text: STRING_8 is "The specified service does not exist as an installed service."

	error_service_does_not_exist_value: INTEGER_32 is 1060

	error_service_exists_text: STRING_8 is "The specified service already exists."

	error_service_exists_value: INTEGER_32 is 1073

	error_service_logon_failed_text: STRING_8 is "The service did not start due to a logon failure."

	error_service_logon_failed_value: INTEGER_32 is 1069

	error_service_marked_for_delete_text: STRING_8 is "The specified service has been marked for deletion."

	error_service_marked_for_delete_value: INTEGER_32 is 1072

	error_service_never_started_text: STRING_8 is "No attempts to start the service have been made since the last boot."

	error_service_never_started_value: INTEGER_32 is 1077

	error_service_no_thread_text: STRING_8 is "A thread could not be created for the service."

	error_service_no_thread_value: INTEGER_32 is 1054

	error_service_not_active_text: STRING_8 is "The service has not been started."

	error_service_not_active_value: INTEGER_32 is 1062

	error_service_not_found_text: STRING_8 is "The specified service does not exist."

	error_service_not_found_value: INTEGER_32 is 1243

	error_service_not_in_exe_text: STRING_8 is "The executable program that this service is configured to run in does not implement the service."

	error_service_not_in_exe_value: INTEGER_32 is 1083

	error_service_request_timeout_text: STRING_8 is "The service did not respond to the start or control request in a timely fashion."

	error_service_request_timeout_value: INTEGER_32 is 1053

	error_service_specific_error_text: STRING_8 is "The service has returned a service-specific error code."

	error_service_specific_error_value: INTEGER_32 is 1066

	error_service_start_hang_text: STRING_8 is "After starting, the service hung in a start-pending state."

	error_service_start_hang_value: INTEGER_32 is 1070

	error_session_credential_conflict_text: STRING_8 is "The credentials supplied conflict with an existing set of credentials."

	error_session_credential_conflict_value: INTEGER_32 is 1219

	error_set_not_found_text: STRING_8 is "The property set specified does not exist on the object."

	error_set_not_found_value: INTEGER_32 is 1170

	error_set_power_state_failed_text: STRING_8 is "The system BIOS failed an attempt to change the system power state."

	error_set_power_state_failed_value: INTEGER_32 is 1141

	error_set_power_state_vetoed_text: STRING_8 is "An attempt to change the system power state was vetoed by another application or driver."

	error_set_power_state_vetoed_value: INTEGER_32 is 1140

	error_setcount_on_bad_lb_text: STRING_8 is "LB_SETCOUNT sent to non-lazy list box."

	error_setcount_on_bad_lb_value: INTEGER_32 is 1433

	error_setmark_detected_text: STRING_8 is "A tape access reached the end of a set of files."

	error_setmark_detected_value: INTEGER_32 is 1103

	error_shared_policy_text: STRING_8 is "The policy object is shared and can only be modified at the root."

	error_shared_policy_value: INTEGER_32 is 8218

	error_sharing_buffer_exceeded_text: STRING_8 is "Too many files opened for sharing."

	error_sharing_buffer_exceeded_value: INTEGER_32 is 36

	error_sharing_paused_text: STRING_8 is "The remote server has been paused or is in the process of being started."

	error_sharing_paused_value: INTEGER_32 is 70

	error_sharing_violation_text: STRING_8 is "The process cannot access the file because it is being used by another process."

	error_sharing_violation_value: INTEGER_32 is 32

	error_shutdown_cluster_text: STRING_8 is "The cluster is being shut down."

	error_shutdown_cluster_value: INTEGER_32 is 5008

	error_shutdown_in_progress_text: STRING_8 is "A system shutdown is in progress."

	error_shutdown_in_progress_value: INTEGER_32 is 1115

	error_signal_pending_text: STRING_8 is "A signal is already pending."

	error_signal_pending_value: INTEGER_32 is 162

	error_signal_refused_text: STRING_8 is "The recipient process has refused the signal."

	error_signal_refused_value: INTEGER_32 is 156

	error_single_instance_app_text: STRING_8 is "Cannot start more than one instance of the specified program."

	error_single_instance_app_value: INTEGER_32 is 1152

	error_some_not_mapped_text: STRING_8 is "Some mapping between account names and security IDs was not done."

	error_some_not_mapped_value: INTEGER_32 is 1301

	error_source_element_empty_text: STRING_8 is "The indicated source element has no media."

	error_source_element_empty_value: INTEGER_32 is 1160

	error_special_account_text: STRING_8 is "Cannot perform this operation on built-in accounts."

	error_special_account_value: INTEGER_32 is 1371

	error_special_group_text: STRING_8 is "Cannot perform this operation on this built-in special group."

	error_special_group_value: INTEGER_32 is 1372

	error_special_user_text: STRING_8 is "Cannot perform this operation on this built-in special user."

	error_special_user_value: INTEGER_32 is 1373

	error_spl_no_addjob_text: STRING_8 is "An AddJob call was not issued."

	error_spl_no_addjob_value: INTEGER_32 is 3004

	error_spl_no_startdoc_text: STRING_8 is "A StartDocPrinter call was not issued."

	error_spl_no_startdoc_value: INTEGER_32 is 3003

	error_spool_file_not_found_text: STRING_8 is "The spool file was not found."

	error_spool_file_not_found_value: INTEGER_32 is 3002

	error_stack_overflow_text: STRING_8 is "Recursion too deep; the stack overflowed."

	error_stack_overflow_value: INTEGER_32 is 1001

	error_static_init_text: STRING_8 is "The importation from the file failed."

	error_static_init_value: INTEGER_32 is 4002

	error_subst_to_join_text: STRING_8 is "The system tried to SUBST a drive to a directory on a joined drive."

	error_subst_to_join_value: INTEGER_32 is 141

	error_subst_to_subst_text: STRING_8 is "The system tried to substitute a drive to a directory on a substituted drive."

	error_subst_to_subst_value: INTEGER_32 is 139

	error_success_reboot_initiated_text: STRING_8 is "The requested operation completed successfully.  The system will be restarted so the changes can take effect."

	error_success_reboot_initiated_value: INTEGER_32 is 1641

	error_success_reboot_required_text: STRING_8 is "The requested operation is successful. Changes will not be effective until the system is rebooted."

	error_success_reboot_required_value: INTEGER_32 is 3010

	error_success_restart_required_text: STRING_8 is "The requested operation is successful. Changes will not be effective until the service is restarted."

	error_success_restart_required_value: INTEGER_32 is 3011

	error_success_text: STRING_8 is "The operation completed successfully."

	error_success_value: INTEGER_32 is 0

	error_swaperror_text: STRING_8 is "Error performing in page operation."

	error_swaperror_value: INTEGER_32 is 999

	error_system_trace_text: STRING_8 is "System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed."

	error_system_trace_value: INTEGER_32 is 150

	error_tag_not_found_text: STRING_8 is "The specified tag was not found."

	error_tag_not_found_value: INTEGER_32 is 2012

	error_tag_not_present_text: STRING_8 is "A required tag is not present."

	error_tag_not_present_value: INTEGER_32 is 2013

	error_thread_1_inactive_text: STRING_8 is "The signal handler cannot be set."

	error_thread_1_inactive_value: INTEGER_32 is 210

	error_time_skew_text: STRING_8 is "There is a time difference between the client and server."

	error_time_skew_value: INTEGER_32 is 1398

	error_timeout_text: STRING_8 is "This operation returned because the timeout period expired."

	error_timeout_value: INTEGER_32 is 1460

	error_tlw_with_wschild_text: STRING_8 is "Cannot create a top-level child window."

	error_tlw_with_wschild_value: INTEGER_32 is 1406

	error_token_already_in_use_text: STRING_8 is "The token is already in use as a primary token."

	error_token_already_in_use_value: INTEGER_32 is 1375

	error_too_many_cmds_text: STRING_8 is "The network BIOS command limit has been reached."

	error_too_many_cmds_value: INTEGER_32 is 56

	error_too_many_context_ids_text: STRING_8 is "During a logon attempt, the user's security context accumulated too many security IDs."

	error_too_many_context_ids_value: INTEGER_32 is 1384

	error_too_many_links_text: STRING_8 is "An attempt was made to create more links on a file than the file system supports."

	error_too_many_links_value: INTEGER_32 is 1142

	error_too_many_luids_requested_text: STRING_8 is "Too many local user identifiers (LUIDs) were requested at one time."

	error_too_many_luids_requested_value: INTEGER_32 is 1333

	error_too_many_modules_text: STRING_8 is "Too many dynamic-link modules are attached to this program or dynamic-link module."

	error_too_many_modules_value: INTEGER_32 is 214

	error_too_many_muxwaiters_text: STRING_8 is "DosMuxSemWait did not execute; too many semaphores are already set."

	error_too_many_muxwaiters_value: INTEGER_32 is 152

	error_too_many_names_text: STRING_8 is "The name limit for the local computer network adapter card was exceeded."

	error_too_many_names_value: INTEGER_32 is 68

	error_too_many_open_files_text: STRING_8 is "The system cannot open the file."

	error_too_many_open_files_value: INTEGER_32 is 4

	error_too_many_posts_text: STRING_8 is "Too many posts were made to a semaphore."

	error_too_many_posts_value: INTEGER_32 is 298

	error_too_many_secrets_text: STRING_8 is "The maximum number of secrets that may be stored in a single system has been exceeded."

	error_too_many_secrets_value: INTEGER_32 is 1381

	error_too_many_sem_requests_text: STRING_8 is "The semaphore cannot be set again."

	error_too_many_sem_requests_value: INTEGER_32 is 103

	error_too_many_semaphores_text: STRING_8 is "Cannot create another system semaphore."

	error_too_many_semaphores_value: INTEGER_32 is 100

	error_too_many_sess_text: STRING_8 is "The network BIOS session limit was exceeded."

	error_too_many_sess_value: INTEGER_32 is 69

	error_too_many_sids_text: STRING_8 is "Too many security IDs have been specified."

	error_too_many_sids_value: INTEGER_32 is 1389

	error_too_many_tcbs_text: STRING_8 is "Cannot create another thread."

	error_too_many_tcbs_value: INTEGER_32 is 155

	error_transform_not_supported_text: STRING_8 is "The requested transformation operation is not supported."

	error_transform_not_supported_value: INTEGER_32 is 2004

	error_transport_full_text: STRING_8 is "Cannot use the transport because it is already in use."

	error_transport_full_value: INTEGER_32 is 4328

	error_trust_failure_text: STRING_8 is "The network logon failed."

	error_trust_failure_value: INTEGER_32 is 1790

	error_trusted_domain_failure_text: STRING_8 is "The trust relationship between the primary domain and the trusted domain failed."

	error_trusted_domain_failure_value: INTEGER_32 is 1788

	error_trusted_relationship_failure_text: STRING_8 is "The trust relationship between this workstation and the primary domain failed."

	error_trusted_relationship_failure_value: INTEGER_32 is 1789

	error_unable_to_clean_text: STRING_8 is "The drive cannot be cleaned or does not support cleaning."

	error_unable_to_clean_value: INTEGER_32 is 4311

	error_unable_to_eject_mounted_media_text: STRING_8 is "Unable to eject the medium because it is in a drive."

	error_unable_to_eject_mounted_media_value: INTEGER_32 is 4330

	error_unable_to_inventory_drive_text: STRING_8 is "Unable to retrieve the drive status."

	error_unable_to_inventory_drive_value: INTEGER_32 is 4325

	error_unable_to_inventory_slot_text: STRING_8 is "Unable to retrieve the slot status."

	error_unable_to_inventory_slot_value: INTEGER_32 is 4326

	error_unable_to_inventory_transport_text: STRING_8 is "Unable to retrieve status about the transport."

	error_unable_to_inventory_transport_value: INTEGER_32 is 4327

	error_unable_to_load_medium_text: STRING_8 is "Unable to load the medium into the drive."

	error_unable_to_load_medium_value: INTEGER_32 is 4324

	error_unable_to_lock_media_text: STRING_8 is "Unable to lock the media eject mechanism."

	error_unable_to_lock_media_value: INTEGER_32 is 1108

	error_unable_to_move_replacement_2_text: STRING_8 is "Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name."

	error_unable_to_move_replacement_2_value: INTEGER_32 is 1177

	error_unable_to_move_replacement_text: STRING_8 is "Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name."

	error_unable_to_move_replacement_value: INTEGER_32 is 1176

	error_unable_to_remove_replaced_text: STRING_8 is "Unable to remove the file to be replaced."

	error_unable_to_remove_replaced_value: INTEGER_32 is 1175

	error_unable_to_unload_media_text: STRING_8 is "Unable to unload the media."

	error_unable_to_unload_media_value: INTEGER_32 is 1109

	error_unexp_net_err_text: STRING_8 is "An unexpected network error occurred."

	error_unexp_net_err_value: INTEGER_32 is 59

	error_unexpected_omid_text: STRING_8 is "Unexpected on-medium identifier."

	error_unexpected_omid_value: INTEGER_32 is 4334

	error_unknown_component_text: STRING_8 is "Component ID not registered."

	error_unknown_component_value: INTEGER_32 is 1607

	error_unknown_feature_text: STRING_8 is "Feature ID not registered."

	error_unknown_feature_value: INTEGER_32 is 1606

	error_unknown_port_text: STRING_8 is "The specified port is unknown."

	error_unknown_port_value: INTEGER_32 is 1796

	error_unknown_print_monitor_text: STRING_8 is "The specified print monitor is unknown."

	error_unknown_print_monitor_value: INTEGER_32 is 3000

	error_unknown_printer_driver_text: STRING_8 is "The printer driver is unknown."

	error_unknown_printer_driver_value: INTEGER_32 is 1797

	error_unknown_printprocessor_text: STRING_8 is "The print processor is unknown."

	error_unknown_printprocessor_value: INTEGER_32 is 1798

	error_unknown_product_text: STRING_8 is "This action is only valid for products that are currently installed."

	error_unknown_product_value: INTEGER_32 is 1605

	error_unknown_property_text: STRING_8 is "Unknown property."

	error_unknown_property_value: INTEGER_32 is 1608

	error_unknown_revision_text: STRING_8 is "The revision level is unknown."

	error_unknown_revision_value: INTEGER_32 is 1305

	error_unrecognized_media_text: STRING_8 is "The disk media is not recognized. It may not be formatted."

	error_unrecognized_media_value: INTEGER_32 is 1785

	error_unrecognized_volume_text: STRING_8 is "The volume does not contain a recognized file system.  Please make sure that all required file system drivers are loaded and that the volume is not corrupted."

	error_unrecognized_volume_value: INTEGER_32 is 1005

	error_unsupported_type_text: STRING_8 is "Data of this type is not supported."

	error_unsupported_type_value: INTEGER_32 is 1630

	error_user_exists_text: STRING_8 is "The specified user already exists."

	error_user_exists_value: INTEGER_32 is 1316

	error_user_mapped_file_text: STRING_8 is "The requested operation cannot be performed on a file with a user-mapped section open."

	error_user_mapped_file_value: INTEGER_32 is 1224

	error_vc_disconnected_text: STRING_8 is "The session was canceled."

	error_vc_disconnected_value: INTEGER_32 is 240

	error_volume_contains_sys_files_text: STRING_8 is "The volume contains system or paging files."

	error_volume_contains_sys_files_value: INTEGER_32 is 4337

	error_volume_not_sis_enabled_text: STRING_8 is "Single Instance Storage is not available on this volume."

	error_volume_not_sis_enabled_value: INTEGER_32 is 4500

	error_wait_no_children_text: STRING_8 is "There are no child processes to wait for."

	error_wait_no_children_value: INTEGER_32 is 128

	error_window_not_combobox_text: STRING_8 is "The window is not a combo box."

	error_window_not_combobox_value: INTEGER_32 is 1423

	error_window_not_dialog_text: STRING_8 is "The window is not a valid dialog window."

	error_window_not_dialog_value: INTEGER_32 is 1420

	error_window_of_other_thread_text: STRING_8 is "Invalid window; it belongs to other thread."

	error_window_of_other_thread_value: INTEGER_32 is 1408

	error_wins_internal_text: STRING_8 is "WINS encountered an error while processing the command."

	error_wins_internal_value: INTEGER_32 is 4000

	error_wmi_already_disabled_text: STRING_8 is "The WMI data block or event notification has already been disabled."

	error_wmi_already_disabled_value: INTEGER_32 is 4212

	error_wmi_already_enabled_text: STRING_8 is "The WMI data block or event notification has already been enabled."

	error_wmi_already_enabled_value: INTEGER_32 is 4206

	error_wmi_dp_failed_text: STRING_8 is "The WMI data provider failed to carry out the request."

	error_wmi_dp_failed_value: INTEGER_32 is 4209

	error_wmi_dp_not_found_text: STRING_8 is "The WMI data provider could not be located."

	error_wmi_dp_not_found_value: INTEGER_32 is 4204

	error_wmi_guid_disconnected_text: STRING_8 is "The WMI data block is no longer available."

	error_wmi_guid_disconnected_value: INTEGER_32 is 4207

	error_wmi_guid_not_found_text: STRING_8 is "The GUID passed was not recognized as valid by a WMI data provider."

	error_wmi_guid_not_found_value: INTEGER_32 is 4200

	error_wmi_instance_not_found_text: STRING_8 is "The instance name passed was not recognized as valid by a WMI data provider."

	error_wmi_instance_not_found_value: INTEGER_32 is 4201

	error_wmi_invalid_mof_text: STRING_8 is "The WMI MOF information is not valid."

	error_wmi_invalid_mof_value: INTEGER_32 is 4210

	error_wmi_invalid_reginfo_text: STRING_8 is "The WMI registration information is not valid."

	error_wmi_invalid_reginfo_value: INTEGER_32 is 4211

	error_wmi_itemid_not_found_text: STRING_8 is "The data item ID passed was not recognized as valid by a WMI data provider."

	error_wmi_itemid_not_found_value: INTEGER_32 is 4202

	error_wmi_read_only_text: STRING_8 is "The WMI data item or data block is read only."

	error_wmi_read_only_value: INTEGER_32 is 4213

	error_wmi_server_unavailable_text: STRING_8 is "The WMI data service is not available."

	error_wmi_server_unavailable_value: INTEGER_32 is 4208

	error_wmi_set_failure_text: STRING_8 is "The WMI data item or data block could not be changed."

	error_wmi_set_failure_value: INTEGER_32 is 4214

	error_wmi_try_again_text: STRING_8 is "The WMI request could not be completed and should be retried."

	error_wmi_try_again_value: INTEGER_32 is 4203

	error_wmi_unresolved_instance_ref_text: STRING_8 is "The WMI data provider references an instance set that has not been registered."

	error_wmi_unresolved_instance_ref_value: INTEGER_32 is 4205

	error_working_set_quota_text: STRING_8 is "Insufficient quota to complete the requested service."

	error_working_set_quota_value: INTEGER_32 is 1453

	error_write_fault_text: STRING_8 is "The system cannot write to the specified device."

	error_write_fault_value: INTEGER_32 is 29

	error_write_protect_text: STRING_8 is "The media is write protected."

	error_write_protect_value: INTEGER_32 is 19

	error_wrong_disk_text: STRING_8 is "The wrong diskette is in the drive.  Insert %%2 (Volume Serial Number: %%3)  into drive %%1."

	error_wrong_disk_value: INTEGER_32 is 34

	error_wrong_efs_text: STRING_8 is "The file was encrypted with a different encryption driver than is currently loaded."

	error_wrong_efs_value: INTEGER_32 is 6005

	error_wrong_password_text: STRING_8 is "Unable to update the password. The value provided as the current password is incorrect."

	error_wrong_password_value: INTEGER_32 is 1323

	error_wrong_target_name_text: STRING_8 is "Logon Failure: The target account name is incorrect."

	error_wrong_target_name_value: INTEGER_32 is 1396

	frs_err_authentication_text: STRING_8 is "The file replication service cannot satisfy the request because authenticated RPC is not available.  The event log may have more information."

	frs_err_authentication_value: INTEGER_32 is 8008

	frs_err_child_to_parent_comm_text: STRING_8 is "The file replication service cannot communicate with the file replication service on the domain controller.  The event log may have more information."

	frs_err_child_to_parent_comm_value: INTEGER_32 is 8011

	frs_err_insufficient_priv_text: STRING_8 is "The file replication service cannot satisfy the request because the user has insufficient privileges.  The event log may have more information."

	frs_err_insufficient_priv_value: INTEGER_32 is 8007

	frs_err_internal_api_text: STRING_8 is "The file replication service API terminated the request.  The event log may have more information."

	frs_err_internal_api_value: INTEGER_32 is 8004

	frs_err_internal_text: STRING_8 is "The file replication service terminated the request.  The event log may have more information."

	frs_err_internal_value: INTEGER_32 is 8005

	frs_err_invalid_api_sequence_text: STRING_8 is "The file replication service API was called incorrectly."

	frs_err_invalid_api_sequence_value: INTEGER_32 is 8001

	frs_err_invalid_service_parameter_text: STRING_8 is "The file replication service detected an invalid parameter."

	frs_err_invalid_service_parameter_value: INTEGER_32 is 8017

	frs_err_parent_authentication_text: STRING_8 is "The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller.  The event log may have more information."

	frs_err_parent_authentication_value: INTEGER_32 is 8010

	frs_err_parent_insufficient_priv_text: STRING_8 is "The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller.  The event log may have more information."

	frs_err_parent_insufficient_priv_value: INTEGER_32 is 8009

	frs_err_parent_to_child_comm_text: STRING_8 is "The file replication service on the domain controller cannot communicate with the file replication service on this computer.  The event log may have more information."

	frs_err_parent_to_child_comm_value: INTEGER_32 is 8012

	frs_err_service_comm_text: STRING_8 is "The file replication service cannot be contacted.  The event log may have more information."

	frs_err_service_comm_value: INTEGER_32 is 8006

	frs_err_starting_service_text: STRING_8 is "The file replication service cannot be started."

	frs_err_starting_service_value: INTEGER_32 is 8002

	frs_err_stopping_service_text: STRING_8 is "The file replication service cannot be stopped."

	frs_err_stopping_service_value: INTEGER_32 is 8003

	frs_err_sysvol_demote_text: STRING_8 is "The file replication service cannot stop replicating the system volume because of an internal error.  The event log may have more information."

	frs_err_sysvol_demote_value: INTEGER_32 is 8016

	frs_err_sysvol_is_busy_text: STRING_8 is "The file replication service cannot process the request. The system volume is busy with a previous request."

	frs_err_sysvol_is_busy_value: INTEGER_32 is 8015

	frs_err_sysvol_populate_text: STRING_8 is "The file replication service cannot populate the system volume because of an internal error.  The event log may have more information."

	frs_err_sysvol_populate_timeout_text: STRING_8 is "The file replication service cannot populate the system volume because of an internal timeout.  The event log may have more information."

	frs_err_sysvol_populate_timeout_value: INTEGER_32 is 8014

	frs_err_sysvol_populate_value: INTEGER_32 is 8013

	generating_type: STRING_8
			-- Name of current object's generating type
			-- (type of which it is a direct instance)
			-- (from ANY)

	generator: STRING_8
			-- Name of current object's generating class
			-- (base class of the type of which it is a direct instance)
			-- (from ANY)

	or_invalid_oid_text: STRING_8 is "The object specified was not found."

	or_invalid_oid_value: INTEGER_32 is 1911

	or_invalid_oxid_text: STRING_8 is "The object exporter specified was not found."

	or_invalid_oxid_value: INTEGER_32 is 1910

	or_invalid_set_text: STRING_8 is "The object resolver set specified was not found."

	or_invalid_set_value: INTEGER_32 is 1912

	rpc_s_address_error_text: STRING_8 is "An addressing error occurred in the RPC server."

	rpc_s_address_error_value: INTEGER_32 is 1768

	rpc_s_already_listening_text: STRING_8 is "The RPC server is already listening."

	rpc_s_already_listening_value: INTEGER_32 is 1713

	rpc_s_already_registered_text: STRING_8 is "The object universal unique identifier (UUID) has already been registered."

	rpc_s_already_registered_value: INTEGER_32 is 1711

	rpc_s_binding_has_no_auth_text: STRING_8 is "The binding does not contain any authentication information."

	rpc_s_binding_has_no_auth_value: INTEGER_32 is 1746

	rpc_s_binding_incomplete_text: STRING_8 is "The binding handle does not contain all required information."

	rpc_s_binding_incomplete_value: INTEGER_32 is 1819

	rpc_s_call_cancelled_text: STRING_8 is "The remote procedure call was cancelled."

	rpc_s_call_cancelled_value: INTEGER_32 is 1818

	rpc_s_call_failed_dne_text: STRING_8 is "The remote procedure call failed and did not execute."

	rpc_s_call_failed_dne_value: INTEGER_32 is 1727

	rpc_s_call_failed_text: STRING_8 is "The remote procedure call failed."

	rpc_s_call_failed_value: INTEGER_32 is 1726

	rpc_s_call_in_progress_text: STRING_8 is "A remote procedure call is already in progress for this thread."

	rpc_s_call_in_progress_value: INTEGER_32 is 1791

	rpc_s_cannot_support_text: STRING_8 is "The requested operation is not supported."

	rpc_s_cannot_support_value: INTEGER_32 is 1764

	rpc_s_cant_create_endpoint_text: STRING_8 is "The endpoint cannot be created."

	rpc_s_cant_create_endpoint_value: INTEGER_32 is 1720

	rpc_s_comm_failure_text: STRING_8 is "A communications failure occurred during a remote procedure call."

	rpc_s_comm_failure_value: INTEGER_32 is 1820

	rpc_s_duplicate_endpoint_text: STRING_8 is "The endpoint is a duplicate."

	rpc_s_duplicate_endpoint_value: INTEGER_32 is 1740

	rpc_s_entry_already_exists_text: STRING_8 is "The entry already exists."

	rpc_s_entry_already_exists_value: INTEGER_32 is 1760

	rpc_s_entry_not_found_text: STRING_8 is "The entry is not found."

	rpc_s_entry_not_found_value: INTEGER_32 is 1761

	rpc_s_entry_type_mismatch_text: STRING_8 is "The entry is not of the expected type."

	rpc_s_entry_type_mismatch_value: INTEGER_32 is 1922

	rpc_s_fp_div_zero_text: STRING_8 is "A floating-point operation at the RPC server caused a division by zero."

	rpc_s_fp_div_zero_value: INTEGER_32 is 1769

	rpc_s_fp_overflow_text: STRING_8 is "A floating-point overflow occurred at the RPC server."

	rpc_s_fp_overflow_value: INTEGER_32 is 1771

	rpc_s_fp_underflow_text: STRING_8 is "A floating-point underflow occurred at the RPC server."

	rpc_s_fp_underflow_value: INTEGER_32 is 1770

	rpc_s_group_member_not_found_text: STRING_8 is "The group member was not found."

	rpc_s_group_member_not_found_value: INTEGER_32 is 1898

	rpc_s_grp_elt_not_added_text: STRING_8 is "The group element could not be added."

	rpc_s_grp_elt_not_added_value: INTEGER_32 is 1928

	rpc_s_grp_elt_not_removed_text: STRING_8 is "The group element could not be removed."

	rpc_s_grp_elt_not_removed_value: INTEGER_32 is 1929

	rpc_s_incomplete_name_text: STRING_8 is "The entry name is incomplete."

	rpc_s_incomplete_name_value: INTEGER_32 is 1755

	rpc_s_interface_not_exported_text: STRING_8 is "Interface could not be exported to the specified entry."

	rpc_s_interface_not_exported_value: INTEGER_32 is 1924

	rpc_s_interface_not_found_text: STRING_8 is "The interface was not found."

	rpc_s_interface_not_found_value: INTEGER_32 is 1759

	rpc_s_internal_error_text: STRING_8 is "An internal error occurred in a remote procedure call (RPC)."

	rpc_s_internal_error_value: INTEGER_32 is 1766

	rpc_s_invalid_async_call_text: STRING_8 is "Invalid asynchronous RPC call handle for this operation."

	rpc_s_invalid_async_call_value: INTEGER_32 is 1915

	rpc_s_invalid_async_handle_text: STRING_8 is "Invalid asynchronous remote procedure call handle."

	rpc_s_invalid_async_handle_value: INTEGER_32 is 1914

	rpc_s_invalid_auth_identity_text: STRING_8 is "The security context is invalid."

	rpc_s_invalid_auth_identity_value: INTEGER_32 is 1749

	rpc_s_invalid_binding_text: STRING_8 is "The binding handle is invalid."

	rpc_s_invalid_binding_value: INTEGER_32 is 1702

	rpc_s_invalid_bound_text: STRING_8 is "The array bounds are invalid."

	rpc_s_invalid_bound_value: INTEGER_32 is 1734

	rpc_s_invalid_endpoint_format_text: STRING_8 is "The endpoint format is invalid."

	rpc_s_invalid_endpoint_format_value: INTEGER_32 is 1706

	rpc_s_invalid_naf_id_text: STRING_8 is "The network address family is invalid."

	rpc_s_invalid_naf_id_value: INTEGER_32 is 1763

	rpc_s_invalid_name_syntax_text: STRING_8 is "The name syntax is invalid."

	rpc_s_invalid_name_syntax_value: INTEGER_32 is 1736

	rpc_s_invalid_net_addr_text: STRING_8 is "The network address is invalid."

	rpc_s_invalid_net_addr_value: INTEGER_32 is 1707

	rpc_s_invalid_network_options_text: STRING_8 is "The network options are invalid."

	rpc_s_invalid_network_options_value: INTEGER_32 is 1724

	rpc_s_invalid_object_text: STRING_8 is "The object universal unique identifier (UUID) is the nil UUID."

	rpc_s_invalid_object_value: INTEGER_32 is 1900

	rpc_s_invalid_rpc_protseq_text: STRING_8 is "The RPC protocol sequence is invalid."

	rpc_s_invalid_rpc_protseq_value: INTEGER_32 is 1704

	rpc_s_invalid_string_binding_text: STRING_8 is "The string binding is invalid."

	rpc_s_invalid_string_binding_value: INTEGER_32 is 1700

	rpc_s_invalid_string_uuid_text: STRING_8 is "The string universal unique identifier (UUID) is invalid."

	rpc_s_invalid_string_uuid_value: INTEGER_32 is 1705

	rpc_s_invalid_tag_text: STRING_8 is "The tag is invalid."

	rpc_s_invalid_tag_value: INTEGER_32 is 1733

	rpc_s_invalid_timeout_text: STRING_8 is "The timeout value is invalid."

	rpc_s_invalid_timeout_value: INTEGER_32 is 1709

	rpc_s_invalid_vers_option_text: STRING_8 is "The version option is invalid."

	rpc_s_invalid_vers_option_value: INTEGER_32 is 1756

	rpc_s_max_calls_too_small_text: STRING_8 is "The maximum number of calls is too small."

	rpc_s_max_calls_too_small_value: INTEGER_32 is 1742

	rpc_s_name_service_unavailable_text: STRING_8 is "The name service is unavailable."

	rpc_s_name_service_unavailable_value: INTEGER_32 is 1762

	rpc_s_no_bindings_text: STRING_8 is "There are no bindings."

	rpc_s_no_bindings_value: INTEGER_32 is 1718

	rpc_s_no_call_active_text: STRING_8 is "There are no remote procedure calls active on this thread."

	rpc_s_no_call_active_value: INTEGER_32 is 1725

	rpc_s_no_context_available_text: STRING_8 is "No security context is available to allow impersonation."

	rpc_s_no_context_available_value: INTEGER_32 is 1765

	rpc_s_no_endpoint_found_text: STRING_8 is "No endpoint was found."

	rpc_s_no_endpoint_found_value: INTEGER_32 is 1708

	rpc_s_no_entry_name_text: STRING_8 is "The binding does not contain an entry name."

	rpc_s_no_entry_name_value: INTEGER_32 is 1735

	rpc_s_no_interfaces_text: STRING_8 is "No interfaces have been registered."

	rpc_s_no_interfaces_value: INTEGER_32 is 1817

	rpc_s_no_more_bindings_text: STRING_8 is "There are no more bindings."

	rpc_s_no_more_bindings_value: INTEGER_32 is 1806

	rpc_s_no_more_members_text: STRING_8 is "There are no more members."

	rpc_s_no_more_members_value: INTEGER_32 is 1757

	rpc_s_no_princ_name_text: STRING_8 is "No principal name registered."

	rpc_s_no_princ_name_value: INTEGER_32 is 1822

	rpc_s_no_protseqs_registered_text: STRING_8 is "No protocol sequences have been registered."

	rpc_s_no_protseqs_registered_value: INTEGER_32 is 1714

	rpc_s_no_protseqs_text: STRING_8 is "There are no protocol sequences."

	rpc_s_no_protseqs_value: INTEGER_32 is 1719

	rpc_s_not_all_objs_exported_text: STRING_8 is "Not all object UUIDs could be exported to the specified entry."

	rpc_s_not_all_objs_exported_value: INTEGER_32 is 1923

	rpc_s_not_all_objs_unexported_text: STRING_8 is "There is nothing to unexport."

	rpc_s_not_all_objs_unexported_value: INTEGER_32 is 1758

	rpc_s_not_cancelled_text: STRING_8 is "Thread is not canceled."

	rpc_s_not_cancelled_value: INTEGER_32 is 1826

	rpc_s_not_listening_text: STRING_8 is "The RPC server is not listening."

	rpc_s_not_listening_value: INTEGER_32 is 1715

	rpc_s_not_rpc_error_text: STRING_8 is "The error specified is not a valid Windows RPC error code."

	rpc_s_not_rpc_error_value: INTEGER_32 is 1823

	rpc_s_nothing_to_export_text: STRING_8 is "No interfaces have been exported."

	rpc_s_nothing_to_export_value: INTEGER_32 is 1754

	rpc_s_object_not_found_text: STRING_8 is "The object universal unique identifier (UUID) was not found."

	rpc_s_object_not_found_value: INTEGER_32 is 1710

	rpc_s_out_of_resources_text: STRING_8 is "Not enough resources are available to complete this operation."

	rpc_s_out_of_resources_value: INTEGER_32 is 1721

	rpc_s_prf_elt_not_added_text: STRING_8 is "The specified profile element could not be added."

	rpc_s_prf_elt_not_added_value: INTEGER_32 is 1926

	rpc_s_prf_elt_not_removed_text: STRING_8 is "The specified profile element could not be removed."

	rpc_s_prf_elt_not_removed_value: INTEGER_32 is 1927

	rpc_s_procnum_out_of_range_text: STRING_8 is "The procedure number is out of range."

	rpc_s_procnum_out_of_range_value: INTEGER_32 is 1745

	rpc_s_profile_not_added_text: STRING_8 is "The specified profile entry could not be added."

	rpc_s_profile_not_added_value: INTEGER_32 is 1925

	rpc_s_protocol_error_text: STRING_8 is "A remote procedure call (RPC) protocol error occurred."

	rpc_s_protocol_error_value: INTEGER_32 is 1728

	rpc_s_protseq_not_found_text: STRING_8 is "The RPC protocol sequence was not found."

	rpc_s_protseq_not_found_value: INTEGER_32 is 1744

	rpc_s_protseq_not_supported_text: STRING_8 is "The RPC protocol sequence is not supported."

	rpc_s_protseq_not_supported_value: INTEGER_32 is 1703

	rpc_s_sec_pkg_error_text: STRING_8 is "A security package specific error occurred."

	rpc_s_sec_pkg_error_value: INTEGER_32 is 1825

	rpc_s_send_incomplete_text: STRING_8 is "Some data remains to be sent in the request buffer."

	rpc_s_send_incomplete_value: INTEGER_32 is 1913

	rpc_s_server_too_busy_text: STRING_8 is "The RPC server is too busy to complete this operation."

	rpc_s_server_too_busy_value: INTEGER_32 is 1723

	rpc_s_server_unavailable_text: STRING_8 is "The RPC server is unavailable."

	rpc_s_server_unavailable_value: INTEGER_32 is 1722

	rpc_s_string_too_long_text: STRING_8 is "The string is too long."

	rpc_s_string_too_long_value: INTEGER_32 is 1743

	rpc_s_type_already_registered_text: STRING_8 is "The type universal unique identifier (UUID) has already been registered."

	rpc_s_type_already_registered_value: INTEGER_32 is 1712

	rpc_s_unknown_authn_level_text: STRING_8 is "The authentication level is unknown."

	rpc_s_unknown_authn_level_value: INTEGER_32 is 1748

	rpc_s_unknown_authn_service_text: STRING_8 is "The authentication service is unknown."

	rpc_s_unknown_authn_service_value: INTEGER_32 is 1747

	rpc_s_unknown_authn_type_text: STRING_8 is "The authentication type is unknown."

	rpc_s_unknown_authn_type_value: INTEGER_32 is 1741

	rpc_s_unknown_authz_service_text: STRING_8 is "The authorization service is unknown."

	rpc_s_unknown_authz_service_value: INTEGER_32 is 1750

	rpc_s_unknown_if_text: STRING_8 is "The interface is unknown."

	rpc_s_unknown_if_value: INTEGER_32 is 1717

	rpc_s_unknown_mgr_type_text: STRING_8 is "The manager type is unknown."

	rpc_s_unknown_mgr_type_value: INTEGER_32 is 1716

	rpc_s_unsupported_authn_level_text: STRING_8 is "The requested authentication level is not supported."

	rpc_s_unsupported_authn_level_value: INTEGER_32 is 1821

	rpc_s_unsupported_name_syntax_text: STRING_8 is "The name syntax is not supported."

	rpc_s_unsupported_name_syntax_value: INTEGER_32 is 1737

	rpc_s_unsupported_trans_syn_text: STRING_8 is "The transfer syntax is not supported by the RPC server."

	rpc_s_unsupported_trans_syn_value: INTEGER_32 is 1730

	rpc_s_unsupported_type_text: STRING_8 is "The universal unique identifier (UUID) type is not supported."

	rpc_s_unsupported_type_value: INTEGER_32 is 1732

	rpc_s_uuid_local_only_text: STRING_8 is "A UUID that is valid only on this computer has been allocated."

	rpc_s_uuid_local_only_value: INTEGER_32 is 1824

	rpc_s_uuid_no_address_text: STRING_8 is "No network address is available to use to construct a universal unique identifier (UUID)."

	rpc_s_uuid_no_address_value: INTEGER_32 is 1739

	rpc_s_wrong_kind_of_binding_text: STRING_8 is "The binding handle is not the correct type."

	rpc_s_wrong_kind_of_binding_value: INTEGER_32 is 1701

	rpc_s_zero_divide_text: STRING_8 is "The RPC server attempted an integer division by zero."

	rpc_s_zero_divide_value: INTEGER_32 is 1767

	rpc_x_bad_stub_data_text: STRING_8 is "The stub received bad data."

	rpc_x_bad_stub_data_value: INTEGER_32 is 1783

	rpc_x_byte_count_too_small_text: STRING_8 is "The byte count is too small."

	rpc_x_byte_count_too_small_value: INTEGER_32 is 1782

	rpc_x_enum_value_out_of_range_text: STRING_8 is "The enumeration value is out of range."

	rpc_x_enum_value_out_of_range_value: INTEGER_32 is 1781

	rpc_x_invalid_es_action_text: STRING_8 is "Invalid operation on the encoding/decoding handle."

	rpc_x_invalid_es_action_value: INTEGER_32 is 1827

	rpc_x_invalid_pipe_object_text: STRING_8 is "The RPC pipe object is invalid or corrupted."

	rpc_x_invalid_pipe_object_value: INTEGER_32 is 1830

	rpc_x_no_more_entries_text: STRING_8 is "The list of RPC servers available for the binding of auto handles has been exhausted."

	rpc_x_no_more_entries_value: INTEGER_32 is 1772

	rpc_x_null_ref_pointer_text: STRING_8 is "A null reference pointer was passed to the stub."

	rpc_x_null_ref_pointer_value: INTEGER_32 is 1780

	rpc_x_pipe_closed_text: STRING_8 is "The RPC pipe object has already been closed."

	rpc_x_pipe_closed_value: INTEGER_32 is 1916

	rpc_x_pipe_discipline_error_text: STRING_8 is "The RPC call completed before all pipes were processed."

	rpc_x_pipe_discipline_error_value: INTEGER_32 is 1917

	rpc_x_pipe_empty_text: STRING_8 is "No more data is available from the RPC pipe."

	rpc_x_pipe_empty_value: INTEGER_32 is 1918

	rpc_x_ss_cannot_get_call_handle_text: STRING_8 is "The stub is unable to get the remote procedure call handle."

	rpc_x_ss_cannot_get_call_handle_value: INTEGER_32 is 1779

	rpc_x_ss_char_trans_open_fail_text: STRING_8 is "Unable to open the character translation table file."

	rpc_x_ss_char_trans_open_fail_value: INTEGER_32 is 1773

	rpc_x_ss_char_trans_short_file_text: STRING_8 is "The file containing the character translation table has fewer than 512 bytes."

	rpc_x_ss_char_trans_short_file_value: INTEGER_32 is 1774

	rpc_x_ss_context_damaged_text: STRING_8 is "The context handle changed during a remote procedure call."

	rpc_x_ss_context_damaged_value: INTEGER_32 is 1777

	rpc_x_ss_handles_mismatch_text: STRING_8 is "The binding handles passed to a remote procedure call do not match."

	rpc_x_ss_handles_mismatch_value: INTEGER_32 is 1778

	rpc_x_ss_in_null_context_text: STRING_8 is "A null context handle was passed from the client to the host during a remote procedure call."

	rpc_x_ss_in_null_context_value: INTEGER_32 is 1775

	rpc_x_wrong_es_version_text: STRING_8 is "Incompatible version of the serializing package."

	rpc_x_wrong_es_version_value: INTEGER_32 is 1828

	rpc_x_wrong_pipe_order_text: STRING_8 is "An invalid operation was attempted on an RPC pipe object."

	rpc_x_wrong_pipe_order_value: INTEGER_32 is 1831

	rpc_x_wrong_pipe_version_text: STRING_8 is "Unsupported RPC pipe version."

	rpc_x_wrong_pipe_version_value: INTEGER_32 is 1832

	rpc_x_wrong_stub_version_text: STRING_8 is "Incompatible version of the RPC stub."

	rpc_x_wrong_stub_version_value: INTEGER_32 is 1829

	sched_e_service_not_localsystem_text: STRING_8 is "The Task Scheduler service must be configured to run in the System account to function properly.  Individual tasks may be configured to run in other accounts."

	sched_e_service_not_localsystem_value: INTEGER_32 is 6200

	wait_timeout_text: STRING_8 is "The wait operation timed out."

	wait_timeout_value: INTEGER_32 is 258

	wsa_e_cancelled_text: STRING_8 is "A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled."

	wsa_e_cancelled_value: INTEGER_32 is 10111

	wsa_e_no_more_text: STRING_8 is "No more results can be returned by WSALookupServiceNext."

	wsa_e_no_more_value: INTEGER_32 is 10110

	wsa_qos_admission_failure_text: STRING_8 is "Error due to lack of resources."

	wsa_qos_admission_failure_value: INTEGER_32 is 11010

	wsa_qos_bad_object_text: STRING_8 is "Problem with some part of the filterspec or providerspecific buffer in general."

	wsa_qos_bad_object_value: INTEGER_32 is 11013

	wsa_qos_bad_style_text: STRING_8 is "Unknown or conflicting style."

	wsa_qos_bad_style_value: INTEGER_32 is 11012

	wsa_qos_efiltercount_text: STRING_8 is "An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR."

	wsa_qos_efiltercount_value: INTEGER_32 is 11021

	wsa_qos_efilterstyle_text: STRING_8 is "An invalid QOS filter style was used."

	wsa_qos_efilterstyle_value: INTEGER_32 is 11019

	wsa_qos_efiltertype_text: STRING_8 is "An invalid QOS filter type was used."

	wsa_qos_efiltertype_value: INTEGER_32 is 11020

	wsa_qos_eflowcount_text: STRING_8 is "An incorrect number of flow descriptors was specified in the QOS structure."

	wsa_qos_eflowcount_value: INTEGER_32 is 11023

	wsa_qos_eflowdesc_text: STRING_8 is "An invalid QOS flow descriptor was found in the flow descriptor list."

	wsa_qos_eflowdesc_value: INTEGER_32 is 11026

	wsa_qos_eflowspec_text: STRING_8 is "An invalid or inconsistent flowspec was found in the QOS structure."

	wsa_qos_eflowspec_value: INTEGER_32 is 11017

	wsa_qos_eobjlength_text: STRING_8 is "An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer."

	wsa_qos_eobjlength_value: INTEGER_32 is 11022

	wsa_qos_epolicyobj_text: STRING_8 is "An invalid policy object was found in the QOS provider-specific buffer."

	wsa_qos_epolicyobj_value: INTEGER_32 is 11025

	wsa_qos_eprovspecbuf_text: STRING_8 is "Invalid QOS provider-specific buffer."

	wsa_qos_eprovspecbuf_value: INTEGER_32 is 11018

	wsa_qos_epsfilterspec_text: STRING_8 is "An invalid FILTERSPEC was found in the QOS provider-specific buffer."

	wsa_qos_epsfilterspec_value: INTEGER_32 is 11028

	wsa_qos_epsflowspec_text: STRING_8 is "An invalid or inconsistent flowspec was found in the QOS provider specific buffer."

	wsa_qos_epsflowspec_value: INTEGER_32 is 11027

	wsa_qos_esdmodeobj_text: STRING_8 is "An invalid shape discard mode object was found in the QOS provider specific buffer."

	wsa_qos_esdmodeobj_value: INTEGER_32 is 11029

	wsa_qos_eservicetype_text: STRING_8 is "An invalid or unrecognized service type was found in the flowspec."

	wsa_qos_eservicetype_value: INTEGER_32 is 11016

	wsa_qos_eshaperateobj_text: STRING_8 is "An invalid shaping rate object was found in the QOS provider-specific buffer."

	wsa_qos_eshaperateobj_value: INTEGER_32 is 11030

	wsa_qos_eunkownpsobj_text: STRING_8 is "An unrecognized object was found in the QOS provider-specific buffer."

	wsa_qos_eunkownpsobj_value: INTEGER_32 is 11024

	wsa_qos_generic_error_text: STRING_8 is "General QOS error."

	wsa_qos_generic_error_value: INTEGER_32 is 11015

	wsa_qos_no_receivers_text: STRING_8 is "There are no receivers."

	wsa_qos_no_receivers_value: INTEGER_32 is 11008

	wsa_qos_no_senders_text: STRING_8 is "There are no senders."

	wsa_qos_no_senders_value: INTEGER_32 is 11007

	wsa_qos_policy_failure_text: STRING_8 is "Rejected for administrative reasons - bad credentials."

	wsa_qos_policy_failure_value: INTEGER_32 is 11011

	wsa_qos_receivers_text: STRING_8 is "At least one reserve has arrived."

	wsa_qos_receivers_value: INTEGER_32 is 11005

	wsa_qos_request_confirmed_text: STRING_8 is "Reserve has been confirmed."

	wsa_qos_request_confirmed_value: INTEGER_32 is 11009

	wsa_qos_reserved_petype_text: STRING_8 is "A reserved policy element was found in the QOS provider-specific buffer."

	wsa_qos_reserved_petype_value: INTEGER_32 is 11031

	wsa_qos_senders_text: STRING_8 is "At least one path has arrived."

	wsa_qos_senders_value: INTEGER_32 is 11006

	wsa_qos_traffic_ctrl_error_text: STRING_8 is "Problem with some part of the flowspec."

	wsa_qos_traffic_ctrl_error_value: INTEGER_32 is 11014

	wsaeacces_text: STRING_8 is "An attempt was made to access a socket in a way forbidden by its access permissions."

	wsaeacces_value: INTEGER_32 is 10013

	wsaeaddrinuse_text: STRING_8 is "Only one usage of each socket address (protocol/network address/port)  is normally permitted."

	wsaeaddrinuse_value: INTEGER_32 is 10048

	wsaeaddrnotavail_text: STRING_8 is "The requested address is not valid in its context."

	wsaeaddrnotavail_value: INTEGER_32 is 10049

	wsaeafnosupport_text: STRING_8 is "An address incompatible with the requested protocol was used."

	wsaeafnosupport_value: INTEGER_32 is 10047

	wsaealready_text: STRING_8 is "An operation was attempted on a non-blocking socket that already had an operation in progress."

	wsaealready_value: INTEGER_32 is 10037

	wsaebadf_text: STRING_8 is "The file handle supplied is not valid."

	wsaebadf_value: INTEGER_32 is 10009

	wsaecancelled_text: STRING_8 is "A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled."

	wsaecancelled_value: INTEGER_32 is 10103

	wsaeconnaborted_text: STRING_8 is "An established connection was aborted by the software in your host machine."

	wsaeconnaborted_value: INTEGER_32 is 10053

	wsaeconnrefused_text: STRING_8 is "No connection could be made because the target machine actively refused it."

	wsaeconnrefused_value: INTEGER_32 is 10061

	wsaeconnreset_text: STRING_8 is "An existing connection was forcibly closed by the remote host."

	wsaeconnreset_value: INTEGER_32 is 10054

	wsaedestaddrreq_text: STRING_8 is "A required address was omitted from an operation on a socket."

	wsaedestaddrreq_value: INTEGER_32 is 10039

	wsaediscon_text: STRING_8 is "Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence."

	wsaediscon_value: INTEGER_32 is 10101

	wsaedquot_text: STRING_8 is "Ran out of disk quota."

	wsaedquot_value: INTEGER_32 is 10069

	wsaefault_text: STRING_8 is "The system detected an invalid pointer address in attempting to use a pointer argument in a call."

	wsaefault_value: INTEGER_32 is 10014

	wsaehostdown_text: STRING_8 is "A socket operation failed because the destination host was down."

	wsaehostdown_value: INTEGER_32 is 10064

	wsaehostunreach_text: STRING_8 is "A socket operation was attempted to an unreachable host."

	wsaehostunreach_value: INTEGER_32 is 10065

	wsaeinprogress_text: STRING_8 is "A blocking operation is currently executing."

	wsaeinprogress_value: INTEGER_32 is 10036

	wsaeintr_text: STRING_8 is "A blocking operation was interrupted by a call to WSACancelBlockingCall."

	wsaeintr_value: INTEGER_32 is 10004

	wsaeinval_text: STRING_8 is "An invalid argument was supplied."

	wsaeinval_value: INTEGER_32 is 10022

	wsaeinvalidproctable_text: STRING_8 is "The procedure call table is invalid."

	wsaeinvalidproctable_value: INTEGER_32 is 10104

	wsaeinvalidprovider_text: STRING_8 is "The requested service provider is invalid."

	wsaeinvalidprovider_value: INTEGER_32 is 10105

	wsaeisconn_text: STRING_8 is "A connect request was made on an already connected socket."

	wsaeisconn_value: INTEGER_32 is 10056

	wsaeloop_text: STRING_8 is "Cannot translate name."

	wsaeloop_value: INTEGER_32 is 10062

	wsaemfile_text: STRING_8 is "Too many open sockets."

	wsaemfile_value: INTEGER_32 is 10024

	wsaemsgsize_text: STRING_8 is "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself."

	wsaemsgsize_value: INTEGER_32 is 10040

	wsaenametoolong_text: STRING_8 is "Name component or name was too long."

	wsaenametoolong_value: INTEGER_32 is 10063

	wsaenetdown_text: STRING_8 is "A socket operation encountered a dead network."

	wsaenetdown_value: INTEGER_32 is 10050

	wsaenetreset_text: STRING_8 is "The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress."

	wsaenetreset_value: INTEGER_32 is 10052

	wsaenetunreach_text: STRING_8 is "A socket operation was attempted to an unreachable network."

	wsaenetunreach_value: INTEGER_32 is 10051

	wsaenobufs_text: STRING_8 is "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full."

	wsaenobufs_value: INTEGER_32 is 10055

	wsaenomore_text: STRING_8 is "No more results can be returned by WSALookupServiceNext."

	wsaenomore_value: INTEGER_32 is 10102

	wsaenoprotoopt_text: STRING_8 is "An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call."

	wsaenoprotoopt_value: INTEGER_32 is 10042

	wsaenotconn_text: STRING_8 is "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied."

	wsaenotconn_value: INTEGER_32 is 10057

	wsaenotempty_text: STRING_8 is "Cannot remove a directory that is not empty."

	wsaenotempty_value: INTEGER_32 is 10066

	wsaenotsock_text: STRING_8 is "An operation was attempted on something that is not a socket."

	wsaenotsock_value: INTEGER_32 is 10038

	wsaeopnotsupp_text: STRING_8 is "The attempted operation is not supported for the type of object referenced."

	wsaeopnotsupp_value: INTEGER_32 is 10045

	wsaepfnosupport_text: STRING_8 is "The protocol family has not been configured into the system or no implementation for it exists."

	wsaepfnosupport_value: INTEGER_32 is 10046

	wsaeproclim_text: STRING_8 is "A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously."

	wsaeproclim_value: INTEGER_32 is 10067

	wsaeprotonosupport_text: STRING_8 is "The requested protocol has not been configured into the system, or no implementation for it exists."

	wsaeprotonosupport_value: INTEGER_32 is 10043

	wsaeprototype_text: STRING_8 is "A protocol was specified in the socket function call that does not support the semantics of the socket type requested."

	wsaeprototype_value: INTEGER_32 is 10041

	wsaeproviderfailedinit_text: STRING_8 is "The requested service provider could not be loaded or initialized."

	wsaeproviderfailedinit_value: INTEGER_32 is 10106

	wsaerefused_text: STRING_8 is "A database query failed because it was actively refused."

	wsaerefused_value: INTEGER_32 is 10112

	wsaeremote_text: STRING_8 is "Item is not available locally."

	wsaeremote_value: INTEGER_32 is 10071

	wsaeshutdown_text: STRING_8 is "A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call."

	wsaeshutdown_value: INTEGER_32 is 10058

	wsaesocktnosupport_text: STRING_8 is "The support for the specified socket type does not exist in this address family."

	wsaesocktnosupport_value: INTEGER_32 is 10044

	wsaestale_text: STRING_8 is "File handle reference is no longer available."

	wsaestale_value: INTEGER_32 is 10070

	wsaetimedout_text: STRING_8 is "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."

	wsaetimedout_value: INTEGER_32 is 10060

	wsaetoomanyrefs_text: STRING_8 is "Too many references to some kernel object."

	wsaetoomanyrefs_value: INTEGER_32 is 10059

	wsaeusers_text: STRING_8 is "Ran out of quota."

	wsaeusers_value: INTEGER_32 is 10068

	wsaewouldblock_text: STRING_8 is "A non-blocking socket operation could not be completed immediately."

	wsaewouldblock_value: INTEGER_32 is 10035

	wsahost_not_found_text: STRING_8 is "No such host is known."

	wsahost_not_found_value: INTEGER_32 is 11001

	wsano_data_text: STRING_8 is "The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for."

	wsano_data_value: INTEGER_32 is 11004

	wsano_recovery_text: STRING_8 is "A non-recoverable error occurred during a database lookup."

	wsano_recovery_value: INTEGER_32 is 11003

	wsanotinitialised_text: STRING_8 is "Either the application has not called WSAStartup, or WSAStartup failed."

	wsanotinitialised_value: INTEGER_32 is 10093

	wsaservice_not_found_text: STRING_8 is "No such service is known. The service cannot be found in the specified name space."

	wsaservice_not_found_value: INTEGER_32 is 10108

	wsasyscallfailure_text: STRING_8 is "A system call that should never fail has failed."

	wsasyscallfailure_value: INTEGER_32 is 10107

	wsasysnotready_text: STRING_8 is "WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable."

	wsasysnotready_value: INTEGER_32 is 10091

	wsatry_again_text: STRING_8 is "This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server."

	wsatry_again_value: INTEGER_32 is 11002

	wsatype_not_found_text: STRING_8 is "The specified class was not found."

	wsatype_not_found_value: INTEGER_32 is 10109

	wsavernotsupported_text: STRING_8 is "The Windows Sockets version requested is not supported."

	wsavernotsupported_value: INTEGER_32 is 10092
	
feature -- Comparison

	frozen deep_equal (some: ANY; other: like arg #1): BOOLEAN
			-- Are `some' and `other' either both void
			-- or attached to isomorphic object structures?
			-- (from ANY)
		ensure -- from ANY
			shallow_implies_deep: standard_equal (some, other) implies Result
			both_or_none_void: (some = Void) implies (Result = (other = Void))
			same_type: (Result and (some /= Void)) implies some.same_type (other)
			symmetric: Result implies deep_equal (other, some)

	frozen equal (some: ANY; other: like arg #1): BOOLEAN
			-- Are `some' and `other' either both void or attached
			-- to objects considered equal?
			-- (from ANY)
		ensure -- from ANY
			definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))

	is_equal (other: like Current): BOOLEAN
			-- Is `other' attached to an object considered
			-- equal to current object?
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
		ensure -- from ANY
			symmetric: Result implies other.is_equal (Current)
			consistent: standard_is_equal (other) implies Result

	frozen standard_equal (some: ANY; other: like arg #1): BOOLEAN
			-- Are `some' and `other' either both void or attached to
			-- field-by-field identical objects of the same type?
			-- Always uses default object comparison criterion.
			-- (from ANY)
		ensure -- from ANY
			definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))

	frozen standard_is_equal (other: like Current): BOOLEAN
			-- Is `other' attached to an object of the same type
			-- as current object, and field-by-field identical to it?
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
		ensure -- from ANY
			same_type: Result implies same_type (other)
			symmetric: Result implies other.standard_is_equal (Current)
	
feature -- Status report

	conforms_to (other: ANY): BOOLEAN
			-- Does type of current object conform to type
			-- of `other' (as per Eiffel: The Language, chapter 13)?
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void

	same_type (other: ANY): BOOLEAN
			-- Is type of current object identical to type of `other'?
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
		ensure -- from ANY
			definition: Result = (conforms_to (other) and other.conforms_to (Current))
	
feature -- Duplication

	copy (other: like Current)
			-- Update current object using fields of object attached
			-- to `other', so as to yield equal objects.
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
			type_identity: same_type (other)
		ensure -- from ANY
			is_equal: is_equal (other)

	frozen deep_copy (other: like Current)
			-- Effect equivalent to that of:
			--		copy (`other' . deep_twin)
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
		ensure -- from ANY
			deep_equal: deep_equal (Current, other)

	frozen deep_twin: like Current
			-- New object structure recursively duplicated from Current.
			-- (from ANY)
		ensure -- from ANY
			deep_equal: deep_equal (Current, Result)

	frozen standard_copy (other: like Current)
			-- Copy every field of `other' onto corresponding field
			-- of current object.
			-- (from ANY)
		require -- from ANY
			other_not_void: other /= Void
			type_identity: same_type (other)
		ensure -- from ANY
			is_standard_equal: standard_is_equal (other)

	frozen standard_twin: like Current
			-- New object field-by-field identical to `other'.
			-- Always uses default copying semantics.
			-- (from ANY)
		ensure -- from ANY
			standard_twin_not_void: Result /= Void
			equal: standard_equal (Result, Current)

	frozen twin: like Current
			-- New object equal to `Current'
			-- twin calls copy; to change copying/twining semantics, redefine copy.
			-- (from ANY)
		ensure -- from ANY
			twin_not_void: Result /= Void
			is_equal: Result.is_equal (Current)
	
feature -- Basic operations

	frozen default: like Current
			-- Default value of object's type
			-- (from ANY)

	frozen default_pointer: POINTER
			-- Default value of type `POINTER'
			-- (Avoid the need to write `p'.default for
			-- some `p' of type `POINTER'.)
			-- (from ANY)

	default_rescue
			-- Process exception for routines with no Rescue clause.
			-- (Default: do nothing.)
			-- (from ANY)

	frozen do_nothing
			-- Execute a null action.
			-- (from ANY)
	
feature -- Output

	io: STD_FILES
			-- Handle to standard file setup
			-- (from ANY)

	out: STRING_8
			-- New string containing terse printable representation
			-- of current object
			-- Was declared in ANY as synonym of tagged_out.
			-- (from ANY)

	print (some: ANY)
			-- Write terse external representation of `some'
			-- on standard output.
			-- (from ANY)

	frozen tagged_out: STRING_8
			-- New string containing terse printable representation
			-- of current object
			-- Was declared in ANY as synonym of out.
			-- (from ANY)
	
feature -- Platform

	operating_environment: OPERATING_ENVIRONMENT
			-- Objects available from the operating system
			-- (from ANY)
	
invariant
		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

indexing
	copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
	license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
	source: "[
		Eiffel Software
		356 Storke Road, Goleta, CA 93117 USA
		Telephone 805-685-1006, Fax 805-685-6869
		Website http://www.eiffel.com
		Customer support http://support.eiffel.com
	]"

end -- class WEL_WINDOWS_ERROR_MESSAGES