JwaWinError.pas
资源名称:win32api.zip [点击查看]
上传用户:davidchvip
上传日期:2009-07-28
资源大小:1749k
文件大小:691k
源码类别:
Windows编程
开发平台:
Delphi
- // DNS signature validity expired.
- //
- DNS_ERROR_RCODE_BADTIME = DWORD(9018);
- {$EXTERNALSYM DNS_ERROR_RCODE_BADTIME}
- DNS_ERROR_RCODE_LAST = DNS_ERROR_RCODE_BADTIME;
- {$EXTERNALSYM DNS_ERROR_RCODE_LAST}
- //
- // Packet format
- //
- DNS_ERROR_PACKET_FMT_BASE = 9500;
- {$EXTERNALSYM DNS_ERROR_PACKET_FMT_BASE}
- // DNS_INFO_NO_RECORDS 0x0000251d
- //
- // MessageId: DNS_INFO_NO_RECORDS
- //
- // MessageText:
- //
- // No records found for given DNS query.
- //
- DNS_INFO_NO_RECORDS = DWORD(9501);
- {$EXTERNALSYM DNS_INFO_NO_RECORDS}
- // DNS_ERROR_BAD_PACKET 0x0000251e
- //
- // MessageId: DNS_ERROR_BAD_PACKET
- //
- // MessageText:
- //
- // Bad DNS packet.
- //
- DNS_ERROR_BAD_PACKET = DWORD(9502);
- {$EXTERNALSYM DNS_ERROR_BAD_PACKET}
- // DNS_ERROR_NO_PACKET 0x0000251f
- //
- // MessageId: DNS_ERROR_NO_PACKET
- //
- // MessageText:
- //
- // No DNS packet.
- //
- DNS_ERROR_NO_PACKET = DWORD(9503);
- {$EXTERNALSYM DNS_ERROR_NO_PACKET}
- // DNS_ERROR_RCODE 0x00002520
- //
- // MessageId: DNS_ERROR_RCODE
- //
- // MessageText:
- //
- // DNS error, check rcode.
- //
- DNS_ERROR_RCODE = DWORD(9504);
- {$EXTERNALSYM DNS_ERROR_RCODE}
- // DNS_ERROR_UNSECURE_PACKET 0x00002521
- //
- // MessageId: DNS_ERROR_UNSECURE_PACKET
- //
- // MessageText:
- //
- // Unsecured DNS packet.
- //
- DNS_ERROR_UNSECURE_PACKET = DWORD(9505);
- {$EXTERNALSYM DNS_ERROR_UNSECURE_PACKET}
- DNS_STATUS_PACKET_UNSECURE = DNS_ERROR_UNSECURE_PACKET;
- {$EXTERNALSYM DNS_STATUS_PACKET_UNSECURE}
- //
- // General API errors
- //
- DNS_ERROR_NO_MEMORY = ERROR_OUTOFMEMORY;
- {$EXTERNALSYM DNS_ERROR_NO_MEMORY}
- DNS_ERROR_INVALID_NAME = ERROR_INVALID_NAME;
- {$EXTERNALSYM DNS_ERROR_INVALID_NAME}
- DNS_ERROR_INVALID_DATA = ERROR_INVALID_DATA;
- {$EXTERNALSYM DNS_ERROR_INVALID_DATA}
- DNS_ERROR_GENERAL_API_BASE = 9550;
- {$EXTERNALSYM DNS_ERROR_GENERAL_API_BASE}
- // DNS_ERROR_INVALID_TYPE 0x0000254f
- //
- // MessageId: DNS_ERROR_INVALID_TYPE
- //
- // MessageText:
- //
- // Invalid DNS type.
- //
- DNS_ERROR_INVALID_TYPE = DWORD(9551);
- {$EXTERNALSYM DNS_ERROR_INVALID_TYPE}
- // DNS_ERROR_INVALID_IP_ADDRESS 0x00002550
- //
- // MessageId: DNS_ERROR_INVALID_IP_ADDRESS
- //
- // MessageText:
- //
- // Invalid IP address.
- //
- DNS_ERROR_INVALID_IP_ADDRESS = DWORD(9552);
- {$EXTERNALSYM DNS_ERROR_INVALID_IP_ADDRESS}
- // DNS_ERROR_INVALID_PROPERTY 0x00002551
- //
- // MessageId: DNS_ERROR_INVALID_PROPERTY
- //
- // MessageText:
- //
- // Invalid property.
- //
- DNS_ERROR_INVALID_PROPERTY = DWORD(9553);
- {$EXTERNALSYM DNS_ERROR_INVALID_PROPERTY}
- // DNS_ERROR_TRY_AGAIN_LATER 0x00002552
- //
- // MessageId: DNS_ERROR_TRY_AGAIN_LATER
- //
- // MessageText:
- //
- // Try DNS operation again later.
- //
- DNS_ERROR_TRY_AGAIN_LATER = DWORD(9554);
- {$EXTERNALSYM DNS_ERROR_TRY_AGAIN_LATER}
- // DNS_ERROR_NOT_UNIQUE 0x00002553
- //
- // MessageId: DNS_ERROR_NOT_UNIQUE
- //
- // MessageText:
- //
- // Record for given name and type is not unique.
- //
- DNS_ERROR_NOT_UNIQUE = DWORD(9555);
- {$EXTERNALSYM DNS_ERROR_NOT_UNIQUE}
- // DNS_ERROR_NON_RFC_NAME 0x00002554
- //
- // MessageId: DNS_ERROR_NON_RFC_NAME
- //
- // MessageText:
- //
- // DNS name does not comply with RFC specifications.
- //
- DNS_ERROR_NON_RFC_NAME = DWORD(9556);
- {$EXTERNALSYM DNS_ERROR_NON_RFC_NAME}
- // DNS_STATUS_FQDN 0x00002555
- //
- // MessageId: DNS_STATUS_FQDN
- //
- // MessageText:
- //
- // DNS name is a fully-qualified DNS name.
- //
- DNS_STATUS_FQDN = DWORD(9557);
- {$EXTERNALSYM DNS_STATUS_FQDN}
- // DNS_STATUS_DOTTED_NAME 0x00002556
- //
- // MessageId: DNS_STATUS_DOTTED_NAME
- //
- // MessageText:
- //
- // DNS name is dotted (multi-label).
- //
- DNS_STATUS_DOTTED_NAME = DWORD(9558);
- {$EXTERNALSYM DNS_STATUS_DOTTED_NAME}
- // DNS_STATUS_SINGLE_PART_NAME 0x00002557
- //
- // MessageId: DNS_STATUS_SINGLE_PART_NAME
- //
- // MessageText:
- //
- // DNS name is a single-part name.
- //
- DNS_STATUS_SINGLE_PART_NAME = DWORD(9559);
- {$EXTERNALSYM DNS_STATUS_SINGLE_PART_NAME}
- // DNS_ERROR_INVALID_NAME_CHAR 0x00002558
- //
- // MessageId: DNS_ERROR_INVALID_NAME_CHAR
- //
- // MessageText:
- //
- // DNS name contains an invalid character.
- //
- DNS_ERROR_INVALID_NAME_CHAR = DWORD(9560);
- {$EXTERNALSYM DNS_ERROR_INVALID_NAME_CHAR}
- // DNS_ERROR_NUMERIC_NAME 0x00002559
- //
- // MessageId: DNS_ERROR_NUMERIC_NAME
- //
- // MessageText:
- //
- // DNS name is entirely numeric.
- //
- DNS_ERROR_NUMERIC_NAME = DWORD(9561);
- {$EXTERNALSYM DNS_ERROR_NUMERIC_NAME}
- // DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER 0x0000255A
- //
- // MessageId: DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
- //
- // MessageText:
- //
- // The operation requested is not permitted on a DNS root server.
- //
- DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER = DWORD(9562);
- {$EXTERNALSYM DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER}
- // DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION 0x0000255B
- //
- // MessageId: DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
- //
- // MessageText:
- //
- // The record could not be created because this part of the DNS namespace has
- // been delegated to another server.
- //
- DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION = DWORD(9563);
- {$EXTERNALSYM DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION}
- // DNS_ERROR_CANNOT_FIND_ROOT_HINTS 0x0000255C
- //
- // MessageId: DNS_ERROR_CANNOT_FIND_ROOT_HINTS
- //
- // MessageText:
- //
- // The DNS server could not find a set of root hints.
- //
- DNS_ERROR_CANNOT_FIND_ROOT_HINTS = DWORD(9564);
- {$EXTERNALSYM DNS_ERROR_CANNOT_FIND_ROOT_HINTS}
- // DNS_ERROR_INCONSISTENT_ROOT_HINTS 0x0000255D
- //
- // MessageId: DNS_ERROR_INCONSISTENT_ROOT_HINTS
- //
- // MessageText:
- //
- // The DNS server found root hints but they were not consistent across
- // all adapters.
- //
- DNS_ERROR_INCONSISTENT_ROOT_HINTS = DWORD(9565);
- {$EXTERNALSYM DNS_ERROR_INCONSISTENT_ROOT_HINTS}
- //
- // Zone errors
- //
- DNS_ERROR_ZONE_BASE = 9600;
- {$EXTERNALSYM DNS_ERROR_ZONE_BASE}
- // DNS_ERROR_ZONE_DOES_NOT_EXIST 0x00002581
- //
- // MessageId: DNS_ERROR_ZONE_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // DNS zone does not exist.
- //
- DNS_ERROR_ZONE_DOES_NOT_EXIST = DWORD(9601);
- {$EXTERNALSYM DNS_ERROR_ZONE_DOES_NOT_EXIST}
- // DNS_ERROR_NO_ZONE_INFO 0x00002582
- //
- // MessageId: DNS_ERROR_NO_ZONE_INFO
- //
- // MessageText:
- //
- // DNS zone information not available.
- //
- DNS_ERROR_NO_ZONE_INFO = DWORD(9602);
- {$EXTERNALSYM DNS_ERROR_NO_ZONE_INFO}
- // DNS_ERROR_INVALID_ZONE_OPERATION 0x00002583
- //
- // MessageId: DNS_ERROR_INVALID_ZONE_OPERATION
- //
- // MessageText:
- //
- // Invalid operation for DNS zone.
- //
- DNS_ERROR_INVALID_ZONE_OPERATION = DWORD(9603);
- {$EXTERNALSYM DNS_ERROR_INVALID_ZONE_OPERATION}
- // DNS_ERROR_ZONE_CONFIGURATION_ERROR 0x00002584
- //
- // MessageId: DNS_ERROR_ZONE_CONFIGURATION_ERROR
- //
- // MessageText:
- //
- // Invalid DNS zone configuration.
- //
- DNS_ERROR_ZONE_CONFIGURATION_ERROR = DWORD(9604);
- {$EXTERNALSYM DNS_ERROR_ZONE_CONFIGURATION_ERROR}
- // DNS_ERROR_ZONE_HAS_NO_SOA_RECORD 0x00002585
- //
- // MessageId: DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
- //
- // MessageText:
- //
- // DNS zone has no start of authority (SOA) record.
- //
- DNS_ERROR_ZONE_HAS_NO_SOA_RECORD = DWORD(9605);
- {$EXTERNALSYM DNS_ERROR_ZONE_HAS_NO_SOA_RECORD}
- // DNS_ERROR_ZONE_HAS_NO_NS_RECORDS 0x00002586
- //
- // MessageId: DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
- //
- // MessageText:
- //
- // DNS zone has no Name Server (NS) record.
- //
- DNS_ERROR_ZONE_HAS_NO_NS_RECORDS = DWORD(9606);
- {$EXTERNALSYM DNS_ERROR_ZONE_HAS_NO_NS_RECORDS}
- // DNS_ERROR_ZONE_LOCKED 0x00002587
- //
- // MessageId: DNS_ERROR_ZONE_LOCKED
- //
- // MessageText:
- //
- // DNS zone is locked.
- //
- DNS_ERROR_ZONE_LOCKED = DWORD(9607);
- {$EXTERNALSYM DNS_ERROR_ZONE_LOCKED}
- // DNS_ERROR_ZONE_CREATION_FAILED 0x00002588
- //
- // MessageId: DNS_ERROR_ZONE_CREATION_FAILED
- //
- // MessageText:
- //
- // DNS zone creation failed.
- //
- DNS_ERROR_ZONE_CREATION_FAILED = DWORD(9608);
- {$EXTERNALSYM DNS_ERROR_ZONE_CREATION_FAILED}
- // DNS_ERROR_ZONE_ALREADY_EXISTS 0x00002589
- //
- // MessageId: DNS_ERROR_ZONE_ALREADY_EXISTS
- //
- // MessageText:
- //
- // DNS zone already exists.
- //
- DNS_ERROR_ZONE_ALREADY_EXISTS = DWORD(9609);
- {$EXTERNALSYM DNS_ERROR_ZONE_ALREADY_EXISTS}
- // DNS_ERROR_AUTOZONE_ALREADY_EXISTS 0x0000258a
- //
- // MessageId: DNS_ERROR_AUTOZONE_ALREADY_EXISTS
- //
- // MessageText:
- //
- // DNS automatic zone already exists.
- //
- DNS_ERROR_AUTOZONE_ALREADY_EXISTS = DWORD(9610);
- {$EXTERNALSYM DNS_ERROR_AUTOZONE_ALREADY_EXISTS}
- // DNS_ERROR_INVALID_ZONE_TYPE 0x0000258b
- //
- // MessageId: DNS_ERROR_INVALID_ZONE_TYPE
- //
- // MessageText:
- //
- // Invalid DNS zone type.
- //
- DNS_ERROR_INVALID_ZONE_TYPE = DWORD(9611);
- {$EXTERNALSYM DNS_ERROR_INVALID_ZONE_TYPE}
- // DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP 0x0000258c
- //
- // MessageId: DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
- //
- // MessageText:
- //
- // Secondary DNS zone requires master IP address.
- //
- DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP = DWORD(9612);
- {$EXTERNALSYM DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP}
- // DNS_ERROR_ZONE_NOT_SECONDARY 0x0000258d
- //
- // MessageId: DNS_ERROR_ZONE_NOT_SECONDARY
- //
- // MessageText:
- //
- // DNS zone not secondary.
- //
- DNS_ERROR_ZONE_NOT_SECONDARY = DWORD(9613);
- {$EXTERNALSYM DNS_ERROR_ZONE_NOT_SECONDARY}
- // DNS_ERROR_NEED_SECONDARY_ADDRESSES 0x0000258e
- //
- // MessageId: DNS_ERROR_NEED_SECONDARY_ADDRESSES
- //
- // MessageText:
- //
- // Need secondary IP address.
- //
- DNS_ERROR_NEED_SECONDARY_ADDRESSES = DWORD(9614);
- {$EXTERNALSYM DNS_ERROR_NEED_SECONDARY_ADDRESSES}
- // DNS_ERROR_WINS_INIT_FAILED 0x0000258f
- //
- // MessageId: DNS_ERROR_WINS_INIT_FAILED
- //
- // MessageText:
- //
- // WINS initialization failed.
- //
- DNS_ERROR_WINS_INIT_FAILED = DWORD(9615);
- {$EXTERNALSYM DNS_ERROR_WINS_INIT_FAILED}
- // DNS_ERROR_NEED_WINS_SERVERS 0x00002590
- //
- // MessageId: DNS_ERROR_NEED_WINS_SERVERS
- //
- // MessageText:
- //
- // Need WINS servers.
- //
- DNS_ERROR_NEED_WINS_SERVERS = DWORD(9616);
- {$EXTERNALSYM DNS_ERROR_NEED_WINS_SERVERS}
- // DNS_ERROR_NBSTAT_INIT_FAILED 0x00002591
- //
- // MessageId: DNS_ERROR_NBSTAT_INIT_FAILED
- //
- // MessageText:
- //
- // NBTSTAT initialization call failed.
- //
- DNS_ERROR_NBSTAT_INIT_FAILED = DWORD(9617);
- {$EXTERNALSYM DNS_ERROR_NBSTAT_INIT_FAILED}
- // DNS_ERROR_SOA_DELETE_INVALID 0x00002592
- //
- // MessageId: DNS_ERROR_SOA_DELETE_INVALID
- //
- // MessageText:
- //
- // Invalid delete of start of authority (SOA)
- //
- DNS_ERROR_SOA_DELETE_INVALID = DWORD(9618);
- {$EXTERNALSYM DNS_ERROR_SOA_DELETE_INVALID}
- // DNS_ERROR_FORWARDER_ALREADY_EXISTS 0x00002593
- //
- // MessageId: DNS_ERROR_FORWARDER_ALREADY_EXISTS
- //
- // MessageText:
- //
- // A conditional forwarding zone already exists for that name.
- //
- DNS_ERROR_FORWARDER_ALREADY_EXISTS = DWORD(9619);
- {$EXTERNALSYM DNS_ERROR_FORWARDER_ALREADY_EXISTS}
- // DNS_ERROR_ZONE_REQUIRES_MASTER_IP 0x00002594
- //
- // MessageId: DNS_ERROR_ZONE_REQUIRES_MASTER_IP
- //
- // MessageText:
- //
- // This zone must be configured with one or more master DNS server IP addresses.
- //
- DNS_ERROR_ZONE_REQUIRES_MASTER_IP = DWORD(9620);
- {$EXTERNALSYM DNS_ERROR_ZONE_REQUIRES_MASTER_IP}
- // DNS_ERROR_ZONE_IS_SHUTDOWN 0x00002595
- //
- // MessageId: DNS_ERROR_ZONE_IS_SHUTDOWN
- //
- // MessageText:
- //
- // The operation cannot be performed because this zone is shutdown.
- //
- DNS_ERROR_ZONE_IS_SHUTDOWN = DWORD(9621);
- {$EXTERNALSYM DNS_ERROR_ZONE_IS_SHUTDOWN}
- //
- // Datafile errors
- //
- DNS_ERROR_DATAFILE_BASE = 9650;
- {$EXTERNALSYM DNS_ERROR_DATAFILE_BASE}
- // DNS 0x000025b3
- //
- // MessageId: DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
- //
- // MessageText:
- //
- // Primary DNS zone requires datafile.
- //
- DNS_ERROR_PRIMARY_REQUIRES_DATAFILE = DWORD(9651);
- {$EXTERNALSYM DNS_ERROR_PRIMARY_REQUIRES_DATAFILE}
- // DNS 0x000025b4
- //
- // MessageId: DNS_ERROR_INVALID_DATAFILE_NAME
- //
- // MessageText:
- //
- // Invalid datafile name for DNS zone.
- //
- DNS_ERROR_INVALID_DATAFILE_NAME = DWORD(9652);
- {$EXTERNALSYM DNS_ERROR_INVALID_DATAFILE_NAME}
- // DNS 0x000025b5
- //
- // MessageId: DNS_ERROR_DATAFILE_OPEN_FAILURE
- //
- // MessageText:
- //
- // Failed to open datafile for DNS zone.
- //
- DNS_ERROR_DATAFILE_OPEN_FAILURE = DWORD(9653);
- {$EXTERNALSYM DNS_ERROR_DATAFILE_OPEN_FAILURE}
- // DNS 0x000025b6
- //
- // MessageId: DNS_ERROR_FILE_WRITEBACK_FAILED
- //
- // MessageText:
- //
- // Failed to write datafile for DNS zone.
- //
- DNS_ERROR_FILE_WRITEBACK_FAILED = DWORD(9654);
- {$EXTERNALSYM DNS_ERROR_FILE_WRITEBACK_FAILED}
- // DNS 0x000025b7
- //
- // MessageId: DNS_ERROR_DATAFILE_PARSING
- //
- // MessageText:
- //
- // Failure while reading datafile for DNS zone.
- //
- DNS_ERROR_DATAFILE_PARSING = DWORD(9655);
- {$EXTERNALSYM DNS_ERROR_DATAFILE_PARSING}
- //
- // Database errors
- //
- DNS_ERROR_DATABASE_BASE = 9700;
- {$EXTERNALSYM DNS_ERROR_DATABASE_BASE}
- // DNS_ERROR_RECORD_DOES_NOT_EXIST 0x000025e5
- //
- // MessageId: DNS_ERROR_RECORD_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // DNS record does not exist.
- //
- DNS_ERROR_RECORD_DOES_NOT_EXIST = DWORD(9701);
- {$EXTERNALSYM DNS_ERROR_RECORD_DOES_NOT_EXIST}
- // DNS_ERROR_RECORD_FORMAT 0x000025e6
- //
- // MessageId: DNS_ERROR_RECORD_FORMAT
- //
- // MessageText:
- //
- // DNS record format error.
- //
- DNS_ERROR_RECORD_FORMAT = DWORD(9702);
- {$EXTERNALSYM DNS_ERROR_RECORD_FORMAT}
- // DNS_ERROR_NODE_CREATION_FAILED 0x000025e7
- //
- // MessageId: DNS_ERROR_NODE_CREATION_FAILED
- //
- // MessageText:
- //
- // Node creation failure in DNS.
- //
- DNS_ERROR_NODE_CREATION_FAILED = DWORD(9703);
- {$EXTERNALSYM DNS_ERROR_NODE_CREATION_FAILED}
- // DNS_ERROR_UNKNOWN_RECORD_TYPE 0x000025e8
- //
- // MessageId: DNS_ERROR_UNKNOWN_RECORD_TYPE
- //
- // MessageText:
- //
- // Unknown DNS record type.
- //
- DNS_ERROR_UNKNOWN_RECORD_TYPE = DWORD(9704);
- {$EXTERNALSYM DNS_ERROR_UNKNOWN_RECORD_TYPE}
- // DNS_ERROR_RECORD_TIMED_OUT 0x000025e9
- //
- // MessageId: DNS_ERROR_RECORD_TIMED_OUT
- //
- // MessageText:
- //
- // DNS record timed out.
- //
- DNS_ERROR_RECORD_TIMED_OUT = DWORD(9705);
- {$EXTERNALSYM DNS_ERROR_RECORD_TIMED_OUT}
- // DNS_ERROR_NAME_NOT_IN_ZONE 0x000025ea
- //
- // MessageId: DNS_ERROR_NAME_NOT_IN_ZONE
- //
- // MessageText:
- //
- // Name not in DNS zone.
- //
- DNS_ERROR_NAME_NOT_IN_ZONE = DWORD(9706);
- {$EXTERNALSYM DNS_ERROR_NAME_NOT_IN_ZONE}
- // DNS_ERROR_CNAME_LOOP 0x000025eb
- //
- // MessageId: DNS_ERROR_CNAME_LOOP
- //
- // MessageText:
- //
- // CNAME loop detected.
- //
- DNS_ERROR_CNAME_LOOP = DWORD(9707);
- {$EXTERNALSYM DNS_ERROR_CNAME_LOOP}
- // DNS_ERROR_NODE_IS_CNAME 0x000025ec
- //
- // MessageId: DNS_ERROR_NODE_IS_CNAME
- //
- // MessageText:
- //
- // Node is a CNAME DNS record.
- //
- DNS_ERROR_NODE_IS_CNAME = DWORD(9708);
- {$EXTERNALSYM DNS_ERROR_NODE_IS_CNAME}
- // DNS_ERROR_CNAME_COLLISION 0x000025ed
- //
- // MessageId: DNS_ERROR_CNAME_COLLISION
- //
- // MessageText:
- //
- // A CNAME record already exists for given name.
- //
- DNS_ERROR_CNAME_COLLISION = DWORD(9709);
- {$EXTERNALSYM DNS_ERROR_CNAME_COLLISION}
- // DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT 0x000025ee
- //
- // MessageId: DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
- //
- // MessageText:
- //
- // Record only at DNS zone root.
- //
- DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT = DWORD(9710);
- {$EXTERNALSYM DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT}
- // DNS_ERROR_RECORD_ALREADY_EXISTS 0x000025ef
- //
- // MessageId: DNS_ERROR_RECORD_ALREADY_EXISTS
- //
- // MessageText:
- //
- // DNS record already exists.
- //
- DNS_ERROR_RECORD_ALREADY_EXISTS = DWORD(9711);
- {$EXTERNALSYM DNS_ERROR_RECORD_ALREADY_EXISTS}
- // DNS_ERROR_SECONDARY_DATA 0x000025f0
- //
- // MessageId: DNS_ERROR_SECONDARY_DATA
- //
- // MessageText:
- //
- // Secondary DNS zone data error.
- //
- DNS_ERROR_SECONDARY_DATA = DWORD(9712);
- {$EXTERNALSYM DNS_ERROR_SECONDARY_DATA}
- // DNS_ERROR_NO_CREATE_CACHE_DATA 0x000025f1
- //
- // MessageId: DNS_ERROR_NO_CREATE_CACHE_DATA
- //
- // MessageText:
- //
- // Could not create DNS cache data.
- //
- DNS_ERROR_NO_CREATE_CACHE_DATA = DWORD(9713);
- {$EXTERNALSYM DNS_ERROR_NO_CREATE_CACHE_DATA}
- // DNS_ERROR_NAME_DOES_NOT_EXIST 0x000025f2
- //
- // MessageId: DNS_ERROR_NAME_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // DNS name does not exist.
- //
- DNS_ERROR_NAME_DOES_NOT_EXIST = DWORD(9714);
- {$EXTERNALSYM DNS_ERROR_NAME_DOES_NOT_EXIST}
- // DNS_WARNING_PTR_CREATE_FAILED 0x000025f3
- //
- // MessageId: DNS_WARNING_PTR_CREATE_FAILED
- //
- // MessageText:
- //
- // Could not create pointer (PTR) record.
- //
- DNS_WARNING_PTR_CREATE_FAILED = DWORD(9715);
- {$EXTERNALSYM DNS_WARNING_PTR_CREATE_FAILED}
- // DNS_WARNING_DOMAIN_UNDELETED 0x000025f4
- //
- // MessageId: DNS_WARNING_DOMAIN_UNDELETED
- //
- // MessageText:
- //
- // DNS domain was undeleted.
- //
- DNS_WARNING_DOMAIN_UNDELETED = DWORD(9716);
- {$EXTERNALSYM DNS_WARNING_DOMAIN_UNDELETED}
- // DNS_ERROR_DS_UNAVAILABLE 0x000025f5
- //
- // MessageId: DNS_ERROR_DS_UNAVAILABLE
- //
- // MessageText:
- //
- // The directory service is unavailable.
- //
- DNS_ERROR_DS_UNAVAILABLE = DWORD(9717);
- {$EXTERNALSYM DNS_ERROR_DS_UNAVAILABLE}
- // DNS_ERROR_DS_ZONE_ALREADY_EXISTS 0x000025f6
- //
- // MessageId: DNS_ERROR_DS_ZONE_ALREADY_EXISTS
- //
- // MessageText:
- //
- // DNS zone already exists in the directory service.
- //
- DNS_ERROR_DS_ZONE_ALREADY_EXISTS = DWORD(9718);
- {$EXTERNALSYM DNS_ERROR_DS_ZONE_ALREADY_EXISTS}
- // DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE 0x000025f7
- //
- // MessageId: DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
- //
- // MessageText:
- //
- // DNS server not creating or reading the boot file for the directory service integrated DNS zone.
- //
- DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE = DWORD(9719);
- {$EXTERNALSYM DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE}
- //
- // Operation errors
- //
- DNS_ERROR_OPERATION_BASE = 9750;
- {$EXTERNALSYM DNS_ERROR_OPERATION_BASE}
- // DNS_INFO_AXFR_COMPLETE 0x00002617
- //
- // MessageId: DNS_INFO_AXFR_COMPLETE
- //
- // MessageText:
- //
- // DNS AXFR (zone transfer) complete.
- //
- DNS_INFO_AXFR_COMPLETE = DWORD(9751);
- {$EXTERNALSYM DNS_INFO_AXFR_COMPLETE}
- // DNS_ERROR_AXFR 0x00002618
- //
- // MessageId: DNS_ERROR_AXFR
- //
- // MessageText:
- //
- // DNS zone transfer failed.
- //
- DNS_ERROR_AXFR = DWORD(9752);
- {$EXTERNALSYM DNS_ERROR_AXFR}
- // DNS_INFO_ADDED_LOCAL_WINS 0x00002619
- //
- // MessageId: DNS_INFO_ADDED_LOCAL_WINS
- //
- // MessageText:
- //
- // Added local WINS server.
- //
- DNS_INFO_ADDED_LOCAL_WINS = DWORD(9753);
- {$EXTERNALSYM DNS_INFO_ADDED_LOCAL_WINS}
- //
- // Secure update
- //
- DNS_ERROR_SECURE_BASE = 9800;
- {$EXTERNALSYM DNS_ERROR_SECURE_BASE}
- // DNS_STATUS_CONTINUE_NEEDED 0x00002649
- //
- // MessageId: DNS_STATUS_CONTINUE_NEEDED
- //
- // MessageText:
- //
- // Secure update call needs to continue update request.
- //
- DNS_STATUS_CONTINUE_NEEDED = DWORD(9801);
- {$EXTERNALSYM DNS_STATUS_CONTINUE_NEEDED}
- //
- // Setup errors
- //
- DNS_ERROR_SETUP_BASE = 9850;
- {$EXTERNALSYM DNS_ERROR_SETUP_BASE}
- // DNS_ERROR_NO_TCPIP 0x0000267b
- //
- // MessageId: DNS_ERROR_NO_TCPIP
- //
- // MessageText:
- //
- // TCP/IP network protocol not installed.
- //
- DNS_ERROR_NO_TCPIP = DWORD(9851);
- {$EXTERNALSYM DNS_ERROR_NO_TCPIP}
- // DNS_ERROR_NO_DNS_SERVERS 0x0000267c
- //
- // MessageId: DNS_ERROR_NO_DNS_SERVERS
- //
- // MessageText:
- //
- // No DNS servers configured for local system.
- //
- DNS_ERROR_NO_DNS_SERVERS = DWORD(9852);
- {$EXTERNALSYM DNS_ERROR_NO_DNS_SERVERS}
- //
- // Directory partition (DP) errors
- //
- DNS_ERROR_DP_BASE = 9900;
- {$EXTERNALSYM DNS_ERROR_DP_BASE}
- // DNS_ERROR_DP_DOES_NOT_EXIST 0x000026ad
- //
- // MessageId: DNS_ERROR_DP_DOES_NOT_EXIST
- //
- // MessageText:
- //
- // The specified directory partition does not exist.
- //
- DNS_ERROR_DP_DOES_NOT_EXIST = DWORD(9901);
- {$EXTERNALSYM DNS_ERROR_DP_DOES_NOT_EXIST}
- // DNS_ERROR_DP_ALREADY_EXISTS 0x000026ae
- //
- // MessageId: DNS_ERROR_DP_ALREADY_EXISTS
- //
- // MessageText:
- //
- // The specified directory partition already exists.
- //
- DNS_ERROR_DP_ALREADY_EXISTS = DWORD(9902);
- {$EXTERNALSYM DNS_ERROR_DP_ALREADY_EXISTS}
- // DNS_ERROR_DP_NOT_ENLISTED 0x000026af
- //
- // MessageId: DNS_ERROR_DP_NOT_ENLISTED
- //
- // MessageText:
- //
- // This DNS server is not enlisted in the specified directory partition.
- //
- DNS_ERROR_DP_NOT_ENLISTED = DWORD(9903);
- {$EXTERNALSYM DNS_ERROR_DP_NOT_ENLISTED}
- // DNS_ERROR_DP_ALREADY_ENLISTED 0x000026b0
- //
- // MessageId: DNS_ERROR_DP_ALREADY_ENLISTED
- //
- // MessageText:
- //
- // This DNS server is already enlisted in the specified directory partition.
- //
- DNS_ERROR_DP_ALREADY_ENLISTED = DWORD(9904);
- {$EXTERNALSYM DNS_ERROR_DP_ALREADY_ENLISTED}
- // DNS_ERROR_DP_NOT_AVAILABLE 0x000026b1
- //
- // MessageId: DNS_ERROR_DP_NOT_AVAILABLE
- //
- // MessageText:
- //
- // The directory partition is not available at this time. Please wait
- // a few minutes and try again.
- //
- DNS_ERROR_DP_NOT_AVAILABLE = DWORD(9905);
- {$EXTERNALSYM DNS_ERROR_DP_NOT_AVAILABLE}
- ///////////////////////////////////////////////////
- // //
- // End of DNS Error Codes //
- // //
- // 9000 to 9999 //
- ///////////////////////////////////////////////////
- ///////////////////////////////////////////////////
- // //
- // WinSock Error Codes //
- // //
- // 10000 to 11999 //
- ///////////////////////////////////////////////////
- //
- // WinSock error codes are also defined in WinSock.h
- // and WinSock2.h, hence the IFDEF
- //
- WSABASEERR = 10000;
- {$EXTERNALSYM WSABASEERR}
- //
- // MessageId: WSAEINTR
- //
- // MessageText:
- //
- // A blocking operation was interrupted by a call to WSACancelBlockingCall.
- //
- WSAEINTR = DWORD(10004);
- {$EXTERNALSYM WSAEINTR}
- //
- // MessageId: WSAEBADF
- //
- // MessageText:
- //
- // The file handle supplied is not valid.
- //
- WSAEBADF = DWORD(10009);
- {$EXTERNALSYM WSAEBADF}
- //
- // MessageId: WSAEACCES
- //
- // MessageText:
- //
- // An attempt was made to access a socket in a way forbidden by its access permissions.
- //
- WSAEACCES = DWORD(10013);
- {$EXTERNALSYM WSAEACCES}
- //
- // MessageId: WSAEFAULT
- //
- // MessageText:
- //
- // The system detected an invalid pointer address in attempting to use a pointer argument in a call.
- //
- WSAEFAULT = DWORD(10014);
- {$EXTERNALSYM WSAEFAULT}
- //
- // MessageId: WSAEINVAL
- //
- // MessageText:
- //
- // An invalid argument was supplied.
- //
- WSAEINVAL = DWORD(10022);
- {$EXTERNALSYM WSAEINVAL}
- //
- // MessageId: WSAEMFILE
- //
- // MessageText:
- //
- // Too many open sockets.
- //
- WSAEMFILE = DWORD(10024);
- {$EXTERNALSYM WSAEMFILE}
- //
- // MessageId: WSAEWOULDBLOCK
- //
- // MessageText:
- //
- // A non-blocking socket operation could not be completed immediately.
- //
- WSAEWOULDBLOCK = DWORD(10035);
- {$EXTERNALSYM WSAEWOULDBLOCK}
- //
- // MessageId: WSAEINPROGRESS
- //
- // MessageText:
- //
- // A blocking operation is currently executing.
- //
- WSAEINPROGRESS = DWORD(10036);
- {$EXTERNALSYM WSAEINPROGRESS}
- //
- // MessageId: WSAEALREADY
- //
- // MessageText:
- //
- // An operation was attempted on a non-blocking socket that already had an operation in progress.
- //
- WSAEALREADY = DWORD(10037);
- {$EXTERNALSYM WSAEALREADY}
- //
- // MessageId: WSAENOTSOCK
- //
- // MessageText:
- //
- // An operation was attempted on something that is not a socket.
- //
- WSAENOTSOCK = DWORD(10038);
- {$EXTERNALSYM WSAENOTSOCK}
- //
- // MessageId: WSAEDESTADDRREQ
- //
- // MessageText:
- //
- // A required address was omitted from an operation on a socket.
- //
- WSAEDESTADDRREQ = DWORD(10039);
- {$EXTERNALSYM WSAEDESTADDRREQ}
- //
- // MessageId: WSAEMSGSIZE
- //
- // MessageText:
- //
- // 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 = DWORD(10040);
- {$EXTERNALSYM WSAEMSGSIZE}
- //
- // MessageId: WSAEPROTOTYPE
- //
- // MessageText:
- //
- // A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
- //
- WSAEPROTOTYPE = DWORD(10041);
- {$EXTERNALSYM WSAEPROTOTYPE}
- //
- // MessageId: WSAENOPROTOOPT
- //
- // MessageText:
- //
- // An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
- //
- WSAENOPROTOOPT = DWORD(10042);
- {$EXTERNALSYM WSAENOPROTOOPT}
- //
- // MessageId: WSAEPROTONOSUPPORT
- //
- // MessageText:
- //
- // The requested protocol has not been configured into the system, or no implementation for it exists.
- //
- WSAEPROTONOSUPPORT = DWORD(10043);
- {$EXTERNALSYM WSAEPROTONOSUPPORT}
- //
- // MessageId: WSAESOCKTNOSUPPORT
- //
- // MessageText:
- //
- // The support for the specified socket type does not exist in this address family.
- //
- WSAESOCKTNOSUPPORT = DWORD(10044);
- {$EXTERNALSYM WSAESOCKTNOSUPPORT}
- //
- // MessageId: WSAEOPNOTSUPP
- //
- // MessageText:
- //
- // The attempted operation is not supported for the type of object referenced.
- //
- WSAEOPNOTSUPP = DWORD(10045);
- {$EXTERNALSYM WSAEOPNOTSUPP}
- //
- // MessageId: WSAEPFNOSUPPORT
- //
- // MessageText:
- //
- // The protocol family has not been configured into the system or no implementation for it exists.
- //
- WSAEPFNOSUPPORT = DWORD(10046);
- {$EXTERNALSYM WSAEPFNOSUPPORT}
- //
- // MessageId: WSAEAFNOSUPPORT
- //
- // MessageText:
- //
- // An address incompatible with the requested protocol was used.
- //
- WSAEAFNOSUPPORT = DWORD(10047);
- {$EXTERNALSYM WSAEAFNOSUPPORT}
- //
- // MessageId: WSAEADDRINUSE
- //
- // MessageText:
- //
- // Only one usage of each socket address (protocol/network address/port) is normally permitted.
- //
- WSAEADDRINUSE = DWORD(10048);
- {$EXTERNALSYM WSAEADDRINUSE}
- //
- // MessageId: WSAEADDRNOTAVAIL
- //
- // MessageText:
- //
- // The requested address is not valid in its context.
- //
- WSAEADDRNOTAVAIL = DWORD(10049);
- {$EXTERNALSYM WSAEADDRNOTAVAIL}
- //
- // MessageId: WSAENETDOWN
- //
- // MessageText:
- //
- // A socket operation encountered a dead network.
- //
- WSAENETDOWN = DWORD(10050);
- {$EXTERNALSYM WSAENETDOWN}
- //
- // MessageId: WSAENETUNREACH
- //
- // MessageText:
- //
- // A socket operation was attempted to an unreachable network.
- //
- WSAENETUNREACH = DWORD(10051);
- {$EXTERNALSYM WSAENETUNREACH}
- //
- // MessageId: WSAENETRESET
- //
- // MessageText:
- //
- // The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
- //
- WSAENETRESET = DWORD(10052);
- {$EXTERNALSYM WSAENETRESET}
- //
- // MessageId: WSAECONNABORTED
- //
- // MessageText:
- //
- // An established connection was aborted by the software in your host machine.
- //
- WSAECONNABORTED = DWORD(10053);
- {$EXTERNALSYM WSAECONNABORTED}
- //
- // MessageId: WSAECONNRESET
- //
- // MessageText:
- //
- // An existing connection was forcibly closed by the remote host.
- //
- WSAECONNRESET = DWORD(10054);
- {$EXTERNALSYM WSAECONNRESET}
- //
- // MessageId: WSAENOBUFS
- //
- // MessageText:
- //
- // An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
- //
- WSAENOBUFS = DWORD(10055);
- {$EXTERNALSYM WSAENOBUFS}
- //
- // MessageId: WSAEISCONN
- //
- // MessageText:
- //
- // A connect request was made on an already connected socket.
- //
- WSAEISCONN = DWORD(10056);
- {$EXTERNALSYM WSAEISCONN}
- //
- // MessageId: WSAENOTCONN
- //
- // MessageText:
- //
- // 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 = DWORD(10057);
- {$EXTERNALSYM WSAENOTCONN}
- //
- // MessageId: WSAESHUTDOWN
- //
- // MessageText:
- //
- // 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 = DWORD(10058);
- {$EXTERNALSYM WSAESHUTDOWN}
- //
- // MessageId: WSAETOOMANYREFS
- //
- // MessageText:
- //
- // Too many references to some kernel object.
- //
- WSAETOOMANYREFS = DWORD(10059);
- {$EXTERNALSYM WSAETOOMANYREFS}
- //
- // MessageId: WSAETIMEDOUT
- //
- // MessageText:
- //
- // 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 = DWORD(10060);
- {$EXTERNALSYM WSAETIMEDOUT}
- //
- // MessageId: WSAECONNREFUSED
- //
- // MessageText:
- //
- // No connection could be made because the target machine actively refused it.
- //
- WSAECONNREFUSED = DWORD(10061);
- {$EXTERNALSYM WSAECONNREFUSED}
- //
- // MessageId: WSAELOOP
- //
- // MessageText:
- //
- // Cannot translate name.
- //
- WSAELOOP = DWORD(10062);
- {$EXTERNALSYM WSAELOOP}
- //
- // MessageId: WSAENAMETOOLONG
- //
- // MessageText:
- //
- // Name component or name was too long.
- //
- WSAENAMETOOLONG = DWORD(10063);
- {$EXTERNALSYM WSAENAMETOOLONG}
- //
- // MessageId: WSAEHOSTDOWN
- //
- // MessageText:
- //
- // A socket operation failed because the destination host was down.
- //
- WSAEHOSTDOWN = DWORD(10064);
- {$EXTERNALSYM WSAEHOSTDOWN}
- //
- // MessageId: WSAEHOSTUNREACH
- //
- // MessageText:
- //
- // A socket operation was attempted to an unreachable host.
- //
- WSAEHOSTUNREACH = DWORD(10065);
- {$EXTERNALSYM WSAEHOSTUNREACH}
- //
- // MessageId: WSAENOTEMPTY
- //
- // MessageText:
- //
- // Cannot remove a directory that is not empty.
- //
- WSAENOTEMPTY = DWORD(10066);
- {$EXTERNALSYM WSAENOTEMPTY}
- //
- // MessageId: WSAEPROCLIM
- //
- // MessageText:
- //
- // A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
- //
- WSAEPROCLIM = DWORD(10067);
- {$EXTERNALSYM WSAEPROCLIM}
- //
- // MessageId: WSAEUSERS
- //
- // MessageText:
- //
- // Ran out of quota.
- //
- WSAEUSERS = DWORD(10068);
- {$EXTERNALSYM WSAEUSERS}
- //
- // MessageId: WSAEDQUOT
- //
- // MessageText:
- //
- // Ran out of disk quota.
- //
- WSAEDQUOT = DWORD(10069);
- {$EXTERNALSYM WSAEDQUOT}
- //
- // MessageId: WSAESTALE
- //
- // MessageText:
- //
- // File handle reference is no longer available.
- //
- WSAESTALE = DWORD(10070);
- {$EXTERNALSYM WSAESTALE}
- //
- // MessageId: WSAEREMOTE
- //
- // MessageText:
- //
- // Item is not available locally.
- //
- WSAEREMOTE = DWORD(10071);
- {$EXTERNALSYM WSAEREMOTE}
- //
- // MessageId: WSASYSNOTREADY
- //
- // MessageText:
- //
- // WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
- //
- WSASYSNOTREADY = DWORD(10091);
- {$EXTERNALSYM WSASYSNOTREADY}
- //
- // MessageId: WSAVERNOTSUPPORTED
- //
- // MessageText:
- //
- // The Windows Sockets version requested is not supported.
- //
- WSAVERNOTSUPPORTED = DWORD(10092);
- {$EXTERNALSYM WSAVERNOTSUPPORTED}
- //
- // MessageId: WSANOTINITIALISED
- //
- // MessageText:
- //
- // Either the application has not called WSAStartup, or WSAStartup failed.
- //
- WSANOTINITIALISED = DWORD(10093);
- {$EXTERNALSYM WSANOTINITIALISED}
- //
- // MessageId: WSAEDISCON
- //
- // MessageText:
- //
- // Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
- //
- WSAEDISCON = DWORD(10101);
- {$EXTERNALSYM WSAEDISCON}
- //
- // MessageId: WSAENOMORE
- //
- // MessageText:
- //
- // No more results can be returned by WSALookupServiceNext.
- //
- WSAENOMORE = DWORD(10102);
- {$EXTERNALSYM WSAENOMORE}
- //
- // MessageId: WSAECANCELLED
- //
- // MessageText:
- //
- // A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
- //
- WSAECANCELLED = DWORD(10103);
- {$EXTERNALSYM WSAECANCELLED}
- //
- // MessageId: WSAEINVALIDPROCTABLE
- //
- // MessageText:
- //
- // The procedure call table is invalid.
- //
- WSAEINVALIDPROCTABLE = DWORD(10104);
- {$EXTERNALSYM WSAEINVALIDPROCTABLE}
- //
- // MessageId: WSAEINVALIDPROVIDER
- //
- // MessageText:
- //
- // The requested service provider is invalid.
- //
- WSAEINVALIDPROVIDER = DWORD(10105);
- {$EXTERNALSYM WSAEINVALIDPROVIDER}
- //
- // MessageId: WSAEPROVIDERFAILEDINIT
- //
- // MessageText:
- //
- // The requested service provider could not be loaded or initialized.
- //
- WSAEPROVIDERFAILEDINIT = DWORD(10106);
- {$EXTERNALSYM WSAEPROVIDERFAILEDINIT}
- //
- // MessageId: WSASYSCALLFAILURE
- //
- // MessageText:
- //
- // A system call that should never fail has failed.
- //
- WSASYSCALLFAILURE = DWORD(10107);
- {$EXTERNALSYM WSASYSCALLFAILURE}
- //
- // MessageId: WSASERVICE_NOT_FOUND
- //
- // MessageText:
- //
- // No such service is known. The service cannot be found in the specified name space.
- //
- WSASERVICE_NOT_FOUND = DWORD(10108);
- {$EXTERNALSYM WSASERVICE_NOT_FOUND}
- //
- // MessageId: WSATYPE_NOT_FOUND
- //
- // MessageText:
- //
- // The specified class was not found.
- //
- WSATYPE_NOT_FOUND = DWORD(10109);
- {$EXTERNALSYM WSATYPE_NOT_FOUND}
- //
- // MessageId: WSA_E_NO_MORE
- //
- // MessageText:
- //
- // No more results can be returned by WSALookupServiceNext.
- //
- WSA_E_NO_MORE = DWORD(10110);
- {$EXTERNALSYM WSA_E_NO_MORE}
- //
- // MessageId: WSA_E_CANCELLED
- //
- // MessageText:
- //
- // A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
- //
- WSA_E_CANCELLED = DWORD(10111);
- {$EXTERNALSYM WSA_E_CANCELLED}
- //
- // MessageId: WSAEREFUSED
- //
- // MessageText:
- //
- // A database query failed because it was actively refused.
- //
- WSAEREFUSED = DWORD(10112);
- {$EXTERNALSYM WSAEREFUSED}
- //
- // MessageId: WSAHOST_NOT_FOUND
- //
- // MessageText:
- //
- // No such host is known.
- //
- WSAHOST_NOT_FOUND = DWORD(11001);
- {$EXTERNALSYM WSAHOST_NOT_FOUND}
- //
- // MessageId: WSATRY_AGAIN
- //
- // MessageText:
- //
- // 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 = DWORD(11002);
- {$EXTERNALSYM WSATRY_AGAIN}
- //
- // MessageId: WSANO_RECOVERY
- //
- // MessageText:
- //
- // A non-recoverable error occurred during a database lookup.
- //
- WSANO_RECOVERY = DWORD(11003);
- {$EXTERNALSYM WSANO_RECOVERY}
- //
- // MessageId: WSANO_DATA
- //
- // MessageText:
- //
- // The requested name is valid, but no data of the requested type was found.
- //
- WSANO_DATA = DWORD(11004);
- {$EXTERNALSYM WSANO_DATA}
- //
- // MessageId: WSA_QOS_RECEIVERS
- //
- // MessageText:
- //
- // At least one reserve has arrived.
- //
- WSA_QOS_RECEIVERS = DWORD(11005);
- {$EXTERNALSYM WSA_QOS_RECEIVERS}
- //
- // MessageId: WSA_QOS_SENDERS
- //
- // MessageText:
- //
- // At least one path has arrived.
- //
- WSA_QOS_SENDERS = DWORD(11006);
- {$EXTERNALSYM WSA_QOS_SENDERS}
- //
- // MessageId: WSA_QOS_NO_SENDERS
- //
- // MessageText:
- //
- // There are no senders.
- //
- WSA_QOS_NO_SENDERS = DWORD(11007);
- {$EXTERNALSYM WSA_QOS_NO_SENDERS}
- //
- // MessageId: WSA_QOS_NO_RECEIVERS
- //
- // MessageText:
- //
- // There are no receivers.
- //
- WSA_QOS_NO_RECEIVERS = DWORD(11008);
- {$EXTERNALSYM WSA_QOS_NO_RECEIVERS}
- //
- // MessageId: WSA_QOS_REQUEST_CONFIRMED
- //
- // MessageText:
- //
- // Reserve has been confirmed.
- //
- WSA_QOS_REQUEST_CONFIRMED = DWORD(11009);
- {$EXTERNALSYM WSA_QOS_REQUEST_CONFIRMED}
- //
- // MessageId: WSA_QOS_ADMISSION_FAILURE
- //
- // MessageText:
- //
- // Error due to lack of resources.
- //
- WSA_QOS_ADMISSION_FAILURE = DWORD(11010);
- {$EXTERNALSYM WSA_QOS_ADMISSION_FAILURE}
- //
- // MessageId: WSA_QOS_POLICY_FAILURE
- //
- // MessageText:
- //
- // Rejected for administrative reasons - bad credentials.
- //
- WSA_QOS_POLICY_FAILURE = DWORD(11011);
- {$EXTERNALSYM WSA_QOS_POLICY_FAILURE}
- //
- // MessageId: WSA_QOS_BAD_STYLE
- //
- // MessageText:
- //
- // Unknown or conflicting style.
- //
- WSA_QOS_BAD_STYLE = DWORD(11012);
- {$EXTERNALSYM WSA_QOS_BAD_STYLE}
- //
- // MessageId: WSA_QOS_BAD_OBJECT
- //
- // MessageText:
- //
- // Problem with some part of the filterspec or providerspecific buffer in general.
- //
- WSA_QOS_BAD_OBJECT = DWORD(11013);
- {$EXTERNALSYM WSA_QOS_BAD_OBJECT}
- //
- // MessageId: WSA_QOS_TRAFFIC_CTRL_ERROR
- //
- // MessageText:
- //
- // Problem with some part of the flowspec.
- //
- WSA_QOS_TRAFFIC_CTRL_ERROR = DWORD(11014);
- {$EXTERNALSYM WSA_QOS_TRAFFIC_CTRL_ERROR}
- //
- // MessageId: WSA_QOS_GENERIC_ERROR
- //
- // MessageText:
- //
- // General QOS error.
- //
- WSA_QOS_GENERIC_ERROR = DWORD(11015);
- {$EXTERNALSYM WSA_QOS_GENERIC_ERROR}
- //
- // MessageId: WSA_QOS_ESERVICETYPE
- //
- // MessageText:
- //
- // An invalid or unrecognized service type was found in the flowspec.
- //
- WSA_QOS_ESERVICETYPE = DWORD(11016);
- {$EXTERNALSYM WSA_QOS_ESERVICETYPE}
- //
- // MessageId: WSA_QOS_EFLOWSPEC
- //
- // MessageText:
- //
- // An invalid or inconsistent flowspec was found in the QOS structure.
- //
- WSA_QOS_EFLOWSPEC = DWORD(11017);
- {$EXTERNALSYM WSA_QOS_EFLOWSPEC}
- //
- // MessageId: WSA_QOS_EPROVSPECBUF
- //
- // MessageText:
- //
- // Invalid QOS provider-specific buffer.
- //
- WSA_QOS_EPROVSPECBUF = DWORD(11018);
- {$EXTERNALSYM WSA_QOS_EPROVSPECBUF}
- //
- // MessageId: WSA_QOS_EFILTERSTYLE
- //
- // MessageText:
- //
- // An invalid QOS filter style was used.
- //
- WSA_QOS_EFILTERSTYLE = DWORD(11019);
- {$EXTERNALSYM WSA_QOS_EFILTERSTYLE}
- //
- // MessageId: WSA_QOS_EFILTERTYPE
- //
- // MessageText:
- //
- // An invalid QOS filter type was used.
- //
- WSA_QOS_EFILTERTYPE = DWORD(11020);
- {$EXTERNALSYM WSA_QOS_EFILTERTYPE}
- //
- // MessageId: WSA_QOS_EFILTERCOUNT
- //
- // MessageText:
- //
- // An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
- //
- WSA_QOS_EFILTERCOUNT = DWORD(11021);
- {$EXTERNALSYM WSA_QOS_EFILTERCOUNT}
- //
- // MessageId: WSA_QOS_EOBJLENGTH
- //
- // MessageText:
- //
- // An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
- //
- WSA_QOS_EOBJLENGTH = DWORD(11022);
- {$EXTERNALSYM WSA_QOS_EOBJLENGTH}
- //
- // MessageId: WSA_QOS_EFLOWCOUNT
- //
- // MessageText:
- //
- // An incorrect number of flow descriptors was specified in the QOS structure.
- //
- WSA_QOS_EFLOWCOUNT = DWORD(11023);
- {$EXTERNALSYM WSA_QOS_EFLOWCOUNT}
- //
- // MessageId: WSA_QOS_EUNKOWNPSOBJ
- //
- // MessageText:
- //
- // An unrecognized object was found in the QOS provider-specific buffer.
- //
- WSA_QOS_EUNKOWNPSOBJ = DWORD(11024);
- {$EXTERNALSYM WSA_QOS_EUNKOWNPSOBJ}
- //
- // MessageId: WSA_QOS_EPOLICYOBJ
- //
- // MessageText:
- //
- // An invalid policy object was found in the QOS provider-specific buffer.
- //
- WSA_QOS_EPOLICYOBJ = DWORD(11025);
- {$EXTERNALSYM WSA_QOS_EPOLICYOBJ}
- //
- // MessageId: WSA_QOS_EFLOWDESC
- //
- // MessageText:
- //
- // An invalid QOS flow descriptor was found in the flow descriptor list.
- //
- WSA_QOS_EFLOWDESC = DWORD(11026);
- {$EXTERNALSYM WSA_QOS_EFLOWDESC}
- //
- // MessageId: WSA_QOS_EPSFLOWSPEC
- //
- // MessageText:
- //
- // An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
- //
- WSA_QOS_EPSFLOWSPEC = DWORD(11027);
- {$EXTERNALSYM WSA_QOS_EPSFLOWSPEC}
- //
- // MessageId: WSA_QOS_EPSFILTERSPEC
- //
- // MessageText:
- //
- // An invalid FILTERSPEC was found in the QOS provider-specific buffer.
- //
- WSA_QOS_EPSFILTERSPEC = DWORD(11028);
- {$EXTERNALSYM WSA_QOS_EPSFILTERSPEC}
- //
- // MessageId: WSA_QOS_ESDMODEOBJ
- //
- // MessageText:
- //
- // An invalid shape discard mode object was found in the QOS provider specific buffer.
- //
- WSA_QOS_ESDMODEOBJ = DWORD(11029);
- {$EXTERNALSYM WSA_QOS_ESDMODEOBJ}
- //
- // MessageId: WSA_QOS_ESHAPERATEOBJ
- //
- // MessageText:
- //
- // An invalid shaping rate object was found in the QOS provider-specific buffer.
- //
- WSA_QOS_ESHAPERATEOBJ = DWORD(11030);
- {$EXTERNALSYM WSA_QOS_ESHAPERATEOBJ}
- //
- // MessageId: WSA_QOS_RESERVED_PETYPE
- //
- // MessageText:
- //
- // A reserved policy element was found in the QOS provider-specific buffer.
- //
- WSA_QOS_RESERVED_PETYPE = DWORD(11031);
- {$EXTERNALSYM WSA_QOS_RESERVED_PETYPE}
- ///////////////////////////////////////////////////
- // //
- // End of WinSock Error Codes //
- // //
- // 10000 to 11999 //
- ///////////////////////////////////////////////////
- ///////////////////////////////////////////////////
- // //
- // Side By Side Error Codes //
- // //
- // 14000 to 14999 //
- ///////////////////////////////////////////////////
- //
- // MessageId: ERROR_SXS_SECTION_NOT_FOUND
- //
- // MessageText:
- //
- // The requested section was not present in the activation context.
- //
- ERROR_SXS_SECTION_NOT_FOUND = DWORD(14000);
- {$EXTERNALSYM ERROR_SXS_SECTION_NOT_FOUND}
- //
- // MessageId: ERROR_SXS_CANT_GEN_ACTCTX
- //
- // MessageText:
- //
- // This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
- //
- ERROR_SXS_CANT_GEN_ACTCTX = DWORD(14001);
- {$EXTERNALSYM ERROR_SXS_CANT_GEN_ACTCTX}
- //
- // MessageId: ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
- //
- // MessageText:
- //
- // The application binding data format is invalid.
- //
- ERROR_SXS_INVALID_ACTCTXDATA_FORMAT = DWORD(14002);
- {$EXTERNALSYM ERROR_SXS_INVALID_ACTCTXDATA_FORMAT}
- //
- // MessageId: ERROR_SXS_ASSEMBLY_NOT_FOUND
- //
- // MessageText:
- //
- // The referenced assembly is not installed on your system.
- //
- ERROR_SXS_ASSEMBLY_NOT_FOUND = DWORD(14003);
- {$EXTERNALSYM ERROR_SXS_ASSEMBLY_NOT_FOUND}
- //
- // MessageId: ERROR_SXS_MANIFEST_FORMAT_ERROR
- //
- // MessageText:
- //
- // The manifest file does not begin with the required tag and format information.
- //
- ERROR_SXS_MANIFEST_FORMAT_ERROR = DWORD(14004);
- {$EXTERNALSYM ERROR_SXS_MANIFEST_FORMAT_ERROR}
- //
- // MessageId: ERROR_SXS_MANIFEST_PARSE_ERROR
- //
- // MessageText:
- //
- // The manifest file contains one or more syntax errors.
- //
- ERROR_SXS_MANIFEST_PARSE_ERROR = DWORD(14005);
- {$EXTERNALSYM ERROR_SXS_MANIFEST_PARSE_ERROR}
- //
- // MessageId: ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
- //
- // MessageText:
- //
- // The application attempted to activate a disabled activation context.
- //
- ERROR_SXS_ACTIVATION_CONTEXT_DISABLED = DWORD(14006);
- {$EXTERNALSYM ERROR_SXS_ACTIVATION_CONTEXT_DISABLED}
- //
- // MessageId: ERROR_SXS_KEY_NOT_FOUND
- //
- // MessageText:
- //
- // The requested lookup key was not found in any active activation context.
- //
- ERROR_SXS_KEY_NOT_FOUND = DWORD(14007);
- {$EXTERNALSYM ERROR_SXS_KEY_NOT_FOUND}
- //
- // MessageId: ERROR_SXS_VERSION_CONFLICT
- //
- // MessageText:
- //
- // A component version required by the application conflicts with another component version already active.
- //
- ERROR_SXS_VERSION_CONFLICT = DWORD(14008);
- {$EXTERNALSYM ERROR_SXS_VERSION_CONFLICT}
- //
- // MessageId: ERROR_SXS_WRONG_SECTION_TYPE
- //
- // MessageText:
- //
- // The type requested activation context section does not match the query API used.
- //
- ERROR_SXS_WRONG_SECTION_TYPE = DWORD(14009);
- {$EXTERNALSYM ERROR_SXS_WRONG_SECTION_TYPE}
- //
- // MessageId: ERROR_SXS_THREAD_QUERIES_DISABLED
- //
- // MessageText:
- //
- // Lack of system resources has required isolated activation to be disabled for the current thread of execution.
- //
- ERROR_SXS_THREAD_QUERIES_DISABLED = DWORD(14010);
- {$EXTERNALSYM ERROR_SXS_THREAD_QUERIES_DISABLED}
- //
- // MessageId: ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
- //
- // MessageText:
- //
- // An attempt to set the process default activation context failed because the process default activation context was already set.
- //
- ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET = DWORD(14011);
- {$EXTERNALSYM ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET}
- //
- // MessageId: ERROR_SXS_UNKNOWN_ENCODING_GROUP
- //
- // MessageText:
- //
- // The encoding group identifier specified is not recognized.
- //
- ERROR_SXS_UNKNOWN_ENCODING_GROUP = DWORD(14012);
- {$EXTERNALSYM ERROR_SXS_UNKNOWN_ENCODING_GROUP}
- //
- // MessageId: ERROR_SXS_UNKNOWN_ENCODING
- //
- // MessageText:
- //
- // The encoding requested is not recognized.
- //
- ERROR_SXS_UNKNOWN_ENCODING = DWORD(14013);
- {$EXTERNALSYM ERROR_SXS_UNKNOWN_ENCODING}
- //
- // MessageId: ERROR_SXS_INVALID_XML_NAMESPACE_URI
- //
- // MessageText:
- //
- // The manifest contains a reference to an invalid URI.
- //
- ERROR_SXS_INVALID_XML_NAMESPACE_URI = DWORD(14014);
- {$EXTERNALSYM ERROR_SXS_INVALID_XML_NAMESPACE_URI}
- //
- // MessageId: ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
- //
- // MessageText:
- //
- // The application manifest contains a reference to a dependent assembly which is not installed
- //
- ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED = DWORD(14015);
- {$EXTERNALSYM ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED}
- //
- // MessageId: ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
- //
- // MessageText:
- //
- // The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
- //
- ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED = DWORD(14016);
- {$EXTERNALSYM ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED}
- //
- // MessageId: ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
- //
- // MessageText:
- //
- // The manifest contains an attribute for the assembly identity which is not valid.
- //
- ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE = DWORD(14017);
- {$EXTERNALSYM ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE}
- //
- // MessageId: ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
- //
- // MessageText:
- //
- // The manifest is missing the required default namespace specification on the assembly element.
- //
- ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE = DWORD(14018);
- {$EXTERNALSYM ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE}
- //
- // MessageId: ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
- //
- // MessageText:
- //
- // The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".
- //
- ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE = DWORD(14019);
- {$EXTERNALSYM ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE}
- //
- // MessageId: ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
- //
- // MessageText:
- //
- // The private manifest probed has crossed reparse-point-associated path
- //
- ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT = DWORD(14020);
- {$EXTERNALSYM ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT}
- //
- // MessageId: ERROR_SXS_DUPLICATE_DLL_NAME
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have files by the same name.
- //
- ERROR_SXS_DUPLICATE_DLL_NAME = DWORD(14021);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_DLL_NAME}
- //
- // MessageId: ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
- //
- ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME = DWORD(14022);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME}
- //
- // MessageId: ERROR_SXS_DUPLICATE_CLSID
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
- //
- ERROR_SXS_DUPLICATE_CLSID = DWORD(14023);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_CLSID}
- //
- // MessageId: ERROR_SXS_DUPLICATE_IID
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
- //
- ERROR_SXS_DUPLICATE_IID = DWORD(14024);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_IID}
- //
- // MessageId: ERROR_SXS_DUPLICATE_TLBID
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
- //
- ERROR_SXS_DUPLICATE_TLBID = DWORD(14025);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_TLBID}
- //
- // MessageId: ERROR_SXS_DUPLICATE_PROGID
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
- //
- ERROR_SXS_DUPLICATE_PROGID = DWORD(14026);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_PROGID}
- //
- // MessageId: ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
- //
- // MessageText:
- //
- // Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
- //
- ERROR_SXS_DUPLICATE_ASSEMBLY_NAME = DWORD(14027);
- {$EXTERNALSYM ERROR_SXS_DUPLICATE_ASSEMBLY_NAME}
- //
- // MessageId: ERROR_SXS_FILE_HASH_MISMATCH
- //
- // MessageText:
- //
- // A component's file does not match the verification information present in the
- // component manifest.
- //
- ERROR_SXS_FILE_HASH_MISMATCH = DWORD(14028);
- {$EXTERNALSYM ERROR_SXS_FILE_HASH_MISMATCH}
- //
- // MessageId: ERROR_SXS_POLICY_PARSE_ERROR
- //
- // MessageText:
- //
- // The policy manifest contains one or more syntax errors.
- //
- ERROR_SXS_POLICY_PARSE_ERROR = DWORD(14029);
- {$EXTERNALSYM ERROR_SXS_POLICY_PARSE_ERROR}
- //
- // MessageId: ERROR_SXS_XML_E_MISSINGQUOTE
- //
- // MessageText:
- //
- // Manifest Parse Error : A string literal was expected, but no opening quote character was found.
- //
- ERROR_SXS_XML_E_MISSINGQUOTE = DWORD(14030);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSINGQUOTE}
- //
- // MessageId: ERROR_SXS_XML_E_COMMENTSYNTAX
- //
- // MessageText:
- //
- // Manifest Parse Error : Incorrect syntax was used in a comment.
- //
- ERROR_SXS_XML_E_COMMENTSYNTAX = DWORD(14031);
- {$EXTERNALSYM ERROR_SXS_XML_E_COMMENTSYNTAX}
- //
- // MessageId: ERROR_SXS_XML_E_BADSTARTNAMECHAR
- //
- // MessageText:
- //
- // Manifest Parse Error : A name was started with an invalid character.
- //
- ERROR_SXS_XML_E_BADSTARTNAMECHAR = DWORD(14032);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADSTARTNAMECHAR}
- //
- // MessageId: ERROR_SXS_XML_E_BADNAMECHAR
- //
- // MessageText:
- //
- // Manifest Parse Error : A name contained an invalid character.
- //
- ERROR_SXS_XML_E_BADNAMECHAR = DWORD(14033);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADNAMECHAR}
- //
- // MessageId: ERROR_SXS_XML_E_BADCHARINSTRING
- //
- // MessageText:
- //
- // Manifest Parse Error : A string literal contained an invalid character.
- //
- ERROR_SXS_XML_E_BADCHARINSTRING = DWORD(14034);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADCHARINSTRING}
- //
- // MessageId: ERROR_SXS_XML_E_XMLDECLSYNTAX
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid syntax for an xml declaration.
- //
- ERROR_SXS_XML_E_XMLDECLSYNTAX = DWORD(14035);
- {$EXTERNALSYM ERROR_SXS_XML_E_XMLDECLSYNTAX}
- //
- // MessageId: ERROR_SXS_XML_E_BADCHARDATA
- //
- // MessageText:
- //
- // Manifest Parse Error : An Invalid character was found in text content.
- //
- ERROR_SXS_XML_E_BADCHARDATA = DWORD(14036);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADCHARDATA}
- //
- // MessageId: ERROR_SXS_XML_E_MISSINGWHITESPACE
- //
- // MessageText:
- //
- // Manifest Parse Error : Required white space was missing.
- //
- ERROR_SXS_XML_E_MISSINGWHITESPACE = DWORD(14037);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSINGWHITESPACE}
- //
- // MessageId: ERROR_SXS_XML_E_EXPECTINGTAGEND
- //
- // MessageText:
- //
- // Manifest Parse Error : The character '>' was expected.
- //
- ERROR_SXS_XML_E_EXPECTINGTAGEND = DWORD(14038);
- {$EXTERNALSYM ERROR_SXS_XML_E_EXPECTINGTAGEND}
- //
- // MessageId: ERROR_SXS_XML_E_MISSINGSEMICOLON
- //
- // MessageText:
- //
- // Manifest Parse Error : A semi colon character was expected.
- //
- ERROR_SXS_XML_E_MISSINGSEMICOLON = DWORD(14039);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSINGSEMICOLON}
- //
- // MessageId: ERROR_SXS_XML_E_UNBALANCEDPAREN
- //
- // MessageText:
- //
- // Manifest Parse Error : Unbalanced parentheses.
- //
- ERROR_SXS_XML_E_UNBALANCEDPAREN = DWORD(14040);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNBALANCEDPAREN}
- //
- // MessageId: ERROR_SXS_XML_E_INTERNALERROR
- //
- // MessageText:
- //
- // Manifest Parse Error : Internal error.
- //
- ERROR_SXS_XML_E_INTERNALERROR = DWORD(14041);
- {$EXTERNALSYM ERROR_SXS_XML_E_INTERNALERROR}
- //
- // MessageId: ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
- //
- // MessageText:
- //
- // Manifest Parse Error : Whitespace is not allowed at this location.
- //
- ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE = DWORD(14042);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE}
- //
- // MessageId: ERROR_SXS_XML_E_INCOMPLETE_ENCODING
- //
- // MessageText:
- //
- // Manifest Parse Error : End of file reached in invalid state for current encoding.
- //
- ERROR_SXS_XML_E_INCOMPLETE_ENCODING = DWORD(14043);
- {$EXTERNALSYM ERROR_SXS_XML_E_INCOMPLETE_ENCODING}
- //
- // MessageId: ERROR_SXS_XML_E_MISSING_PAREN
- //
- // MessageText:
- //
- // Manifest Parse Error : Missing parenthesis.
- //
- ERROR_SXS_XML_E_MISSING_PAREN = DWORD(14044);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSING_PAREN}
- //
- // MessageId: ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
- //
- // MessageText:
- //
- // Manifest Parse Error : A single or double closing quote character (' or ") is missing.
- //
- ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE = DWORD(14045);
- {$EXTERNALSYM ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE}
- //
- // MessageId: ERROR_SXS_XML_E_MULTIPLE_COLONS
- //
- // MessageText:
- //
- // Manifest Parse Error : Multiple colons are not allowed in a name.
- //
- ERROR_SXS_XML_E_MULTIPLE_COLONS = DWORD(14046);
- {$EXTERNALSYM ERROR_SXS_XML_E_MULTIPLE_COLONS}
- //
- // MessageId: ERROR_SXS_XML_E_INVALID_DECIMAL
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid character for decimal digit.
- //
- ERROR_SXS_XML_E_INVALID_DECIMAL = DWORD(14047);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALID_DECIMAL}
- //
- // MessageId: ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid character for hexidecimal digit.
- //
- ERROR_SXS_XML_E_INVALID_HEXIDECIMAL = DWORD(14048);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALID_HEXIDECIMAL}
- //
- // MessageId: ERROR_SXS_XML_E_INVALID_UNICODE
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid unicode character value for this platform.
- //
- ERROR_SXS_XML_E_INVALID_UNICODE = DWORD(14049);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALID_UNICODE}
- //
- // MessageId: ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
- //
- // MessageText:
- //
- // Manifest Parse Error : Expecting whitespace or '?'.
- //
- ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK = DWORD(14050);
- {$EXTERNALSYM ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK}
- //
- // MessageId: ERROR_SXS_XML_E_UNEXPECTEDENDTAG
- //
- // MessageText:
- //
- // Manifest Parse Error : End tag was not expected at this location.
- //
- ERROR_SXS_XML_E_UNEXPECTEDENDTAG = DWORD(14051);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNEXPECTEDENDTAG}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDTAG
- //
- // MessageText:
- //
- // Manifest Parse Error : The following tags were not closed: %1.
- //
- ERROR_SXS_XML_E_UNCLOSEDTAG = DWORD(14052);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDTAG}
- //
- // MessageId: ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
- //
- // MessageText:
- //
- // Manifest Parse Error : Duplicate attribute.
- //
- ERROR_SXS_XML_E_DUPLICATEATTRIBUTE = DWORD(14053);
- {$EXTERNALSYM ERROR_SXS_XML_E_DUPLICATEATTRIBUTE}
- //
- // MessageId: ERROR_SXS_XML_E_MULTIPLEROOTS
- //
- // MessageText:
- //
- // Manifest Parse Error : Only one top level element is allowed in an XML document.
- //
- ERROR_SXS_XML_E_MULTIPLEROOTS = DWORD(14054);
- {$EXTERNALSYM ERROR_SXS_XML_E_MULTIPLEROOTS}
- //
- // MessageId: ERROR_SXS_XML_E_INVALIDATROOTLEVEL
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid at the top level of the document.
- //
- ERROR_SXS_XML_E_INVALIDATROOTLEVEL = DWORD(14055);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALIDATROOTLEVEL}
- //
- // MessageId: ERROR_SXS_XML_E_BADXMLDECL
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid xml declaration.
- //
- ERROR_SXS_XML_E_BADXMLDECL = DWORD(14056);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADXMLDECL}
- //
- // MessageId: ERROR_SXS_XML_E_MISSINGROOT
- //
- // MessageText:
- //
- // Manifest Parse Error : XML document must have a top level element.
- //
- ERROR_SXS_XML_E_MISSINGROOT = DWORD(14057);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSINGROOT}
- //
- // MessageId: ERROR_SXS_XML_E_UNEXPECTEDEOF
- //
- // MessageText:
- //
- // Manifest Parse Error : Unexpected end of file.
- //
- ERROR_SXS_XML_E_UNEXPECTEDEOF = DWORD(14058);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNEXPECTEDEOF}
- //
- // MessageId: ERROR_SXS_XML_E_BADPEREFINSUBSET
- //
- // MessageText:
- //
- // Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
- //
- ERROR_SXS_XML_E_BADPEREFINSUBSET = DWORD(14059);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADPEREFINSUBSET}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
- //
- // MessageText:
- //
- // Manifest Parse Error : Element was not closed.
- //
- ERROR_SXS_XML_E_UNCLOSEDSTARTTAG = DWORD(14060);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDSTARTTAG}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDENDTAG
- //
- // MessageText:
- //
- // Manifest Parse Error : End element was missing the character '>'.
- //
- ERROR_SXS_XML_E_UNCLOSEDENDTAG = DWORD(14061);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDENDTAG}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDSTRING
- //
- // MessageText:
- //
- // Manifest Parse Error : A string literal was not closed.
- //
- ERROR_SXS_XML_E_UNCLOSEDSTRING = DWORD(14062);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDSTRING}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDCOMMENT
- //
- // MessageText:
- //
- // Manifest Parse Error : A comment was not closed.
- //
- ERROR_SXS_XML_E_UNCLOSEDCOMMENT = DWORD(14063);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDCOMMENT}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDDECL
- //
- // MessageText:
- //
- // Manifest Parse Error : A declaration was not closed.
- //
- ERROR_SXS_XML_E_UNCLOSEDDECL = DWORD(14064);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDDECL}
- //
- // MessageId: ERROR_SXS_XML_E_UNCLOSEDCDATA
- //
- // MessageText:
- //
- // Manifest Parse Error : A CDATA section was not closed.
- //
- ERROR_SXS_XML_E_UNCLOSEDCDATA = DWORD(14065);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNCLOSEDCDATA}
- //
- // MessageId: ERROR_SXS_XML_E_RESERVEDNAMESPACE
- //
- // MessageText:
- //
- // Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
- //
- ERROR_SXS_XML_E_RESERVEDNAMESPACE = DWORD(14066);
- {$EXTERNALSYM ERROR_SXS_XML_E_RESERVEDNAMESPACE}
- //
- // MessageId: ERROR_SXS_XML_E_INVALIDENCODING
- //
- // MessageText:
- //
- // Manifest Parse Error : System does not support the specified encoding.
- //
- ERROR_SXS_XML_E_INVALIDENCODING = DWORD(14067);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALIDENCODING}
- //
- // MessageId: ERROR_SXS_XML_E_INVALIDSWITCH
- //
- // MessageText:
- //
- // Manifest Parse Error : Switch from current encoding to specified encoding not supported.
- //
- ERROR_SXS_XML_E_INVALIDSWITCH = DWORD(14068);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALIDSWITCH}
- //
- // MessageId: ERROR_SXS_XML_E_BADXMLCASE
- //
- // MessageText:
- //
- // Manifest Parse Error : The name 'xml' is reserved and must be lower case.
- //
- ERROR_SXS_XML_E_BADXMLCASE = DWORD(14069);
- {$EXTERNALSYM ERROR_SXS_XML_E_BADXMLCASE}
- //
- // MessageId: ERROR_SXS_XML_E_INVALID_STANDALONE
- //
- // MessageText:
- //
- // Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
- //
- ERROR_SXS_XML_E_INVALID_STANDALONE = DWORD(14070);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALID_STANDALONE}
- //
- // MessageId: ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
- //
- // MessageText:
- //
- // Manifest Parse Error : The standalone attribute cannot be used in external entities.
- //
- ERROR_SXS_XML_E_UNEXPECTED_STANDALONE = DWORD(14071);
- {$EXTERNALSYM ERROR_SXS_XML_E_UNEXPECTED_STANDALONE}
- //
- // MessageId: ERROR_SXS_XML_E_INVALID_VERSION
- //
- // MessageText:
- //
- // Manifest Parse Error : Invalid version number.
- //
- ERROR_SXS_XML_E_INVALID_VERSION = DWORD(14072);
- {$EXTERNALSYM ERROR_SXS_XML_E_INVALID_VERSION}
- //
- // MessageId: ERROR_SXS_XML_E_MISSINGEQUALS
- //
- // MessageText:
- //
- // Manifest Parse Error : Missing equals sign between attribute and attribute value.
- //
- ERROR_SXS_XML_E_MISSINGEQUALS = DWORD(14073);
- {$EXTERNALSYM ERROR_SXS_XML_E_MISSINGEQUALS}
- //
- // MessageId: ERROR_SXS_PROTECTION_RECOVERY_FAILED
- //
- // MessageText:
- //
- // Assembly Protection Error : Unable to recover the specified assembly.
- //
- ERROR_SXS_PROTECTION_RECOVERY_FAILED = DWORD(14074);
- {$EXTERNALSYM ERROR_SXS_PROTECTION_RECOVERY_FAILED}
- //
- // MessageId: ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
- //
- // MessageText:
- //
- // Assembly Protection Error : The public key for an assembly was too short to be allowed.
- //
- ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT = DWORD(14075);
- {$EXTERNALSYM ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT}
- //
- // MessageId: ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
- //
- // MessageText:
- //
- // Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
- //
- ERROR_SXS_PROTECTION_CATALOG_NOT_VALID = DWORD(14076);
- {$EXTERNALSYM ERROR_SXS_PROTECTION_CATALOG_NOT_VALID}
- //
- // MessageId: ERROR_SXS_UNTRANSLATABLE_HRESULT
- //
- // MessageText:
- //
- // An HRESULT could not be translated to a corresponding Win32 error code.
- //
- ERROR_SXS_UNTRANSLATABLE_HRESULT = DWORD(14077);
- {$EXTERNALSYM ERROR_SXS_UNTRANSLATABLE_HRESULT}
- //
- // MessageId: ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
- //
- // MessageText:
- //
- // Assembly Protection Error : The catalog for an assembly is missing.
- //
- ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING = DWORD(14078);
- {$EXTERNALSYM ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING}
- //
- // MessageId: ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
- //
- // MessageText:
- //
- // The supplied assembly identity is missing one or more attributes which must be present in this context.
- //
- ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE = DWORD(14079);
- {$EXTERNALSYM ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE}
- //
- // MessageId: ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
- //
- // MessageText:
- //
- // The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
- //
- ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME = DWORD(14080);
- {$EXTERNALSYM ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME}
- ///////////////////////////////////////////////////
- // //
- // End of Side By Side Error Codes //
- // //
- // 14000 to 14999 //
- ///////////////////////////////////////////////////
- ///////////////////////////////////////////////////
- // //
- // Start of IPSec Error codes //
- // //
- // 13000 to 13999 //
- ///////////////////////////////////////////////////
- //
- // MessageId: ERROR_IPSEC_QM_POLICY_EXISTS
- //
- // MessageText:
- //
- // The specified quick mode policy already exists.
- //
- ERROR_IPSEC_QM_POLICY_EXISTS = DWORD(13000);
- {$EXTERNALSYM ERROR_IPSEC_QM_POLICY_EXISTS}
- //
- // MessageId: ERROR_IPSEC_QM_POLICY_NOT_FOUND
- //
- // MessageText:
- //
- // The specified quick mode policy was not found.
- //
- ERROR_IPSEC_QM_POLICY_NOT_FOUND = DWORD(13001);
- {$EXTERNALSYM ERROR_IPSEC_QM_POLICY_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_QM_POLICY_IN_USE
- //
- // MessageText:
- //
- // The specified quick mode policy is being used.
- //
- ERROR_IPSEC_QM_POLICY_IN_USE = DWORD(13002);
- {$EXTERNALSYM ERROR_IPSEC_QM_POLICY_IN_USE}
- //
- // MessageId: ERROR_IPSEC_MM_POLICY_EXISTS
- //
- // MessageText:
- //
- // The specified main mode policy already exists.
- //
- ERROR_IPSEC_MM_POLICY_EXISTS = DWORD(13003);
- {$EXTERNALSYM ERROR_IPSEC_MM_POLICY_EXISTS}
- //
- // MessageId: ERROR_IPSEC_MM_POLICY_NOT_FOUND
- //
- // MessageText:
- //
- // The specified main mode policy was not found
- //
- ERROR_IPSEC_MM_POLICY_NOT_FOUND = DWORD(13004);
- {$EXTERNALSYM ERROR_IPSEC_MM_POLICY_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_MM_POLICY_IN_USE
- //
- // MessageText:
- //
- // The specified main mode policy is being used.
- //
- ERROR_IPSEC_MM_POLICY_IN_USE = DWORD(13005);
- {$EXTERNALSYM ERROR_IPSEC_MM_POLICY_IN_USE}
- //
- // MessageId: ERROR_IPSEC_MM_FILTER_EXISTS
- //
- // MessageText:
- //
- // The specified main mode filter already exists.
- //
- ERROR_IPSEC_MM_FILTER_EXISTS = DWORD(13006);
- {$EXTERNALSYM ERROR_IPSEC_MM_FILTER_EXISTS}
- //
- // MessageId: ERROR_IPSEC_MM_FILTER_NOT_FOUND
- //
- // MessageText:
- //
- // The specified main mode filter was not found.
- //
- ERROR_IPSEC_MM_FILTER_NOT_FOUND = DWORD(13007);
- {$EXTERNALSYM ERROR_IPSEC_MM_FILTER_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
- //
- // MessageText:
- //
- // The specified transport mode filter already exists.
- //
- ERROR_IPSEC_TRANSPORT_FILTER_EXISTS = DWORD(13008);
- {$EXTERNALSYM ERROR_IPSEC_TRANSPORT_FILTER_EXISTS}
- //
- // MessageId: ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
- //
- // MessageText:
- //
- // The specified transport mode filter does not exist.
- //
- ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND = DWORD(13009);
- {$EXTERNALSYM ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_MM_AUTH_EXISTS
- //
- // MessageText:
- //
- // The specified main mode authentication list exists.
- //
- ERROR_IPSEC_MM_AUTH_EXISTS = DWORD(13010);
- {$EXTERNALSYM ERROR_IPSEC_MM_AUTH_EXISTS}
- //
- // MessageId: ERROR_IPSEC_MM_AUTH_NOT_FOUND
- //
- // MessageText:
- //
- // The specified main mode authentication list was not found.
- //
- ERROR_IPSEC_MM_AUTH_NOT_FOUND = DWORD(13011);
- {$EXTERNALSYM ERROR_IPSEC_MM_AUTH_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_MM_AUTH_IN_USE
- //
- // MessageText:
- //
- // The specified quick mode policy is being used.
- //
- ERROR_IPSEC_MM_AUTH_IN_USE = DWORD(13012);
- {$EXTERNALSYM ERROR_IPSEC_MM_AUTH_IN_USE}
- //
- // MessageId: ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
- //
- // MessageText:
- //
- // The specified main mode policy was not found.
- //
- ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND = DWORD(13013);
- {$EXTERNALSYM ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
- //
- // MessageText:
- //
- // The specified quick mode policy was not found
- //
- ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND = DWORD(13014);
- {$EXTERNALSYM ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
- //
- // MessageText:
- //
- // The manifest file contains one or more syntax errors.
- //
- ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND = DWORD(13015);
- {$EXTERNALSYM ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_TUNNEL_FILTER_EXISTS
- //
- // MessageText:
- //
- // The application attempted to activate a disabled activation context.
- //
- ERROR_IPSEC_TUNNEL_FILTER_EXISTS = DWORD(13016);
- {$EXTERNALSYM ERROR_IPSEC_TUNNEL_FILTER_EXISTS}
- //
- // MessageId: ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
- //
- // MessageText:
- //
- // The requested lookup key was not found in any active activation context.
- //
- ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND = DWORD(13017);
- {$EXTERNALSYM ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND}
- //
- // MessageId: ERROR_IPSEC_MM_FILTER_PENDING_DELETION
- //
- // MessageText:
- //
- // The Main Mode filter is pending deletion.
- //
- ERROR_IPSEC_MM_FILTER_PENDING_DELETION = DWORD(13018);
- {$EXTERNALSYM ERROR_IPSEC_MM_FILTER_PENDING_DELETION}
- //
- // MessageId: ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
- //
- // MessageText:
- //
- // The transport filter is pending deletion.
- //
- ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION = DWORD(13019);
- {$EXTERNALSYM ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION}
- //
- // MessageId: ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
- //
- // MessageText:
- //
- // The tunnel filter is pending deletion.
- //
- ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION = DWORD(13020);
- {$EXTERNALSYM ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION}
- //
- // MessageId: ERROR_IPSEC_MM_POLICY_PENDING_DELETION
- //
- // MessageText:
- //
- // The Main Mode policy is pending deletion.
- //
- ERROR_IPSEC_MM_POLICY_PENDING_DELETION = DWORD(13021);
- {$EXTERNALSYM ERROR_IPSEC_MM_POLICY_PENDING_DELETION}
- //
- // MessageId: ERROR_IPSEC_MM_AUTH_PENDING_DELETION
- //
- // MessageText:
- //
- // The Main Mode authentication bundle is pending deletion.
- //
- ERROR_IPSEC_MM_AUTH_PENDING_DELETION = DWORD(13022);
- {$EXTERNALSYM ERROR_IPSEC_MM_AUTH_PENDING_DELETION}
- //
- // MessageId: ERROR_IPSEC_QM_POLICY_PENDING_DELETION
- //
- // MessageText:
- //
- // The Quick Mode policy is pending deletion.
- //
- ERROR_IPSEC_QM_POLICY_PENDING_DELETION = DWORD(13023);
- {$EXTERNALSYM ERROR_IPSEC_QM_POLICY_PENDING_DELETION}
- //
- // MessageId: WARNING_IPSEC_MM_POLICY_PRUNED
- //
- // MessageText:
- //
- // The Main Mode policy was successfully added, but some of the requested offers are not supported.
- //
- WARNING_IPSEC_MM_POLICY_PRUNED = DWORD(13024);
- {$EXTERNALSYM WARNING_IPSEC_MM_POLICY_PRUNED}
- //
- // MessageId: WARNING_IPSEC_QM_POLICY_PRUNED
- //
- // MessageText:
- //
- // The Quick Mode policy was successfully added, but some of the requested offers are not supported.
- //
- WARNING_IPSEC_QM_POLICY_PRUNED = DWORD(13025);
- {$EXTERNALSYM WARNING_IPSEC_QM_POLICY_PRUNED}
- //
- // MessageId: ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
- //
- // MessageText:
- //
- // ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
- //
- ERROR_IPSEC_IKE_NEG_STATUS_BEGIN = DWORD(13800);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NEG_STATUS_BEGIN}
- //
- // MessageId: ERROR_IPSEC_IKE_AUTH_FAIL
- //
- // MessageText:
- //
- // IKE authentication credentials are unacceptable
- //
- ERROR_IPSEC_IKE_AUTH_FAIL = DWORD(13801);
- {$EXTERNALSYM ERROR_IPSEC_IKE_AUTH_FAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_ATTRIB_FAIL
- //
- // MessageText:
- //
- // IKE security attributes are unacceptable
- //
- ERROR_IPSEC_IKE_ATTRIB_FAIL = DWORD(13802);
- {$EXTERNALSYM ERROR_IPSEC_IKE_ATTRIB_FAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_NEGOTIATION_PENDING
- //
- // MessageText:
- //
- // IKE Negotiation in progress
- //
- ERROR_IPSEC_IKE_NEGOTIATION_PENDING = DWORD(13803);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NEGOTIATION_PENDING}
- //
- // MessageId: ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
- //
- // MessageText:
- //
- // General processing error
- //
- ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR = DWORD(13804);
- {$EXTERNALSYM ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR}
- //
- // MessageId: ERROR_IPSEC_IKE_TIMED_OUT
- //
- // MessageText:
- //
- // Negotiation timed out
- //
- ERROR_IPSEC_IKE_TIMED_OUT = DWORD(13805);
- {$EXTERNALSYM ERROR_IPSEC_IKE_TIMED_OUT}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_CERT
- //
- // MessageText:
- //
- // IKE failed to find valid machine certificate
- //
- ERROR_IPSEC_IKE_NO_CERT = DWORD(13806);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_CERT}
- //
- // MessageId: ERROR_IPSEC_IKE_SA_DELETED
- //
- // MessageText:
- //
- // IKE SA deleted by peer before establishment completed
- //
- ERROR_IPSEC_IKE_SA_DELETED = DWORD(13807);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SA_DELETED}
- //
- // MessageId: ERROR_IPSEC_IKE_SA_REAPED
- //
- // MessageText:
- //
- // IKE SA deleted before establishment completed
- //
- ERROR_IPSEC_IKE_SA_REAPED = DWORD(13808);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SA_REAPED}
- //
- // MessageId: ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
- //
- // MessageText:
- //
- // Negotiation request sat in Queue too long
- //
- ERROR_IPSEC_IKE_MM_ACQUIRE_DROP = DWORD(13809);
- {$EXTERNALSYM ERROR_IPSEC_IKE_MM_ACQUIRE_DROP}
- //
- // MessageId: ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
- //
- // MessageText:
- //
- // Negotiation request sat in Queue too long
- //
- ERROR_IPSEC_IKE_QM_ACQUIRE_DROP = DWORD(13810);
- {$EXTERNALSYM ERROR_IPSEC_IKE_QM_ACQUIRE_DROP}
- //
- // MessageId: ERROR_IPSEC_IKE_QUEUE_DROP_MM
- //
- // MessageText:
- //
- // Negotiation request sat in Queue too long
- //
- ERROR_IPSEC_IKE_QUEUE_DROP_MM = DWORD(13811);
- {$EXTERNALSYM ERROR_IPSEC_IKE_QUEUE_DROP_MM}
- //
- // MessageId: ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
- //
- // MessageText:
- //
- // Negotiation request sat in Queue too long
- //
- ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM = DWORD(13812);
- {$EXTERNALSYM ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM}
- //
- // MessageId: ERROR_IPSEC_IKE_DROP_NO_RESPONSE
- //
- // MessageText:
- //
- // No response from peer
- //
- ERROR_IPSEC_IKE_DROP_NO_RESPONSE = DWORD(13813);
- {$EXTERNALSYM ERROR_IPSEC_IKE_DROP_NO_RESPONSE}
- //
- // MessageId: ERROR_IPSEC_IKE_MM_DELAY_DROP
- //
- // MessageText:
- //
- // Negotiation took too long
- //
- ERROR_IPSEC_IKE_MM_DELAY_DROP = DWORD(13814);
- {$EXTERNALSYM ERROR_IPSEC_IKE_MM_DELAY_DROP}
- //
- // MessageId: ERROR_IPSEC_IKE_QM_DELAY_DROP
- //
- // MessageText:
- //
- // Negotiation took too long
- //
- ERROR_IPSEC_IKE_QM_DELAY_DROP = DWORD(13815);
- {$EXTERNALSYM ERROR_IPSEC_IKE_QM_DELAY_DROP}
- //
- // MessageId: ERROR_IPSEC_IKE_ERROR
- //
- // MessageText:
- //
- // Unknown error occurred
- //
- ERROR_IPSEC_IKE_ERROR = DWORD(13816);
- {$EXTERNALSYM ERROR_IPSEC_IKE_ERROR}
- //
- // MessageId: ERROR_IPSEC_IKE_CRL_FAILED
- //
- // MessageText:
- //
- // Certificate Revocation Check failed
- //
- ERROR_IPSEC_IKE_CRL_FAILED = DWORD(13817);
- {$EXTERNALSYM ERROR_IPSEC_IKE_CRL_FAILED}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_KEY_USAGE
- //
- // MessageText:
- //
- // Invalid certificate key usage
- //
- ERROR_IPSEC_IKE_INVALID_KEY_USAGE = DWORD(13818);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_KEY_USAGE}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_CERT_TYPE
- //
- // MessageText:
- //
- // Invalid certificate type
- //
- ERROR_IPSEC_IKE_INVALID_CERT_TYPE = DWORD(13819);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_CERT_TYPE}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_PRIVATE_KEY
- //
- // MessageText:
- //
- // No private key associated with machine certificate
- //
- ERROR_IPSEC_IKE_NO_PRIVATE_KEY = DWORD(13820);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_PRIVATE_KEY}
- //
- // MessageId: ERROR_IPSEC_IKE_DH_FAIL
- //
- // MessageText:
- //
- // Failure in Diffie-Helman computation
- //
- ERROR_IPSEC_IKE_DH_FAIL = DWORD(13822);
- {$EXTERNALSYM ERROR_IPSEC_IKE_DH_FAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_HEADER
- //
- // MessageText:
- //
- // Invalid header
- //
- ERROR_IPSEC_IKE_INVALID_HEADER = DWORD(13824);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_HEADER}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_POLICY
- //
- // MessageText:
- //
- // No policy configured
- //
- ERROR_IPSEC_IKE_NO_POLICY = DWORD(13825);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_POLICY}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_SIGNATURE
- //
- // MessageText:
- //
- // Failed to verify signature
- //
- ERROR_IPSEC_IKE_INVALID_SIGNATURE = DWORD(13826);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_SIGNATURE}
- //
- // MessageId: ERROR_IPSEC_IKE_KERBEROS_ERROR
- //
- // MessageText:
- //
- // Failed to authenticate using kerberos
- //
- ERROR_IPSEC_IKE_KERBEROS_ERROR = DWORD(13827);
- {$EXTERNALSYM ERROR_IPSEC_IKE_KERBEROS_ERROR}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_PUBLIC_KEY
- //
- // MessageText:
- //
- // Peer's certificate did not have a public key
- //
- ERROR_IPSEC_IKE_NO_PUBLIC_KEY = DWORD(13828);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_PUBLIC_KEY}
- // These must stay as a unit.
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR
- //
- // MessageText:
- //
- // Error processing error payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR = DWORD(13829);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_SA
- //
- // MessageText:
- //
- // Error processing SA payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_SA = DWORD(13830);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_SA}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_PROP
- //
- // MessageText:
- //
- // Error processing Proposal payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_PROP = DWORD(13831);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_PROP}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
- //
- // MessageText:
- //
- // Error processing Transform payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_TRANS = DWORD(13832);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_TRANS}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_KE
- //
- // MessageText:
- //
- // Error processing KE payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_KE = DWORD(13833);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_KE}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_ID
- //
- // MessageText:
- //
- // Error processing ID payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_ID = DWORD(13834);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_ID}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_CERT
- //
- // MessageText:
- //
- // Error processing Cert payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_CERT = DWORD(13835);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_CERT}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
- //
- // MessageText:
- //
- // Error processing Certificate Request payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ = DWORD(13836);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_HASH
- //
- // MessageText:
- //
- // Error processing Hash payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_HASH = DWORD(13837);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_HASH}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_SIG
- //
- // MessageText:
- //
- // Error processing Signature payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_SIG = DWORD(13838);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_SIG}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
- //
- // MessageText:
- //
- // Error processing Nonce payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_NONCE = DWORD(13839);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_NONCE}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
- //
- // MessageText:
- //
- // Error processing Notify payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY = DWORD(13840);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
- //
- // MessageText:
- //
- // Error processing Delete Payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_DELETE = DWORD(13841);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_DELETE}
- //
- // MessageId: ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
- //
- // MessageText:
- //
- // Error processing VendorId payload
- //
- ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR = DWORD(13842);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_PAYLOAD
- //
- // MessageText:
- //
- // Invalid payload received
- //
- ERROR_IPSEC_IKE_INVALID_PAYLOAD = DWORD(13843);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_PAYLOAD}
- //
- // MessageId: ERROR_IPSEC_IKE_LOAD_SOFT_SA
- //
- // MessageText:
- //
- // Soft SA loaded
- //
- ERROR_IPSEC_IKE_LOAD_SOFT_SA = DWORD(13844);
- {$EXTERNALSYM ERROR_IPSEC_IKE_LOAD_SOFT_SA}
- //
- // MessageId: ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
- //
- // MessageText:
- //
- // Soft SA torn down
- //
- ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN = DWORD(13845);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_COOKIE
- //
- // MessageText:
- //
- // Invalid cookie received.
- //
- ERROR_IPSEC_IKE_INVALID_COOKIE = DWORD(13846);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_COOKIE}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_PEER_CERT
- //
- // MessageText:
- //
- // Peer failed to send valid machine certificate
- //
- ERROR_IPSEC_IKE_NO_PEER_CERT = DWORD(13847);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_PEER_CERT}
- //
- // MessageId: ERROR_IPSEC_IKE_PEER_CRL_FAILED
- //
- // MessageText:
- //
- // Certification Revocation check of peer's certificate failed
- //
- ERROR_IPSEC_IKE_PEER_CRL_FAILED = DWORD(13848);
- {$EXTERNALSYM ERROR_IPSEC_IKE_PEER_CRL_FAILED}
- //
- // MessageId: ERROR_IPSEC_IKE_POLICY_CHANGE
- //
- // MessageText:
- //
- // New policy invalidated SAs formed with old policy
- //
- ERROR_IPSEC_IKE_POLICY_CHANGE = DWORD(13849);
- {$EXTERNALSYM ERROR_IPSEC_IKE_POLICY_CHANGE}
- //
- // MessageId: ERROR_IPSEC_IKE_NO_MM_POLICY
- //
- // MessageText:
- //
- // There is no available Main Mode IKE policy.
- //
- ERROR_IPSEC_IKE_NO_MM_POLICY = DWORD(13850);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NO_MM_POLICY}
- //
- // MessageId: ERROR_IPSEC_IKE_NOTCBPRIV
- //
- // MessageText:
- //
- // Failed to enabled TCB privilege.
- //
- ERROR_IPSEC_IKE_NOTCBPRIV = DWORD(13851);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NOTCBPRIV}
- //
- // MessageId: ERROR_IPSEC_IKE_SECLOADFAIL
- //
- // MessageText:
- //
- // Failed to load SECURITY.DLL.
- //
- ERROR_IPSEC_IKE_SECLOADFAIL = DWORD(13852);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SECLOADFAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_FAILSSPINIT
- //
- // MessageText:
- //
- // Failed to obtain security function table dispatch address from SSPI.
- //
- ERROR_IPSEC_IKE_FAILSSPINIT = DWORD(13853);
- {$EXTERNALSYM ERROR_IPSEC_IKE_FAILSSPINIT}
- //
- // MessageId: ERROR_IPSEC_IKE_FAILQUERYSSP
- //
- // MessageText:
- //
- // Failed to query Kerberos package to obtain max token size.
- //
- ERROR_IPSEC_IKE_FAILQUERYSSP = DWORD(13854);
- {$EXTERNALSYM ERROR_IPSEC_IKE_FAILQUERYSSP}
- //
- // MessageId: ERROR_IPSEC_IKE_SRVACQFAIL
- //
- // MessageText:
- //
- // Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
- //
- ERROR_IPSEC_IKE_SRVACQFAIL = DWORD(13855);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SRVACQFAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_SRVQUERYCRED
- //
- // MessageText:
- //
- // Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
- //
- ERROR_IPSEC_IKE_SRVQUERYCRED = DWORD(13856);
- {$EXTERNALSYM ERROR_IPSEC_IKE_SRVQUERYCRED}
- //
- // MessageId: ERROR_IPSEC_IKE_GETSPIFAIL
- //
- // MessageText:
- //
- // Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
- //
- ERROR_IPSEC_IKE_GETSPIFAIL = DWORD(13857);
- {$EXTERNALSYM ERROR_IPSEC_IKE_GETSPIFAIL}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_FILTER
- //
- // MessageText:
- //
- // Given filter is invalid
- //
- ERROR_IPSEC_IKE_INVALID_FILTER = DWORD(13858);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_FILTER}
- //
- // MessageId: ERROR_IPSEC_IKE_OUT_OF_MEMORY
- //
- // MessageText:
- //
- // Memory allocation failed.
- //
- ERROR_IPSEC_IKE_OUT_OF_MEMORY = DWORD(13859);
- {$EXTERNALSYM ERROR_IPSEC_IKE_OUT_OF_MEMORY}
- //
- // MessageId: ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
- //
- // MessageText:
- //
- // Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
- //
- ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED = DWORD(13860);
- {$EXTERNALSYM ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_POLICY
- //
- // MessageText:
- //
- // Invalid policy
- //
- ERROR_IPSEC_IKE_INVALID_POLICY = DWORD(13861);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_POLICY}
- //
- // MessageId: ERROR_IPSEC_IKE_UNKNOWN_DOI
- //
- // MessageText:
- //
- // Invalid DOI
- //
- ERROR_IPSEC_IKE_UNKNOWN_DOI = DWORD(13862);
- {$EXTERNALSYM ERROR_IPSEC_IKE_UNKNOWN_DOI}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_SITUATION
- //
- // MessageText:
- //
- // Invalid situation
- //
- ERROR_IPSEC_IKE_INVALID_SITUATION = DWORD(13863);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_SITUATION}
- //
- // MessageId: ERROR_IPSEC_IKE_DH_FAILURE
- //
- // MessageText:
- //
- // Diffie-Hellman failure
- //
- ERROR_IPSEC_IKE_DH_FAILURE = DWORD(13864);
- {$EXTERNALSYM ERROR_IPSEC_IKE_DH_FAILURE}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_GROUP
- //
- // MessageText:
- //
- // Invalid Diffie-Hellman group
- //
- ERROR_IPSEC_IKE_INVALID_GROUP = DWORD(13865);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_GROUP}
- //
- // MessageId: ERROR_IPSEC_IKE_ENCRYPT
- //
- // MessageText:
- //
- // Error encrypting payload
- //
- ERROR_IPSEC_IKE_ENCRYPT = DWORD(13866);
- {$EXTERNALSYM ERROR_IPSEC_IKE_ENCRYPT}
- //
- // MessageId: ERROR_IPSEC_IKE_DECRYPT
- //
- // MessageText:
- //
- // Error decrypting payload
- //
- ERROR_IPSEC_IKE_DECRYPT = DWORD(13867);
- {$EXTERNALSYM ERROR_IPSEC_IKE_DECRYPT}
- //
- // MessageId: ERROR_IPSEC_IKE_POLICY_MATCH
- //
- // MessageText:
- //
- // Policy match error
- //
- ERROR_IPSEC_IKE_POLICY_MATCH = DWORD(13868);
- {$EXTERNALSYM ERROR_IPSEC_IKE_POLICY_MATCH}
- //
- // MessageId: ERROR_IPSEC_IKE_UNSUPPORTED_ID
- //
- // MessageText:
- //
- // Unsupported ID
- //
- ERROR_IPSEC_IKE_UNSUPPORTED_ID = DWORD(13869);
- {$EXTERNALSYM ERROR_IPSEC_IKE_UNSUPPORTED_ID}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_HASH
- //
- // MessageText:
- //
- // Hash verification failed
- //
- ERROR_IPSEC_IKE_INVALID_HASH = DWORD(13870);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_HASH}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_HASH_ALG
- //
- // MessageText:
- //
- // Invalid hash algorithm
- //
- ERROR_IPSEC_IKE_INVALID_HASH_ALG = DWORD(13871);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_HASH_ALG}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_HASH_SIZE
- //
- // MessageText:
- //
- // Invalid hash size
- //
- ERROR_IPSEC_IKE_INVALID_HASH_SIZE = DWORD(13872);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_HASH_SIZE}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
- //
- // MessageText:
- //
- // Invalid encryption algorithm
- //
- ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG = DWORD(13873);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_AUTH_ALG
- //
- // MessageText:
- //
- // Invalid authentication algorithm
- //
- ERROR_IPSEC_IKE_INVALID_AUTH_ALG = DWORD(13874);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_AUTH_ALG}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_SIG
- //
- // MessageText:
- //
- // Invalid certificate signature
- //
- ERROR_IPSEC_IKE_INVALID_SIG = DWORD(13875);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_SIG}
- //
- // MessageId: ERROR_IPSEC_IKE_LOAD_FAILED
- //
- // MessageText:
- //
- // Load failed
- //
- ERROR_IPSEC_IKE_LOAD_FAILED = DWORD(13876);
- {$EXTERNALSYM ERROR_IPSEC_IKE_LOAD_FAILED}
- //
- // MessageId: ERROR_IPSEC_IKE_RPC_DELETE
- //
- // MessageText:
- //
- // Deleted via RPC call
- //
- ERROR_IPSEC_IKE_RPC_DELETE = DWORD(13877);
- {$EXTERNALSYM ERROR_IPSEC_IKE_RPC_DELETE}
- //
- // MessageId: ERROR_IPSEC_IKE_BENIGN_REINIT
- //
- // MessageText:
- //
- // Temporary state created to perform reinit. This is not a real failure.
- //
- ERROR_IPSEC_IKE_BENIGN_REINIT = DWORD(13878);
- {$EXTERNALSYM ERROR_IPSEC_IKE_BENIGN_REINIT}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
- //
- // MessageText:
- //
- // The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.
- //
- ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY = DWORD(13879);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY}
- //
- // MessageId: ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
- //
- // MessageText:
- //
- // Key length in certificate is too small for configured security requirements.
- //
- ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN = DWORD(13881);
- {$EXTERNALSYM ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN}
- //
- // MessageId: ERROR_IPSEC_IKE_MM_LIMIT
- //
- // MessageText:
- //
- // Max number of established MM SAs to peer exceeded.
- //
- ERROR_IPSEC_IKE_MM_LIMIT = DWORD(13882);
- {$EXTERNALSYM ERROR_IPSEC_IKE_MM_LIMIT}
- //
- // MessageId: ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
- //
- // MessageText:
- //
- // IKE received a policy that disables negotiation.
- //
- ERROR_IPSEC_IKE_NEGOTIATION_DISABLED = DWORD(13883);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NEGOTIATION_DISABLED}
- //
- // MessageId: ERROR_IPSEC_IKE_NEG_STATUS_END
- //
- // MessageText:
- //
- // ERROR_IPSEC_IKE_NEG_STATUS_END
- //
- ERROR_IPSEC_IKE_NEG_STATUS_END = DWORD(13884);
- {$EXTERNALSYM ERROR_IPSEC_IKE_NEG_STATUS_END}
- ////////////////////////////////////
- // //
- // COM Error Codes //
- // //
- ////////////////////////////////////
- //
- // The return value of COM functions and methods is an HRESULT.
- // This is not a handle to anything, but is merely a 32-bit value
- // with several fields encoded in the value. The parts of an
- // HRESULT are shown below.
- //
- // Many of the macros and functions below were orginally defined to
- // operate on SCODEs. SCODEs are no longer used. The macros are
- // still present for compatibility and easy porting of Win16 code.
- // Newly written code should use the HRESULT macros and functions.
- //
- //
- // HRESULTs are 32 bit values layed out as follows:
- //
- // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
- // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
- // +-+-+-+-+-+---------------------+-------------------------------+
- // |S|R|C|N|r| Facility | Code |
- // +-+-+-+-+-+---------------------+-------------------------------+
- //
- // where
- //
- // S - Severity - indicates success/fail
- //
- // 0 - Success
- // 1 - Fail (COERROR)
- //
- // R - reserved portion of the facility code, corresponds to NT's
- // second severity bit.
- //
- // C - reserved portion of the facility code, corresponds to NT's
- // C field.
- //
- // N - reserved portion of the facility code. Used to indicate a
- // mapped NT status value.
- //
- // r - reserved portion of the facility code. Reserved for internal
- // use. Used to indicate HRESULT values that are not status
- // values, but are instead message ids for display strings.
- //
- // Facility - is the facility code
- //
- // Code - is the facility's status code
- //
- //
- // Severity values
- //
- SEVERITY_SUCCESS = 0;
- {$EXTERNALSYM SEVERITY_SUCCESS}
- SEVERITY_ERROR = 1;
- {$EXTERNALSYM SEVERITY_ERROR}
- //
- // Generic test for success on any status value (non-negative numbers
- // indicate success).
- //
- function SUCCEEDED(Status: HRESULT): BOOL;
- {$EXTERNALSYM SUCCEEDED}
- //
- // and the inverse
- //
- function FAILED(Status: HRESULT): BOOL;
- {$EXTERNALSYM FAILED}
- //
- // Generic test for error on any status value.
- //
- function IS_ERROR(Status: HRESULT): BOOL;
- {$EXTERNALSYM IS_ERROR}
- //
- // Return the code
- //
- function HRESULT_CODE(hr: HRESULT): DWORD;
- {$EXTERNALSYM HRESULT_CODE}
- function SCODE_CODE(sc: LONG): DWORD;
- {$EXTERNALSYM SCODE_CODE}
- //
- // Return the facility
- //
- function HRESULT_FACILITY(hr: HRESULT): DWORD;
- {$EXTERNALSYM HRESULT_FACILITY}
- function SCODE_FACILITY(sc: LONG): DWORD;
- {$EXTERNALSYM SCODE_FACILITY}
- //
- // Return the severity
- //
- function HRESULT_SEVERITY(hr: HRESULT): DWORD;
- {$EXTERNALSYM HRESULT_SEVERITY}
- function SCODE_SEVERITY(sc: LONG): DWORD;
- {$EXTERNALSYM SCODE_SEVERITY}
- //
- // Create an HRESULT value from component pieces
- //
- function MAKE_HRESULT(sev, fac, code: DWORD): HRESULT;
- {$EXTERNALSYM MAKE_HRESULT}
- function MAKE_SCODE(sev, fac,code: DWORD): DWORD;
- {$EXTERNALSYM MAKE_SCODE}
- //
- // Map a WIN32 error value into a HRESULT
- // Note: This assumes that WIN32 errors fall in the range -32k to 32k.
- //
- // Define bits here so macros are guaranteed to work
- const
- FACILITY_NT_BIT = $10000000;
- {$EXTERNALSYM FACILITY_NT_BIT}
- // __HRESULT_FROM_WIN32 will always be a macro.
- // The goal will be to enable INLINE_HRESULT_FROM_WIN32 all the time,
- // but there's too much code to change to do that at this time.
- function __HRESULT_FROM_WIN32(x: DWORD): HRESULT;
- {$EXTERNALSYM __HRESULT_FROM_WIN32}
- function HRESULT_FROM_WIN32(x: DWORD): HRESULT;
- {$EXTERNALSYM HRESULT_FROM_WIN32}
- //
- // Map an NT status value into a HRESULT
- //
- function HRESULT_FROM_NT(x: NTSTATUS): HRESULT;
- {$EXTERNALSYM HRESULT_FROM_NT}
- // ****** OBSOLETE functions
- // HRESULT functions
- // As noted above, these functions are obsolete and should not be used.
- // Extract the SCODE from a HRESULT
- function GetScode(hr: HRESULT): DWORD;
- {$EXTERNALSYM GetScode}
- // Convert an SCODE into an HRESULT.
- function ResultFromScode(sc: DWORD): HRESULT;
- {$EXTERNALSYM ResultFromScode}
- // PropagateResult is a noop
- function PropagateResult(hrPrevious, scBase: DWORD): HRESULT;
- {$EXTERNALSYM PropagateResult}
- // ****** End of OBSOLETE functions.
- // ---------------------- HRESULT value definitions -----------------
- //
- // HRESULT definitions
- //
- type
- _HRESULT_TYPEDEF_ = HRESULT;
- {$EXTERNALSYM _HRESULT_TYPEDEF_}
- const
- NOERROR = 0;
- {$EXTERNALSYM NOERROR}
- //
- // Error definitions follow
- //
- //
- // Codes 0x4000-0x40ff are reserved for OLE
- //
- //
- // Error codes
- //
- //
- // MessageId: E_UNEXPECTED
- //
- // MessageText:
- //
- // Catastrophic failure
- //
- E_UNEXPECTED = HRESULT($8000FFFF);
- {$EXTERNALSYM E_UNEXPECTED}
- //
- // MessageId: E_NOTIMPL
- //
- // MessageText:
- //
- // Not implemented
- //
- E_NOTIMPL = HRESULT($80004001);
- {$EXTERNALSYM E_NOTIMPL}
- //
- // MessageId: E_OUTOFMEMORY
- //
- // MessageText:
- //
- // Ran out of memory
- //
- E_OUTOFMEMORY = HRESULT($8007000E);
- {$EXTERNALSYM E_OUTOFMEMORY}
- //
- // MessageId: E_INVALIDARG
- //
- // MessageText:
- //
- // One or more arguments are invalid
- //
- E_INVALIDARG = HRESULT($80070057);
- {$EXTERNALSYM E_INVALIDARG}
- //
- // MessageId: E_NOINTERFACE
- //
- // MessageText:
- //
- // No such interface supported
- //
- E_NOINTERFACE = HRESULT($80004002);
- {$EXTERNALSYM E_NOINTERFACE}
- //
- // MessageId: E_POINTER
- //
- // MessageText:
- //
- // Invalid pointer
- //
- E_POINTER = HRESULT($80004003);
- {$EXTERNALSYM E_POINTER}
- //
- // MessageId: E_HANDLE
- //
- // MessageText:
- //
- // Invalid handle
- //
- E_HANDLE = HRESULT($80070006);
- {$EXTERNALSYM E_HANDLE}
- //
- // MessageId: E_ABORT
- //
- // MessageText:
- //
- // Operation aborted
- //
- E_ABORT = HRESULT($80004004);
- {$EXTERNALSYM E_ABORT}
- //
- // MessageId: E_FAIL
- //
- // MessageText:
- //
- // Unspecified error
- //
- E_FAIL = HRESULT($80004005);
- {$EXTERNALSYM E_FAIL}
- //
- // MessageId: E_ACCESSDENIED
- //
- // MessageText:
- //
- // General access denied error
- //
- E_ACCESSDENIED = HRESULT($80070005);
- {$EXTERNALSYM E_ACCESSDENIED}
- //
- // MessageId: E_PENDING
- //
- // MessageText:
- //
- // The data necessary to complete this operation is not yet available.
- //
- E_PENDING = HRESULT($8000000A);
- {$EXTERNALSYM E_PENDING}
- //
- // MessageId: CO_E_INIT_TLS
- //
- // MessageText:
- //
- // Thread local storage failure
- //
- CO_E_INIT_TLS = HRESULT($80004006);
- {$EXTERNALSYM CO_E_INIT_TLS}
- //
- // MessageId: CO_E_INIT_SHARED_ALLOCATOR
- //
- // MessageText:
- //
- // Get shared memory allocator failure
- //
- CO_E_INIT_SHARED_ALLOCATOR = HRESULT($80004007);
- {$EXTERNALSYM CO_E_INIT_SHARED_ALLOCATOR}
- //
- // MessageId: CO_E_INIT_MEMORY_ALLOCATOR
- //
- // MessageText:
- //
- // Get memory allocator failure
- //
- CO_E_INIT_MEMORY_ALLOCATOR = HRESULT($80004008);
- {$EXTERNALSYM CO_E_INIT_MEMORY_ALLOCATOR}
- //
- // MessageId: CO_E_INIT_CLASS_CACHE
- //
- // MessageText:
- //
- // Unable to initialize class cache
- //
- CO_E_INIT_CLASS_CACHE = HRESULT($80004009);
- {$EXTERNALSYM CO_E_INIT_CLASS_CACHE}
- //
- // MessageId: CO_E_INIT_RPC_CHANNEL
- //
- // MessageText:
- //
- // Unable to initialize RPC services
- //
- CO_E_INIT_RPC_CHANNEL = HRESULT($8000400A);
- {$EXTERNALSYM CO_E_INIT_RPC_CHANNEL}
- //
- // MessageId: CO_E_INIT_TLS_SET_CHANNEL_CONTROL
- //
- // MessageText:
- //
- // Cannot set thread local storage channel control
- //
- CO_E_INIT_TLS_SET_CHANNEL_CONTROL = HRESULT($8000400B);
- {$EXTERNALSYM CO_E_INIT_TLS_SET_CHANNEL_CONTROL}
- //
- // MessageId: CO_E_INIT_TLS_CHANNEL_CONTROL
- //
- // MessageText:
- //
- // Could not allocate thread local storage channel control
- //
- CO_E_INIT_TLS_CHANNEL_CONTROL = HRESULT($8000400C);
- {$EXTERNALSYM CO_E_INIT_TLS_CHANNEL_CONTROL}
- //
- // MessageId: CO_E_INIT_UNACCEPTED_USER_ALLOCATOR
- //
- // MessageText:
- //
- // The user supplied memory allocator is unacceptable
- //
- CO_E_INIT_UNACCEPTED_USER_ALLOCATOR = HRESULT($8000400D);
- {$EXTERNALSYM CO_E_INIT_UNACCEPTED_USER_ALLOCATOR}
- //
- // MessageId: CO_E_INIT_SCM_MUTEX_EXISTS
- //
- // MessageText:
- //
- // The OLE service mutex already exists
- //
- CO_E_INIT_SCM_MUTEX_EXISTS = HRESULT($8000400E);
- {$EXTERNALSYM CO_E_INIT_SCM_MUTEX_EXISTS}
- //
- // MessageId: CO_E_INIT_SCM_FILE_MAPPING_EXISTS
- //
- // MessageText:
- //
- // The OLE service file mapping already exists
- //
- CO_E_INIT_SCM_FILE_MAPPING_EXISTS = HRESULT($8000400F);
- {$EXTERNALSYM CO_E_INIT_SCM_FILE_MAPPING_EXISTS}
- //
- // MessageId: CO_E_INIT_SCM_MAP_VIEW_OF_FILE
- //
- // MessageText:
- //
- // Unable to map view of file for OLE service
- //
- CO_E_INIT_SCM_MAP_VIEW_OF_FILE = HRESULT($80004010);
- {$EXTERNALSYM CO_E_INIT_SCM_MAP_VIEW_OF_FILE}
- //
- // MessageId: CO_E_INIT_SCM_EXEC_FAILURE
- //
- // MessageText:
- //
- // Failure attempting to launch OLE service
- //
- CO_E_INIT_SCM_EXEC_FAILURE = HRESULT($80004011);
- {$EXTERNALSYM CO_E_INIT_SCM_EXEC_FAILURE}
- //
- // MessageId: CO_E_INIT_ONLY_SINGLE_THREADED
- //
- // MessageText:
- //
- // There was an attempt to call CoInitialize a second time while single threaded
- //
- CO_E_INIT_ONLY_SINGLE_THREADED = HRESULT($80004012);
- {$EXTERNALSYM CO_E_INIT_ONLY_SINGLE_THREADED}
- //
- // MessageId: CO_E_CANT_REMOTE
- //
- // MessageText:
- //
- // A Remote activation was necessary but was not allowed
- //
- CO_E_CANT_REMOTE = HRESULT($80004013);
- {$EXTERNALSYM CO_E_CANT_REMOTE}
- //
- // MessageId: CO_E_BAD_SERVER_NAME
- //
- // MessageText:
- //
- // A Remote activation was necessary but the server name provided was invalid
- //
- CO_E_BAD_SERVER_NAME = HRESULT($80004014);
- {$EXTERNALSYM CO_E_BAD_SERVER_NAME}
- //
- // MessageId: CO_E_WRONG_SERVER_IDENTITY
- //
- // MessageText:
- //
- // The class is configured to run as a security id different from the caller
- //
- CO_E_WRONG_SERVER_IDENTITY = HRESULT($80004015);
- {$EXTERNALSYM CO_E_WRONG_SERVER_IDENTITY}
- //
- // MessageId: CO_E_OLE1DDE_DISABLED
- //
- // MessageText:
- //
- // Use of Ole1 services requiring DDE windows is disabled
- //
- CO_E_OLE1DDE_DISABLED = HRESULT($80004016);
- {$EXTERNALSYM CO_E_OLE1DDE_DISABLED}
- //
- // MessageId: CO_E_RUNAS_SYNTAX
- //
- // MessageText:
- //
- // A RunAs specification must be <domain name><user name> or simply <user name>
- //
- CO_E_RUNAS_SYNTAX = HRESULT($80004017);
- {$EXTERNALSYM CO_E_RUNAS_SYNTAX}
- //
- // MessageId: CO_E_CREATEPROCESS_FAILURE
- //
- // MessageText:
- //
- // The server process could not be started. The pathname may be incorrect.
- //
- CO_E_CREATEPROCESS_FAILURE = HRESULT($80004018);
- {$EXTERNALSYM CO_E_CREATEPROCESS_FAILURE}
- //
- // MessageId: CO_E_RUNAS_CREATEPROCESS_FAILURE
- //
- // MessageText:
- //
- // The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
- //
- CO_E_RUNAS_CREATEPROCESS_FAILURE = HRESULT($80004019);
- {$EXTERNALSYM CO_E_RUNAS_CREATEPROCESS_FAILURE}
- //
- // MessageId: CO_E_RUNAS_LOGON_FAILURE
- //
- // MessageText:
- //
- // The server process could not be started because the configured identity is incorrect. Check the username and password.
- //
- CO_E_RUNAS_LOGON_FAILURE = HRESULT($8000401A);
- {$EXTERNALSYM CO_E_RUNAS_LOGON_FAILURE}
- //
- // MessageId: CO_E_LAUNCH_PERMSSION_DENIED
- //
- // MessageText:
- //
- // The client is not allowed to launch this server.
- //
- CO_E_LAUNCH_PERMSSION_DENIED = HRESULT($8000401B);
- {$EXTERNALSYM CO_E_LAUNCH_PERMSSION_DENIED}
- //
- // MessageId: CO_E_START_SERVICE_FAILURE
- //
- // MessageText:
- //
- // The service providing this server could not be started.
- //
- CO_E_START_SERVICE_FAILURE = HRESULT($8000401C);
- {$EXTERNALSYM CO_E_START_SERVICE_FAILURE}
- //
- // MessageId: CO_E_REMOTE_COMMUNICATION_FAILURE
- //
- // MessageText:
- //
- // This computer was unable to communicate with the computer providing the server.
- //
- CO_E_REMOTE_COMMUNICATION_FAILURE = HRESULT($8000401D);
- {$EXTERNALSYM CO_E_REMOTE_COMMUNICATION_FAILURE}
- //
- // MessageId: CO_E_SERVER_START_TIMEOUT
- //
- // MessageText:
- //
- // The server did not respond after being launched.
- //
- CO_E_SERVER_START_TIMEOUT = HRESULT($8000401E);
- {$EXTERNALSYM CO_E_SERVER_START_TIMEOUT}
- //
- // MessageId: CO_E_CLSREG_INCONSISTENT
- //
- // MessageText:
- //
- // The registration information for this server is inconsistent or incomplete.
- //
- CO_E_CLSREG_INCONSISTENT = HRESULT($8000401F);
- {$EXTERNALSYM CO_E_CLSREG_INCONSISTENT}
- //
- // MessageId: CO_E_IIDREG_INCONSISTENT
- //
- // MessageText:
- //
- // The registration information for this interface is inconsistent or incomplete.
- //
- CO_E_IIDREG_INCONSISTENT = HRESULT($80004020);
- {$EXTERNALSYM CO_E_IIDREG_INCONSISTENT}
- //
- // MessageId: CO_E_NOT_SUPPORTED
- //
- // MessageText:
- //
- // The operation attempted is not supported.
- //
- CO_E_NOT_SUPPORTED = HRESULT($80004021);
- {$EXTERNALSYM CO_E_NOT_SUPPORTED}
- //
- // MessageId: CO_E_RELOAD_DLL
- //
- // MessageText:
- //
- // A dll must be loaded.
- //
- CO_E_RELOAD_DLL = HRESULT($80004022);
- {$EXTERNALSYM CO_E_RELOAD_DLL}
- //
- // MessageId: CO_E_MSI_ERROR
- //
- // MessageText:
- //
- // A Microsoft Software Installer error was encountered.
- //
- CO_E_MSI_ERROR = HRESULT($80004023);
- {$EXTERNALSYM CO_E_MSI_ERROR}
- //
- // MessageId: CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT
- //
- // MessageText:
- //
- // The specified activation could not occur in the client context as specified.
- //
- CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT = HRESULT($80004024);
- {$EXTERNALSYM CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT}
- //
- // MessageId: CO_E_SERVER_PAUSED
- //
- // MessageText:
- //
- // Activations on the server are paused.
- //
- CO_E_SERVER_PAUSED = HRESULT($80004025);
- {$EXTERNALSYM CO_E_SERVER_PAUSED}
- //
- // MessageId: CO_E_SERVER_NOT_PAUSED
- //
- // MessageText:
- //
- // Activations on the server are not paused.
- //
- CO_E_SERVER_NOT_PAUSED = HRESULT($80004026);
- {$EXTERNALSYM CO_E_SERVER_NOT_PAUSED}
- //
- // MessageId: CO_E_CLASS_DISABLED
- //
- // MessageText:
- //
- // The component or application containing the component has been disabled.
- //
- CO_E_CLASS_DISABLED = HRESULT($80004027);
- {$EXTERNALSYM CO_E_CLASS_DISABLED}
- //
- // MessageId: CO_E_CLRNOTAVAILABLE
- //
- // MessageText:
- //
- // The common language runtime is not available
- //
- CO_E_CLRNOTAVAILABLE = HRESULT($80004028);
- {$EXTERNALSYM CO_E_CLRNOTAVAILABLE}
- //
- // MessageId: CO_E_ASYNC_WORK_REJECTED
- //
- // MessageText:
- //
- // The thread-pool rejected the submitted asynchronous work.
- //
- CO_E_ASYNC_WORK_REJECTED = HRESULT($80004029);
- {$EXTERNALSYM CO_E_ASYNC_WORK_REJECTED}
- //
- // MessageId: CO_E_SERVER_INIT_TIMEOUT
- //
- // MessageText:
- //
- // The server started, but did not finish initializing in a timely fashion.
- //
- CO_E_SERVER_INIT_TIMEOUT = HRESULT($8000402A);
- {$EXTERNALSYM CO_E_SERVER_INIT_TIMEOUT}
- //
- // MessageId: CO_E_NO_SECCTX_IN_ACTIVATE
- //
- // MessageText:
- //
- // Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
- //
- CO_E_NO_SECCTX_IN_ACTIVATE = HRESULT($8000402B);
- {$EXTERNALSYM CO_E_NO_SECCTX_IN_ACTIVATE}
- //
- // MessageId: CO_E_TRACKER_CONFIG
- //
- // MessageText:
- //
- // The provided tracker configuration is invalid
- //
- CO_E_TRACKER_CONFIG = HRESULT($80004030);
- {$EXTERNALSYM CO_E_TRACKER_CONFIG}
- //
- // MessageId: CO_E_THREADPOOL_CONFIG
- //
- // MessageText:
- //
- // The provided thread pool configuration is invalid
- //
- CO_E_THREADPOOL_CONFIG = HRESULT($80004031);
- {$EXTERNALSYM CO_E_THREADPOOL_CONFIG}
- //
- // MessageId: CO_E_SXS_CONFIG
- //
- // MessageText:
- //
- // The provided side-by-side configuration is invalid
- //
- CO_E_SXS_CONFIG = HRESULT($80004032);
- {$EXTERNALSYM CO_E_SXS_CONFIG}
- //
- // MessageId: CO_E_MALFORMED_SPN
- //
- // MessageText:
- //
- // The server principal name (SPN) obtained during security negotiation is malformed.
- //
- CO_E_MALFORMED_SPN = HRESULT($80004033);
- {$EXTERNALSYM CO_E_MALFORMED_SPN}
- //
- // Success codes
- //
- S_OK = HRESULT($00000000);
- {$EXTERNALSYM S_OK}
- S_FALSE = HRESULT($00000001);
- {$EXTERNALSYM S_FALSE}
- // ******************
- // FACILITY_ITF
- // ******************
- //
- // Codes 0x0-0x01ff are reserved for the OLE group of
- // interfaces.
- //
- //
- // Generic OLE errors that may be returned by many inerfaces
- //
- OLE_E_FIRST = HRESULT($80040000);
- {$EXTERNALSYM OLE_E_FIRST}
- OLE_E_LAST = HRESULT($800400FF);
- {$EXTERNALSYM OLE_E_LAST}
- OLE_S_FIRST = HRESULT($00040000);
- {$EXTERNALSYM OLE_S_FIRST}
- OLE_S_LAST = HRESULT($000400FF);
- {$EXTERNALSYM OLE_S_LAST}
- //
- // Old OLE errors
- //
- //
- // MessageId: OLE_E_OLEVERB
- //
- // MessageText:
- //
- // Invalid OLEVERB structure
- //
- OLE_E_OLEVERB = HRESULT($80040000);
- {$EXTERNALSYM OLE_E_OLEVERB}
- //
- // MessageId: OLE_E_ADVF
- //
- // MessageText:
- //
- // Invalid advise flags
- //
- OLE_E_ADVF = HRESULT($80040001);
- {$EXTERNALSYM OLE_E_ADVF}
- //
- // MessageId: OLE_E_ENUM_NOMORE
- //
- // MessageText:
- //
- // Can't enumerate any more, because the associated data is missing
- //
- OLE_E_ENUM_NOMORE = HRESULT($80040002);
- {$EXTERNALSYM OLE_E_ENUM_NOMORE}
- //
- // MessageId: OLE_E_ADVISENOTSUPPORTED
- //
- // MessageText:
- //
- // This implementation doesn't take advises
- //
- OLE_E_ADVISENOTSUPPORTED = HRESULT($80040003);
- {$EXTERNALSYM OLE_E_ADVISENOTSUPPORTED}
- //
- // MessageId: OLE_E_NOCONNECTION
- //
- // MessageText:
- //
- // There is no connection for this connection ID
- //
- OLE_E_NOCONNECTION = HRESULT($80040004);
- {$EXTERNALSYM OLE_E_NOCONNECTION}
- //
- // MessageId: OLE_E_NOTRUNNING
- //
- // MessageText:
- //
- // Need to run the object to perform this operation
- //
- OLE_E_NOTRUNNING = HRESULT($80040005);
- {$EXTERNALSYM OLE_E_NOTRUNNING}
- //
- // MessageId: OLE_E_NOCACHE
- //
- // MessageText:
- //
- // There is no cache to operate on
- //
- OLE_E_NOCACHE = HRESULT($80040006);
- {$EXTERNALSYM OLE_E_NOCACHE}
- //
- // MessageId: OLE_E_BLANK
- //
- // MessageText:
- //
- // Uninitialized object
- //
- OLE_E_BLANK = HRESULT($80040007);
- {$EXTERNALSYM OLE_E_BLANK}
- //
- // MessageId: OLE_E_CLASSDIFF
- //
- // MessageText:
- //
- // Linked object's source class has changed
- //
- OLE_E_CLASSDIFF = HRESULT($80040008);
- {$EXTERNALSYM OLE_E_CLASSDIFF}
- //
- // MessageId: OLE_E_CANT_GETMONIKER
- //
- // MessageText:
- //
- // Not able to get the moniker of the object
- //
- OLE_E_CANT_GETMONIKER = HRESULT($80040009);
- {$EXTERNALSYM OLE_E_CANT_GETMONIKER}
- //
- // MessageId: OLE_E_CANT_BINDTOSOURCE
- //
- // MessageText:
- //
- // Not able to bind to the source
- //
- OLE_E_CANT_BINDTOSOURCE = HRESULT($8004000A);
- {$EXTERNALSYM OLE_E_CANT_BINDTOSOURCE}
- //
- // MessageId: OLE_E_STATIC
- //
- // MessageText:
- //
- // Object is static; operation not allowed
- //
- OLE_E_STATIC = HRESULT($8004000B);
- {$EXTERNALSYM OLE_E_STATIC}
- //
- // MessageId: OLE_E_PROMPTSAVECANCELLED
- //
- // MessageText:
- //
- // User canceled out of save dialog
- //
- OLE_E_PROMPTSAVECANCELLED = HRESULT($8004000C);
- {$EXTERNALSYM OLE_E_PROMPTSAVECANCELLED}
- //
- // MessageId: OLE_E_INVALIDRECT
- //
- // MessageText:
- //
- // Invalid rectangle
- //
- OLE_E_INVALIDRECT = HRESULT($8004000D);
- {$EXTERNALSYM OLE_E_INVALIDRECT}
- //
- // MessageId: OLE_E_WRONGCOMPOBJ
- //
- // MessageText:
- //
- // compobj.dll is too old for the ole2.dll initialized
- //
- OLE_E_WRONGCOMPOBJ = HRESULT($8004000E);
- {$EXTERNALSYM OLE_E_WRONGCOMPOBJ}
- //
- // MessageId: OLE_E_INVALIDHWND
- //
- // MessageText:
- //
- // Invalid window handle
- //
- OLE_E_INVALIDHWND = HRESULT($8004000F);
- {$EXTERNALSYM OLE_E_INVALIDHWND}
- //
- // MessageId: OLE_E_NOT_INPLACEACTIVE
- //
- // MessageText:
- //
- // Object is not in any of the inplace active states
- //
- OLE_E_NOT_INPLACEACTIVE = HRESULT($80040010);
- {$EXTERNALSYM OLE_E_NOT_INPLACEACTIVE}
- //
- // MessageId: OLE_E_CANTCONVERT
- //
- // MessageText:
- //
- // Not able to convert object
- //
- OLE_E_CANTCONVERT = HRESULT($80040011);
- {$EXTERNALSYM OLE_E_CANTCONVERT}
- //
- // MessageId: OLE_E_NOSTORAGE
- //
- // MessageText:
- //
- // Not able to perform the operation because object is not given storage yet
- //
- OLE_E_NOSTORAGE = HRESULT($80040012);
- {$EXTERNALSYM OLE_E_NOSTORAGE}
- //
- // MessageId: DV_E_FORMATETC
- //
- // MessageText:
- //
- // Invalid FORMATETC structure
- //
- DV_E_FORMATETC = HRESULT($80040064);
- {$EXTERNALSYM DV_E_FORMATETC}
- //
- // MessageId: DV_E_DVTARGETDEVICE
- //
- // MessageText:
- //
- // Invalid DVTARGETDEVICE structure
- //
- DV_E_DVTARGETDEVICE = HRESULT($80040065);
- {$EXTERNALSYM DV_E_DVTARGETDEVICE}
- //
- // MessageId: DV_E_STGMEDIUM
- //
- // MessageText:
- //
- // Invalid STDGMEDIUM structure
- //
- DV_E_STGMEDIUM = HRESULT($80040066);
- {$EXTERNALSYM DV_E_STGMEDIUM}
- //
- // MessageId: DV_E_STATDATA
- //
- // MessageText:
- //
- // Invalid STATDATA structure
- //
- DV_E_STATDATA = HRESULT($80040067);
- {$EXTERNALSYM DV_E_STATDATA}
- //
- // MessageId: DV_E_LINDEX
- //
- // MessageText:
- //
- // Invalid lindex
- //
- DV_E_LINDEX = HRESULT($80040068);
- {$EXTERNALSYM DV_E_LINDEX}
- //
- // MessageId: DV_E_TYMED
- //
- // MessageText:
- //
- // Invalid tymed
- //
- DV_E_TYMED = HRESULT($80040069);
- {$EXTERNALSYM DV_E_TYMED}
- //
- // MessageId: DV_E_CLIPFORMAT
- //
- // MessageText:
- //
- // Invalid clipboard format
- //
- DV_E_CLIPFORMAT = HRESULT($8004006A);
- {$EXTERNALSYM DV_E_CLIPFORMAT}
- //
- // MessageId: DV_E_DVASPECT
- //
- // MessageText:
- //
- // Invalid aspect(s)
- //
- DV_E_DVASPECT = HRESULT($8004006B);
- {$EXTERNALSYM DV_E_DVASPECT}
- //
- // MessageId: DV_E_DVTARGETDEVICE_SIZE
- //
- // MessageText:
- //
- // tdSize parameter of the DVTARGETDEVICE structure is invalid
- //
- DV_E_DVTARGETDEVICE_SIZE = HRESULT($8004006C);
- {$EXTERNALSYM DV_E_DVTARGETDEVICE_SIZE}
- //
- // MessageId: DV_E_NOIVIEWOBJECT
- //
- // MessageText:
- //
- // Object doesn't support IViewObject interface
- //
- DV_E_NOIVIEWOBJECT = HRESULT($8004006D);
- {$EXTERNALSYM DV_E_NOIVIEWOBJECT}
- DRAGDROP_E_FIRST = DWORD($80040100);
- {$EXTERNALSYM DRAGDROP_E_FIRST}
- DRAGDROP_E_LAST = DWORD($8004010F);
- {$EXTERNALSYM DRAGDROP_E_LAST}
- DRAGDROP_S_FIRST = DWORD($00040100);
- {$EXTERNALSYM DRAGDROP_S_FIRST}
- DRAGDROP_S_LAST = DWORD($0004010F);
- {$EXTERNALSYM DRAGDROP_S_LAST}
- //
- // MessageId: DRAGDROP_E_NOTREGISTERED
- //
- // MessageText:
- //
- // Trying to revoke a drop target that has not been registered
- //
- DRAGDROP_E_NOTREGISTERED = HRESULT($80040100);
- {$EXTERNALSYM DRAGDROP_E_NOTREGISTERED}
- //
- // MessageId: DRAGDROP_E_ALREADYREGISTERED
- //
- // MessageText:
- //
- // This window has already been registered as a drop target
- //
- DRAGDROP_E_ALREADYREGISTERED = HRESULT($80040101);
- {$EXTERNALSYM DRAGDROP_E_ALREADYREGISTERED}
- //
- // MessageId: DRAGDROP_E_INVALIDHWND
- //
- // MessageText:
- //
- // Invalid window handle
- //
- DRAGDROP_E_INVALIDHWND = HRESULT($80040102);
- {$EXTERNALSYM DRAGDROP_E_INVALIDHWND}
- CLASSFACTORY_E_FIRST = DWORD($80040110);
- {$EXTERNALSYM CLASSFACTORY_E_FIRST}
- CLASSFACTORY_E_LAST = DWORD($8004011F);
- {$EXTERNALSYM CLASSFACTORY_E_LAST}
- CLASSFACTORY_S_FIRST = DWORD($00040110);
- {$EXTERNALSYM CLASSFACTORY_S_FIRST}
- CLASSFACTORY_S_LAST = DWORD($0004011F);
- {$EXTERNALSYM CLASSFACTORY_S_LAST}
- //
- // MessageId: CLASS_E_NOAGGREGATION
- //
- // MessageText:
- //
- // Class does not support aggregation (or class object is remote)
- //
- CLASS_E_NOAGGREGATION = HRESULT($80040110);
- {$EXTERNALSYM CLASS_E_NOAGGREGATION}
- //
- // MessageId: CLASS_E_CLASSNOTAVAILABLE
- //
- // MessageText:
- //
- // ClassFactory cannot supply requested class
- //
- CLASS_E_CLASSNOTAVAILABLE = HRESULT($80040111);
- {$EXTERNALSYM CLASS_E_CLASSNOTAVAILABLE}
- //
- // MessageId: CLASS_E_NOTLICENSED
- //
- // MessageText:
- //
- // Class is not licensed for use
- //
- CLASS_E_NOTLICENSED = HRESULT($80040112);
- {$EXTERNALSYM CLASS_E_NOTLICENSED}
- MARSHAL_E_FIRST = DWORD($80040120);
- {$EXTERNALSYM MARSHAL_E_FIRST}
- MARSHAL_E_LAST = DWORD($8004012F);
- {$EXTERNALSYM MARSHAL_E_LAST}
- MARSHAL_S_FIRST = DWORD($00040120);
- {$EXTERNALSYM MARSHAL_S_FIRST}
- MARSHAL_S_LAST = DWORD($0004012F);
- {$EXTERNALSYM MARSHAL_S_LAST}
- DATA_E_FIRST = DWORD($80040130);
- {$EXTERNALSYM DATA_E_FIRST}
- DATA_E_LAST = DWORD($8004013F);
- {$EXTERNALSYM DATA_E_LAST}
- DATA_S_FIRST = DWORD($00040130);
- {$EXTERNALSYM DATA_S_FIRST}
- DATA_S_LAST = DWORD($0004013F);
- {$EXTERNALSYM DATA_S_LAST}
- VIEW_E_FIRST = DWORD($80040140);
- {$EXTERNALSYM VIEW_E_FIRST}
- VIEW_E_LAST = DWORD($8004014F);
- {$EXTERNALSYM VIEW_E_LAST}
- VIEW_S_FIRST = DWORD($00040140);
- {$EXTERNALSYM VIEW_S_FIRST}
- VIEW_S_LAST = DWORD($0004014F);
- {$EXTERNALSYM VIEW_S_LAST}
- //
- // MessageId: VIEW_E_DRAW
- //
- // MessageText:
- //
- // Error drawing view
- //
- VIEW_E_DRAW = HRESULT($80040140);
- {$EXTERNALSYM VIEW_E_DRAW}
- REGDB_E_FIRST = DWORD($80040150);
- {$EXTERNALSYM REGDB_E_FIRST}
- REGDB_E_LAST = DWORD($8004015F);
- {$EXTERNALSYM REGDB_E_LAST}
- REGDB_S_FIRST = DWORD($00040150);
- {$EXTERNALSYM REGDB_S_FIRST}
- REGDB_S_LAST = DWORD($0004015F);
- {$EXTERNALSYM REGDB_S_LAST}
- //
- // MessageId: REGDB_E_READREGDB
- //
- // MessageText:
- //
- // Could not read key from registry
- //
- REGDB_E_READREGDB = HRESULT($80040150);
- {$EXTERNALSYM REGDB_E_READREGDB}
- //
- // MessageId: REGDB_E_WRITEREGDB
- //
- // MessageText:
- //
- // Could not write key to registry
- //
- REGDB_E_WRITEREGDB = HRESULT($80040151);
- {$EXTERNALSYM REGDB_E_WRITEREGDB}
- //
- // MessageId: REGDB_E_KEYMISSING
- //
- // MessageText:
- //
- // Could not find the key in the registry
- //
- REGDB_E_KEYMISSING = HRESULT($80040152);
- {$EXTERNALSYM REGDB_E_KEYMISSING}
- //
- // MessageId: REGDB_E_INVALIDVALUE
- //
- // MessageText:
- //
- // Invalid value for registry
- //
- REGDB_E_INVALIDVALUE = HRESULT($80040153);
- {$EXTERNALSYM REGDB_E_INVALIDVALUE}
- //
- // MessageId: REGDB_E_CLASSNOTREG
- //
- // MessageText:
- //
- // Class not registered
- //
- REGDB_E_CLASSNOTREG = HRESULT($80040154);
- {$EXTERNALSYM REGDB_E_CLASSNOTREG}
- //
- // MessageId: REGDB_E_IIDNOTREG
- //
- // MessageText:
- //
- // Interface not registered
- //
- REGDB_E_IIDNOTREG = HRESULT($80040155);
- {$EXTERNALSYM REGDB_E_IIDNOTREG}
- //
- // MessageId: REGDB_E_BADTHREADINGMODEL
- //
- // MessageText:
- //
- // Threading model entry is not valid
- //
- REGDB_E_BADTHREADINGMODEL = HRESULT($80040156);
- {$EXTERNALSYM REGDB_E_BADTHREADINGMODEL}
- CAT_E_FIRST = DWORD($80040160);
- {$EXTERNALSYM CAT_E_FIRST}
- CAT_E_LAST = DWORD($80040161);
- {$EXTERNALSYM CAT_E_LAST}
- //
- // MessageId: CAT_E_CATIDNOEXIST
- //
- // MessageText:
- //
- // CATID does not exist
- //
- CAT_E_CATIDNOEXIST = HRESULT($80040160);
- {$EXTERNALSYM CAT_E_CATIDNOEXIST}
- //
- // MessageId: CAT_E_NODESCRIPTION
- //
- // MessageText:
- //
- // Description not found
- //
- CAT_E_NODESCRIPTION = HRESULT($80040161);
- {$EXTERNALSYM CAT_E_NODESCRIPTION}
- ////////////////////////////////////
- // //
- // Class Store Error Codes //
- // //
- ////////////////////////////////////
- CS_E_FIRST = DWORD($80040164);
- {$EXTERNALSYM CS_E_FIRST}
- CS_E_LAST = DWORD($8004016F);
- {$EXTERNALSYM CS_E_LAST}
- //
- // MessageId: CS_E_PACKAGE_NOTFOUND