linux/fs/smb/server/nterr.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Unix SMB/Netbios implementation.
 * Version 1.9.
 * NT error code constants
 * Copyright (C) Andrew Tridgell              1992-2000
 * Copyright (C) John H Terpstra              1996-2000
 * Copyright (C) Luke Kenneth Casson Leighton 1996-2000
 * Copyright (C) Paul Ashton                  1998-2000
 */

#ifndef _NTERR_H
#define _NTERR_H

/* Win32 Status codes. */
#define NT_STATUS_MORE_ENTRIES
#define NT_ERROR_INVALID_PARAMETER
#define NT_ERROR_INSUFFICIENT_BUFFER
#define NT_STATUS_1804
#define NT_STATUS_NOTIFY_ENUM_DIR
#define NT_STATUS_INVALID_LOCK_RANGE
/*
 * Win32 Error codes extracted using a loop in smbclient then printing a netmon
 * sniff to a file.
 */

#define NT_STATUS_OK
#define NT_STATUS_SOME_UNMAPPED
#define NT_STATUS_BUFFER_OVERFLOW
#define NT_STATUS_NO_MORE_ENTRIES
#define NT_STATUS_MEDIA_CHANGED
#define NT_STATUS_END_OF_MEDIA
#define NT_STATUS_MEDIA_CHECK
#define NT_STATUS_NO_DATA_DETECTED
#define NT_STATUS_STOPPED_ON_SYMLINK
#define NT_STATUS_DEVICE_REQUIRES_CLEANING
#define NT_STATUS_DEVICE_DOOR_OPEN
#define NT_STATUS_UNSUCCESSFUL
#define NT_STATUS_NOT_IMPLEMENTED
#define NT_STATUS_INVALID_INFO_CLASS
#define NT_STATUS_INFO_LENGTH_MISMATCH
#define NT_STATUS_ACCESS_VIOLATION
#define NT_STATUS_IN_PAGE_ERROR
#define NT_STATUS_PAGEFILE_QUOTA
#define NT_STATUS_INVALID_HANDLE
#define NT_STATUS_BAD_INITIAL_STACK
#define NT_STATUS_BAD_INITIAL_PC
#define NT_STATUS_INVALID_CID
#define NT_STATUS_TIMER_NOT_CANCELED
#define NT_STATUS_INVALID_PARAMETER
#define NT_STATUS_NO_SUCH_DEVICE
#define NT_STATUS_NO_SUCH_FILE
#define NT_STATUS_INVALID_DEVICE_REQUEST
#define NT_STATUS_END_OF_FILE
#define NT_STATUS_WRONG_VOLUME
#define NT_STATUS_NO_MEDIA_IN_DEVICE
#define NT_STATUS_UNRECOGNIZED_MEDIA
#define NT_STATUS_NONEXISTENT_SECTOR
#define NT_STATUS_MORE_PROCESSING_REQUIRED
#define NT_STATUS_NO_MEMORY
#define NT_STATUS_CONFLICTING_ADDRESSES
#define NT_STATUS_NOT_MAPPED_VIEW
#define NT_STATUS_UNABLE_TO_FREE_VM
#define NT_STATUS_UNABLE_TO_DELETE_SECTION
#define NT_STATUS_INVALID_SYSTEM_SERVICE
#define NT_STATUS_ILLEGAL_INSTRUCTION
#define NT_STATUS_INVALID_LOCK_SEQUENCE
#define NT_STATUS_INVALID_VIEW_SIZE
#define NT_STATUS_INVALID_FILE_FOR_SECTION
#define NT_STATUS_ALREADY_COMMITTED
#define NT_STATUS_ACCESS_DENIED
#define NT_STATUS_BUFFER_TOO_SMALL
#define NT_STATUS_OBJECT_TYPE_MISMATCH
#define NT_STATUS_NONCONTINUABLE_EXCEPTION
#define NT_STATUS_INVALID_DISPOSITION
#define NT_STATUS_UNWIND
#define NT_STATUS_BAD_STACK
#define NT_STATUS_INVALID_UNWIND_TARGET
#define NT_STATUS_NOT_LOCKED
#define NT_STATUS_PARITY_ERROR
#define NT_STATUS_UNABLE_TO_DECOMMIT_VM
#define NT_STATUS_NOT_COMMITTED
#define NT_STATUS_INVALID_PORT_ATTRIBUTES
#define NT_STATUS_PORT_MESSAGE_TOO_LONG
#define NT_STATUS_INVALID_PARAMETER_MIX
#define NT_STATUS_INVALID_QUOTA_LOWER
#define NT_STATUS_DISK_CORRUPT_ERROR
#define NT_STATUS_OBJECT_NAME_INVALID
#define NT_STATUS_OBJECT_NAME_NOT_FOUND
#define NT_STATUS_OBJECT_NAME_COLLISION
#define NT_STATUS_HANDLE_NOT_WAITABLE
#define NT_STATUS_PORT_DISCONNECTED
#define NT_STATUS_DEVICE_ALREADY_ATTACHED
#define NT_STATUS_OBJECT_PATH_INVALID
#define NT_STATUS_OBJECT_PATH_NOT_FOUND
#define NT_STATUS_OBJECT_PATH_SYNTAX_BAD
#define NT_STATUS_DATA_OVERRUN
#define NT_STATUS_DATA_LATE_ERROR
#define NT_STATUS_DATA_ERROR
#define NT_STATUS_CRC_ERROR
#define NT_STATUS_SECTION_TOO_BIG
#define NT_STATUS_PORT_CONNECTION_REFUSED
#define NT_STATUS_INVALID_PORT_HANDLE
#define NT_STATUS_SHARING_VIOLATION
#define NT_STATUS_QUOTA_EXCEEDED
#define NT_STATUS_INVALID_PAGE_PROTECTION
#define NT_STATUS_MUTANT_NOT_OWNED
#define NT_STATUS_SEMAPHORE_LIMIT_EXCEEDED
#define NT_STATUS_PORT_ALREADY_SET
#define NT_STATUS_SECTION_NOT_IMAGE
#define NT_STATUS_SUSPEND_COUNT_EXCEEDED
#define NT_STATUS_THREAD_IS_TERMINATING
#define NT_STATUS_BAD_WORKING_SET_LIMIT
#define NT_STATUS_INCOMPATIBLE_FILE_MAP
#define NT_STATUS_SECTION_PROTECTION
#define NT_STATUS_EAS_NOT_SUPPORTED
#define NT_STATUS_EA_TOO_LARGE
#define NT_STATUS_NONEXISTENT_EA_ENTRY
#define NT_STATUS_NO_EAS_ON_FILE
#define NT_STATUS_EA_CORRUPT_ERROR
#define NT_STATUS_FILE_LOCK_CONFLICT
#define NT_STATUS_LOCK_NOT_GRANTED
#define NT_STATUS_DELETE_PENDING
#define NT_STATUS_CTL_FILE_NOT_SUPPORTED
#define NT_STATUS_UNKNOWN_REVISION
#define NT_STATUS_REVISION_MISMATCH
#define NT_STATUS_INVALID_OWNER
#define NT_STATUS_INVALID_PRIMARY_GROUP
#define NT_STATUS_NO_IMPERSONATION_TOKEN
#define NT_STATUS_CANT_DISABLE_MANDATORY
#define NT_STATUS_NO_LOGON_SERVERS
#define NT_STATUS_NO_SUCH_LOGON_SESSION
#define NT_STATUS_NO_SUCH_PRIVILEGE
#define NT_STATUS_PRIVILEGE_NOT_HELD
#define NT_STATUS_INVALID_ACCOUNT_NAME
#define NT_STATUS_USER_EXISTS
#define NT_STATUS_NO_SUCH_USER
#define NT_STATUS_GROUP_EXISTS
#define NT_STATUS_NO_SUCH_GROUP
#define NT_STATUS_MEMBER_IN_GROUP
#define NT_STATUS_MEMBER_NOT_IN_GROUP
#define NT_STATUS_LAST_ADMIN
#define NT_STATUS_WRONG_PASSWORD
#define NT_STATUS_ILL_FORMED_PASSWORD
#define NT_STATUS_PASSWORD_RESTRICTION
#define NT_STATUS_LOGON_FAILURE
#define NT_STATUS_ACCOUNT_RESTRICTION
#define NT_STATUS_INVALID_LOGON_HOURS
#define NT_STATUS_INVALID_WORKSTATION
#define NT_STATUS_PASSWORD_EXPIRED
#define NT_STATUS_ACCOUNT_DISABLED
#define NT_STATUS_NONE_MAPPED
#define NT_STATUS_TOO_MANY_LUIDS_REQUESTED
#define NT_STATUS_LUIDS_EXHAUSTED
#define NT_STATUS_INVALID_SUB_AUTHORITY
#define NT_STATUS_INVALID_ACL
#define NT_STATUS_INVALID_SID
#define NT_STATUS_INVALID_SECURITY_DESCR
#define NT_STATUS_PROCEDURE_NOT_FOUND
#define NT_STATUS_INVALID_IMAGE_FORMAT
#define NT_STATUS_NO_TOKEN
#define NT_STATUS_BAD_INHERITANCE_ACL
#define NT_STATUS_RANGE_NOT_LOCKED
#define NT_STATUS_DISK_FULL
#define NT_STATUS_SERVER_DISABLED
#define NT_STATUS_SERVER_NOT_DISABLED
#define NT_STATUS_TOO_MANY_GUIDS_REQUESTED
#define NT_STATUS_GUIDS_EXHAUSTED
#define NT_STATUS_INVALID_ID_AUTHORITY
#define NT_STATUS_AGENTS_EXHAUSTED
#define NT_STATUS_INVALID_VOLUME_LABEL
#define NT_STATUS_SECTION_NOT_EXTENDED
#define NT_STATUS_NOT_MAPPED_DATA
#define NT_STATUS_RESOURCE_DATA_NOT_FOUND
#define NT_STATUS_RESOURCE_TYPE_NOT_FOUND
#define NT_STATUS_RESOURCE_NAME_NOT_FOUND
#define NT_STATUS_ARRAY_BOUNDS_EXCEEDED
#define NT_STATUS_FLOAT_DENORMAL_OPERAND
#define NT_STATUS_FLOAT_DIVIDE_BY_ZERO
#define NT_STATUS_FLOAT_INEXACT_RESULT
#define NT_STATUS_FLOAT_INVALID_OPERATION
#define NT_STATUS_FLOAT_OVERFLOW
#define NT_STATUS_FLOAT_STACK_CHECK
#define NT_STATUS_FLOAT_UNDERFLOW
#define NT_STATUS_INTEGER_DIVIDE_BY_ZERO
#define NT_STATUS_INTEGER_OVERFLOW
#define NT_STATUS_PRIVILEGED_INSTRUCTION
#define NT_STATUS_TOO_MANY_PAGING_FILES
#define NT_STATUS_FILE_INVALID
#define NT_STATUS_ALLOTTED_SPACE_EXCEEDED
#define NT_STATUS_INSUFFICIENT_RESOURCES
#define NT_STATUS_DFS_EXIT_PATH_FOUND
#define NT_STATUS_DEVICE_DATA_ERROR
#define NT_STATUS_DEVICE_NOT_CONNECTED
#define NT_STATUS_DEVICE_POWER_FAILURE
#define NT_STATUS_FREE_VM_NOT_AT_BASE
#define NT_STATUS_MEMORY_NOT_ALLOCATED
#define NT_STATUS_WORKING_SET_QUOTA
#define NT_STATUS_MEDIA_WRITE_PROTECTED
#define NT_STATUS_DEVICE_NOT_READY
#define NT_STATUS_INVALID_GROUP_ATTRIBUTES
#define NT_STATUS_BAD_IMPERSONATION_LEVEL
#define NT_STATUS_CANT_OPEN_ANONYMOUS
#define NT_STATUS_BAD_VALIDATION_CLASS
#define NT_STATUS_BAD_TOKEN_TYPE
#define NT_STATUS_BAD_MASTER_BOOT_RECORD
#define NT_STATUS_INSTRUCTION_MISALIGNMENT
#define NT_STATUS_INSTANCE_NOT_AVAILABLE
#define NT_STATUS_PIPE_NOT_AVAILABLE
#define NT_STATUS_INVALID_PIPE_STATE
#define NT_STATUS_PIPE_BUSY
#define NT_STATUS_ILLEGAL_FUNCTION
#define NT_STATUS_PIPE_DISCONNECTED
#define NT_STATUS_PIPE_CLOSING
#define NT_STATUS_PIPE_CONNECTED
#define NT_STATUS_PIPE_LISTENING
#define NT_STATUS_INVALID_READ_MODE
#define NT_STATUS_IO_TIMEOUT
#define NT_STATUS_FILE_FORCED_CLOSED
#define NT_STATUS_PROFILING_NOT_STARTED
#define NT_STATUS_PROFILING_NOT_STOPPED
#define NT_STATUS_COULD_NOT_INTERPRET
#define NT_STATUS_FILE_IS_A_DIRECTORY
#define NT_STATUS_NOT_SUPPORTED
#define NT_STATUS_REMOTE_NOT_LISTENING
#define NT_STATUS_DUPLICATE_NAME
#define NT_STATUS_BAD_NETWORK_PATH
#define NT_STATUS_NETWORK_BUSY
#define NT_STATUS_DEVICE_DOES_NOT_EXIST
#define NT_STATUS_TOO_MANY_COMMANDS
#define NT_STATUS_ADAPTER_HARDWARE_ERROR
#define NT_STATUS_INVALID_NETWORK_RESPONSE
#define NT_STATUS_UNEXPECTED_NETWORK_ERROR
#define NT_STATUS_BAD_REMOTE_ADAPTER
#define NT_STATUS_PRINT_QUEUE_FULL
#define NT_STATUS_NO_SPOOL_SPACE
#define NT_STATUS_PRINT_CANCELLED
#define NT_STATUS_NETWORK_NAME_DELETED
#define NT_STATUS_NETWORK_ACCESS_DENIED
#define NT_STATUS_BAD_DEVICE_TYPE
#define NT_STATUS_BAD_NETWORK_NAME
#define NT_STATUS_TOO_MANY_NAMES
#define NT_STATUS_TOO_MANY_SESSIONS
#define NT_STATUS_SHARING_PAUSED
#define NT_STATUS_REQUEST_NOT_ACCEPTED
#define NT_STATUS_REDIRECTOR_PAUSED
#define NT_STATUS_NET_WRITE_FAULT
#define NT_STATUS_PROFILING_AT_LIMIT
#define NT_STATUS_NOT_SAME_DEVICE
#define NT_STATUS_FILE_RENAMED
#define NT_STATUS_VIRTUAL_CIRCUIT_CLOSED
#define NT_STATUS_NO_SECURITY_ON_OBJECT
#define NT_STATUS_CANT_WAIT
#define NT_STATUS_PIPE_EMPTY
#define NT_STATUS_CANT_ACCESS_DOMAIN_INFO
#define NT_STATUS_CANT_TERMINATE_SELF
#define NT_STATUS_INVALID_SERVER_STATE
#define NT_STATUS_INVALID_DOMAIN_STATE
#define NT_STATUS_INVALID_DOMAIN_ROLE
#define NT_STATUS_NO_SUCH_DOMAIN
#define NT_STATUS_DOMAIN_EXISTS
#define NT_STATUS_DOMAIN_LIMIT_EXCEEDED
#define NT_STATUS_OPLOCK_NOT_GRANTED
#define NT_STATUS_INVALID_OPLOCK_PROTOCOL
#define NT_STATUS_INTERNAL_DB_CORRUPTION
#define NT_STATUS_INTERNAL_ERROR
#define NT_STATUS_GENERIC_NOT_MAPPED
#define NT_STATUS_BAD_DESCRIPTOR_FORMAT
#define NT_STATUS_INVALID_USER_BUFFER
#define NT_STATUS_UNEXPECTED_IO_ERROR
#define NT_STATUS_UNEXPECTED_MM_CREATE_ERR
#define NT_STATUS_UNEXPECTED_MM_MAP_ERROR
#define NT_STATUS_UNEXPECTED_MM_EXTEND_ERR
#define NT_STATUS_NOT_LOGON_PROCESS
#define NT_STATUS_LOGON_SESSION_EXISTS
#define NT_STATUS_INVALID_PARAMETER_1
#define NT_STATUS_INVALID_PARAMETER_2
#define NT_STATUS_INVALID_PARAMETER_3
#define NT_STATUS_INVALID_PARAMETER_4
#define NT_STATUS_INVALID_PARAMETER_5
#define NT_STATUS_INVALID_PARAMETER_6
#define NT_STATUS_INVALID_PARAMETER_7
#define NT_STATUS_INVALID_PARAMETER_8
#define NT_STATUS_INVALID_PARAMETER_9
#define NT_STATUS_INVALID_PARAMETER_10
#define NT_STATUS_INVALID_PARAMETER_11
#define NT_STATUS_INVALID_PARAMETER_12
#define NT_STATUS_REDIRECTOR_NOT_STARTED
#define NT_STATUS_REDIRECTOR_STARTED
#define NT_STATUS_STACK_OVERFLOW
#define NT_STATUS_NO_SUCH_PACKAGE
#define NT_STATUS_BAD_FUNCTION_TABLE
#define NT_STATUS_DIRECTORY_NOT_EMPTY
#define NT_STATUS_FILE_CORRUPT_ERROR
#define NT_STATUS_NOT_A_DIRECTORY
#define NT_STATUS_BAD_LOGON_SESSION_STATE
#define NT_STATUS_LOGON_SESSION_COLLISION
#define NT_STATUS_NAME_TOO_LONG
#define NT_STATUS_FILES_OPEN
#define NT_STATUS_CONNECTION_IN_USE
#define NT_STATUS_MESSAGE_NOT_FOUND
#define NT_STATUS_PROCESS_IS_TERMINATING
#define NT_STATUS_INVALID_LOGON_TYPE
#define NT_STATUS_NO_GUID_TRANSLATION
#define NT_STATUS_CANNOT_IMPERSONATE
#define NT_STATUS_IMAGE_ALREADY_LOADED
#define NT_STATUS_ABIOS_NOT_PRESENT
#define NT_STATUS_ABIOS_LID_NOT_EXIST
#define NT_STATUS_ABIOS_LID_ALREADY_OWNED
#define NT_STATUS_ABIOS_NOT_LID_OWNER
#define NT_STATUS_ABIOS_INVALID_COMMAND
#define NT_STATUS_ABIOS_INVALID_LID
#define NT_STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
#define NT_STATUS_ABIOS_INVALID_SELECTOR
#define NT_STATUS_NO_LDT
#define NT_STATUS_INVALID_LDT_SIZE
#define NT_STATUS_INVALID_LDT_OFFSET
#define NT_STATUS_INVALID_LDT_DESCRIPTOR
#define NT_STATUS_INVALID_IMAGE_NE_FORMAT
#define NT_STATUS_RXACT_INVALID_STATE
#define NT_STATUS_RXACT_COMMIT_FAILURE
#define NT_STATUS_MAPPED_FILE_SIZE_ZERO
#define NT_STATUS_TOO_MANY_OPENED_FILES
#define NT_STATUS_CANCELLED
#define NT_STATUS_CANNOT_DELETE
#define NT_STATUS_INVALID_COMPUTER_NAME
#define NT_STATUS_FILE_DELETED
#define NT_STATUS_SPECIAL_ACCOUNT
#define NT_STATUS_SPECIAL_GROUP
#define NT_STATUS_SPECIAL_USER
#define NT_STATUS_MEMBERS_PRIMARY_GROUP
#define NT_STATUS_FILE_CLOSED
#define NT_STATUS_TOO_MANY_THREADS
#define NT_STATUS_THREAD_NOT_IN_PROCESS
#define NT_STATUS_TOKEN_ALREADY_IN_USE
#define NT_STATUS_PAGEFILE_QUOTA_EXCEEDED
#define NT_STATUS_COMMITMENT_LIMIT
#define NT_STATUS_INVALID_IMAGE_LE_FORMAT
#define NT_STATUS_INVALID_IMAGE_NOT_MZ
#define NT_STATUS_INVALID_IMAGE_PROTECT
#define NT_STATUS_INVALID_IMAGE_WIN_16
#define NT_STATUS_LOGON_SERVER_CONFLICT
#define NT_STATUS_TIME_DIFFERENCE_AT_DC
#define NT_STATUS_SYNCHRONIZATION_REQUIRED
#define NT_STATUS_DLL_NOT_FOUND
#define NT_STATUS_OPEN_FAILED
#define NT_STATUS_IO_PRIVILEGE_FAILED
#define NT_STATUS_ORDINAL_NOT_FOUND
#define NT_STATUS_ENTRYPOINT_NOT_FOUND
#define NT_STATUS_CONTROL_C_EXIT
#define NT_STATUS_LOCAL_DISCONNECT
#define NT_STATUS_REMOTE_DISCONNECT
#define NT_STATUS_REMOTE_RESOURCES
#define NT_STATUS_LINK_FAILED
#define NT_STATUS_LINK_TIMEOUT
#define NT_STATUS_INVALID_CONNECTION
#define NT_STATUS_INVALID_ADDRESS
#define NT_STATUS_DLL_INIT_FAILED
#define NT_STATUS_MISSING_SYSTEMFILE
#define NT_STATUS_UNHANDLED_EXCEPTION
#define NT_STATUS_APP_INIT_FAILURE
#define NT_STATUS_PAGEFILE_CREATE_FAILED
#define NT_STATUS_NO_PAGEFILE
#define NT_STATUS_INVALID_LEVEL
#define NT_STATUS_WRONG_PASSWORD_CORE
#define NT_STATUS_ILLEGAL_FLOAT_CONTEXT
#define NT_STATUS_PIPE_BROKEN
#define NT_STATUS_REGISTRY_CORRUPT
#define NT_STATUS_REGISTRY_IO_FAILED
#define NT_STATUS_NO_EVENT_PAIR
#define NT_STATUS_UNRECOGNIZED_VOLUME
#define NT_STATUS_SERIAL_NO_DEVICE_INITED
#define NT_STATUS_NO_SUCH_ALIAS
#define NT_STATUS_MEMBER_NOT_IN_ALIAS
#define NT_STATUS_MEMBER_IN_ALIAS
#define NT_STATUS_ALIAS_EXISTS
#define NT_STATUS_LOGON_NOT_GRANTED
#define NT_STATUS_TOO_MANY_SECRETS
#define NT_STATUS_SECRET_TOO_LONG
#define NT_STATUS_INTERNAL_DB_ERROR
#define NT_STATUS_FULLSCREEN_MODE
#define NT_STATUS_TOO_MANY_CONTEXT_IDS
#define NT_STATUS_LOGON_TYPE_NOT_GRANTED
#define NT_STATUS_NOT_REGISTRY_FILE
#define NT_STATUS_NT_CROSS_ENCRYPTION_REQUIRED
#define NT_STATUS_DOMAIN_CTRLR_CONFIG_ERROR
#define NT_STATUS_FT_MISSING_MEMBER
#define NT_STATUS_ILL_FORMED_SERVICE_ENTRY
#define NT_STATUS_ILLEGAL_CHARACTER
#define NT_STATUS_UNMAPPABLE_CHARACTER
#define NT_STATUS_UNDEFINED_CHARACTER
#define NT_STATUS_FLOPPY_VOLUME
#define NT_STATUS_FLOPPY_ID_MARK_NOT_FOUND
#define NT_STATUS_FLOPPY_WRONG_CYLINDER
#define NT_STATUS_FLOPPY_UNKNOWN_ERROR
#define NT_STATUS_FLOPPY_BAD_REGISTERS
#define NT_STATUS_DISK_RECALIBRATE_FAILED
#define NT_STATUS_DISK_OPERATION_FAILED
#define NT_STATUS_DISK_RESET_FAILED
#define NT_STATUS_SHARED_IRQ_BUSY
#define NT_STATUS_FT_ORPHANING
#define NT_STATUS_PARTITION_FAILURE
#define NT_STATUS_INVALID_BLOCK_LENGTH
#define NT_STATUS_DEVICE_NOT_PARTITIONED
#define NT_STATUS_UNABLE_TO_LOCK_MEDIA
#define NT_STATUS_UNABLE_TO_UNLOAD_MEDIA
#define NT_STATUS_EOM_OVERFLOW
#define NT_STATUS_NO_MEDIA
#define NT_STATUS_NO_SUCH_MEMBER
#define NT_STATUS_INVALID_MEMBER
#define NT_STATUS_KEY_DELETED
#define NT_STATUS_NO_LOG_SPACE
#define NT_STATUS_TOO_MANY_SIDS
#define NT_STATUS_LM_CROSS_ENCRYPTION_REQUIRED
#define NT_STATUS_KEY_HAS_CHILDREN
#define NT_STATUS_CHILD_MUST_BE_VOLATILE
#define NT_STATUS_DEVICE_CONFIGURATION_ERROR
#define NT_STATUS_DRIVER_INTERNAL_ERROR
#define NT_STATUS_INVALID_DEVICE_STATE
#define NT_STATUS_IO_DEVICE_ERROR
#define NT_STATUS_DEVICE_PROTOCOL_ERROR
#define NT_STATUS_BACKUP_CONTROLLER
#define NT_STATUS_LOG_FILE_FULL
#define NT_STATUS_TOO_LATE
#define NT_STATUS_NO_TRUST_LSA_SECRET
#define NT_STATUS_NO_TRUST_SAM_ACCOUNT
#define NT_STATUS_TRUSTED_DOMAIN_FAILURE
#define NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE
#define NT_STATUS_EVENTLOG_FILE_CORRUPT
#define NT_STATUS_EVENTLOG_CANT_START
#define NT_STATUS_TRUST_FAILURE
#define NT_STATUS_MUTANT_LIMIT_EXCEEDED
#define NT_STATUS_NETLOGON_NOT_STARTED
#define NT_STATUS_ACCOUNT_EXPIRED
#define NT_STATUS_POSSIBLE_DEADLOCK
#define NT_STATUS_NETWORK_CREDENTIAL_CONFLICT
#define NT_STATUS_REMOTE_SESSION_LIMIT
#define NT_STATUS_EVENTLOG_FILE_CHANGED
#define NT_STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
#define NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
#define NT_STATUS_NOLOGON_SERVER_TRUST_ACCOUNT
#define NT_STATUS_DOMAIN_TRUST_INCONSISTENT
#define NT_STATUS_FS_DRIVER_REQUIRED
#define NT_STATUS_NO_USER_SESSION_KEY
#define NT_STATUS_USER_SESSION_DELETED
#define NT_STATUS_RESOURCE_LANG_NOT_FOUND
#define NT_STATUS_INSUFF_SERVER_RESOURCES
#define NT_STATUS_INVALID_BUFFER_SIZE
#define NT_STATUS_INVALID_ADDRESS_COMPONENT
#define NT_STATUS_INVALID_ADDRESS_WILDCARD
#define NT_STATUS_TOO_MANY_ADDRESSES
#define NT_STATUS_ADDRESS_ALREADY_EXISTS
#define NT_STATUS_ADDRESS_CLOSED
#define NT_STATUS_CONNECTION_DISCONNECTED
#define NT_STATUS_CONNECTION_RESET
#define NT_STATUS_TOO_MANY_NODES
#define NT_STATUS_TRANSACTION_ABORTED
#define NT_STATUS_TRANSACTION_TIMED_OUT
#define NT_STATUS_TRANSACTION_NO_RELEASE
#define NT_STATUS_TRANSACTION_NO_MATCH
#define NT_STATUS_TRANSACTION_RESPONDED
#define NT_STATUS_TRANSACTION_INVALID_ID
#define NT_STATUS_TRANSACTION_INVALID_TYPE
#define NT_STATUS_NOT_SERVER_SESSION
#define NT_STATUS_NOT_CLIENT_SESSION
#define NT_STATUS_CANNOT_LOAD_REGISTRY_FILE
#define NT_STATUS_DEBUG_ATTACH_FAILED
#define NT_STATUS_SYSTEM_PROCESS_TERMINATED
#define NT_STATUS_DATA_NOT_ACCEPTED
#define NT_STATUS_NO_BROWSER_SERVERS_FOUND
#define NT_STATUS_VDM_HARD_ERROR
#define NT_STATUS_DRIVER_CANCEL_TIMEOUT
#define NT_STATUS_REPLY_MESSAGE_MISMATCH
#define NT_STATUS_MAPPED_ALIGNMENT
#define NT_STATUS_IMAGE_CHECKSUM_MISMATCH
#define NT_STATUS_LOST_WRITEBEHIND_DATA
#define NT_STATUS_CLIENT_SERVER_PARAMETERS_INVALID
#define NT_STATUS_PASSWORD_MUST_CHANGE
#define NT_STATUS_NOT_FOUND
#define NT_STATUS_NOT_TINY_STREAM
#define NT_STATUS_RECOVERY_FAILURE
#define NT_STATUS_STACK_OVERFLOW_READ
#define NT_STATUS_FAIL_CHECK
#define NT_STATUS_DUPLICATE_OBJECTID
#define NT_STATUS_OBJECTID_EXISTS
#define NT_STATUS_CONVERT_TO_LARGE
#define NT_STATUS_RETRY
#define NT_STATUS_FOUND_OUT_OF_SCOPE
#define NT_STATUS_ALLOCATE_BUCKET
#define NT_STATUS_PROPSET_NOT_FOUND
#define NT_STATUS_MARSHALL_OVERFLOW
#define NT_STATUS_INVALID_VARIANT
#define NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND
#define NT_STATUS_ACCOUNT_LOCKED_OUT
#define NT_STATUS_HANDLE_NOT_CLOSABLE
#define NT_STATUS_CONNECTION_REFUSED
#define NT_STATUS_GRACEFUL_DISCONNECT
#define NT_STATUS_ADDRESS_ALREADY_ASSOCIATED
#define NT_STATUS_ADDRESS_NOT_ASSOCIATED
#define NT_STATUS_CONNECTION_INVALID
#define NT_STATUS_CONNECTION_ACTIVE
#define NT_STATUS_NETWORK_UNREACHABLE
#define NT_STATUS_HOST_UNREACHABLE
#define NT_STATUS_PROTOCOL_UNREACHABLE
#define NT_STATUS_PORT_UNREACHABLE
#define NT_STATUS_REQUEST_ABORTED
#define NT_STATUS_CONNECTION_ABORTED
#define NT_STATUS_BAD_COMPRESSION_BUFFER
#define NT_STATUS_USER_MAPPED_FILE
#define NT_STATUS_AUDIT_FAILED
#define NT_STATUS_TIMER_RESOLUTION_NOT_SET
#define NT_STATUS_CONNECTION_COUNT_LIMIT
#define NT_STATUS_LOGIN_TIME_RESTRICTION
#define NT_STATUS_LOGIN_WKSTA_RESTRICTION
#define NT_STATUS_IMAGE_MP_UP_MISMATCH
#define NT_STATUS_INSUFFICIENT_LOGON_INFO
#define NT_STATUS_BAD_DLL_ENTRYPOINT
#define NT_STATUS_BAD_SERVICE_ENTRYPOINT
#define NT_STATUS_LPC_REPLY_LOST
#define NT_STATUS_IP_ADDRESS_CONFLICT1
#define NT_STATUS_IP_ADDRESS_CONFLICT2
#define NT_STATUS_REGISTRY_QUOTA_LIMIT
#define NT_STATUS_PATH_NOT_COVERED
#define NT_STATUS_NO_CALLBACK_ACTIVE
#define NT_STATUS_LICENSE_QUOTA_EXCEEDED
#define NT_STATUS_PWD_TOO_SHORT
#define NT_STATUS_PWD_TOO_RECENT
#define NT_STATUS_PWD_HISTORY_CONFLICT
#define NT_STATUS_PLUGPLAY_NO_DEVICE
#define NT_STATUS_UNSUPPORTED_COMPRESSION
#define NT_STATUS_INVALID_HW_PROFILE
#define NT_STATUS_INVALID_PLUGPLAY_DEVICE_PATH
#define NT_STATUS_DRIVER_ORDINAL_NOT_FOUND
#define NT_STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
#define NT_STATUS_RESOURCE_NOT_OWNED
#define NT_STATUS_TOO_MANY_LINKS
#define NT_STATUS_QUOTA_LIST_INCONSISTENT
#define NT_STATUS_FILE_IS_OFFLINE
#define NT_STATUS_NETWORK_SESSION_EXPIRED
#define NT_STATUS_NO_SUCH_JOB
#define NT_STATUS_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
#define NT_STATUS_PENDING
#endif				/* _NTERR_H */