NT status values.
Enumerator |
---|
Success |
Success - The operation completed successfully.
|
Wait1 |
Success - The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
|
Wait2 |
Success - The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
|
Wait3 |
Success - The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
|
Wait63 |
Success - The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.
|
Abandoned |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
AbandonedWait0 |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
AbandonedWait1 |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
AbandonedWait2 |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
AbandonedWait3 |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
AbandonedWait63 |
Success - The caller attempted to wait for a mutex that has been abandoned.
|
UserApc |
Success - A user-mode APC was delivered before the given Interval expired.
|
KernelApc |
Success - ?
|
Alerted |
Success - The delay completed because the thread was alerted.
|
Timeout |
Success - The given Timeout interval expired.
|
Pending |
Success - The operation that was requested is pending completion.
|
Reparse |
Success - A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.
|
MoreEntries |
Success - Returned by enumeration APIs to indicate more information is available to successive calls.
|
NotAllAssigned |
Success - Indicates not all privileges or groups that are referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
|
SomeNotMapped |
Success - Some of the information to be translated has not been translated.
|
OpLockBreakInProgress |
Success - An open/create operation completed while an opportunistic lock (oplock ) break is underway.
|
VolumeMounted |
Success - A new volume has been mounted by a file system.
|
RxActCommitted |
Success - This success level status indicates that the transaction state already exists for the registry sub-tree but that a transaction commit was previously aborted. The commit has now been completed.
|
NotifyCleanup |
Success - Indicates that a notify change request has been completed due to closing the handle that made the notify change request.
|
NotifyEnumDir |
Success - Indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
|
NoQuotasForAccount |
Success - {No Quotas} No system quota limits are specifically set for this account.
|
PrimaryTransportConnectFailed |
Success - {Connect Failure on Primary Transport} An attempt was made to connect to the remote server on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
|
PageFaultTransition |
Success - The page fault was a transition fault.
|
PageFaultDemandZero |
Success - The page fault was a demand zero fault.
|
PageFaultCopyOnWrite |
Success - The page fault was a demand zero fault.
|
PageFaultGuardPage |
Success - The page fault was a demand zero fault.
|
PageFaultPagingFile |
Success - The page fault was satisfied by reading from a secondary storage device.
|
CrashDump |
Success - The crash dump exists in a paging file.
|
ReparseObject |
Success - A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.
|
NothingToTerminate |
Success - A process being terminated has no threads to terminate.
|
ProcessNotInJob |
Success - The specified process is not part of a job.
|
ProcessInJob |
Success - The specified process is part of a job.
|
ProcessCloned |
Success - The current process is a cloned process.
|
FileLockedWithOnlyReaders |
Success - The file was locked and all users of the file can only read.
|
FileLockedWithWriters |
Success - The file was locked and at least one user of the file can write.
|
Informational |
Informational - General information
|
ObjectNameExists |
Informational - {Object Exists} An attempt was made to create an object but the object name already exists.
|
ThreadWasSuspended |
Informational - {Thread Suspended} A thread termination occurred while the thread was suspended. The thread resumed, and termination proceeded.
|
WorkingSetLimitRange |
Informational - {Working Set Range Error} An attempt was made to set the working set minimum or maximum to values that are outside the allowable range.
|
ImageNotAtBase |
Informational - {Image Relocated} An image file could not be mapped at the address that is specified in the image file. Local fixes must be performed on this image.
|
RegistryRecovered |
Informational - {Registry Recovery} One of the files that contains the system registry data had to be recovered by using a log or alternate copy. The recovery was successful.
|
RecoveryNotNeeded |
Informational - Transaction - The transactional resource manager is already consistent. Recovery is not needed.
|
RmAlreadyStarted |
Informational - Transaction - The transactional resource manager has already been started.
|
Warning |
Warning - General warning
|
GuardPageViolation |
Warning - {EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
|
DatatypeMisalignment |
Warning - {EXCEPTION} Alignment Fault A data type misalignment was detected in a load or store instruction.
|
Breakpoint |
Warning - {EXCEPTION} Breakpoint A breakpoint has been reached.
|
SingleStep |
Warning - {EXCEPTION} Single Step A single step or trace operation has just been completed.
|
BufferOverflow |
Warning - {Buffer Overflow} The data was too large to fit into the specified buffer.
|
NoMoreFiles |
Warning - {No More Files} No more files were found which match the file specification.
|
HandlesClosed |
Warning - {Handles Closed} Handles to objects have been automatically closed because of the requested operation.
|
PartialCopy |
Warning - Because of protection conflicts, not all the requested bytes could be copied.
|
DeviceBusy |
Warning - {Device Busy} The device is currently busy.
|
InvalidEaName |
Warning - {Illegal EA} The specified extended attribute (EA) name contains at least one illegal character.
|
EaListInconsistent |
Warning - {Inconsistent EA List} The extended attribute (EA) list is inconsistent.
|
NoMoreEntries |
Warning - {No More Entries} No more entries are available from an enumeration operation.
|
LongJump |
Warning - A long jump has been executed.
|
DllMightBeInsecure |
Warning - The application is attempting to run executable code. This may be insecure.
|
LogCorruptionDetected |
Warning - Transaction - There is no transaction metadata on the file.
|
CantRecoverWithHandleOpen |
Warning - Transaction - The file cannot be recovered because there is a handle still open on it.
|
TxfMetadataAlreadyPresent |
Warning - Transaction - Transaction metadata is already present on this file and cannot be superseded.
|
TransactionScopeCallbacksNotSet |
Warning - Transaction - A transaction scope could not be entered because the scope handler has not been initialized.
|
Error |
Error - General error
|
Unsuccessful |
Error - {Operation Failed} The requested operation was unsuccessful.
|
NotImplemented |
Error - {Not Implemented} The requested operation is not implemented.
|
InvalidInfoClass |
Error - {Invalid Parameter} The specified information class is not a valid information class for the specified object.
|
InfoLengthMismatch |
Error - The specified information record length does not match the length that is required for the specified information class.
|
AccessViolation |
Error - The instruction referenced memory it do not have access to.
|
InPageError |
Error - The required data was not placed into memory because of an I/O error status.
|
PagefileQuota |
Error - The page file quota for the process has been exhausted.
|
InvalidHandle |
Error - An invalid HANDLE was specified.
|
BadInitialStack |
Error - An invalid initial stack was specified in a call to NtCreateThread .
|
BadInitialPc |
Error - An invalid initial start address was specified in a call to NtCreateThread .
|
InvalidCid |
Error - An invalid client ID was specified.
|
TimerNotCanceled |
Error - An attempt was made to cancel or set a timer that has an associated APC and the specified thread is not the thread that originally set the timer with an associated APC routine.
|
InvalidParameter |
Error - An invalid parameter was passed to a service or function.
|
NoSuchDevice |
Error - A device that does not exist was specified.
|
NoSuchFile |
Error - {File Not Found} The file does not exist.
|
InvalidDeviceRequest |
Error - The specified request is not a valid operation for the target device.
|
EndOfFile |
Error - The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
|
WrongVolume |
Error - {Wrong Volume} The wrong volume is in the drive. Insert volume into drive.
|
NoMediaInDevice |
Error - {No Disk} There is no disk in the drive. Insert a disk into drive.
|
NoMemory |
Error - {Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation.
|
NotMappedView |
Error - The address range to un-map is not a mapped view.
|
UnableToFreeVm |
Error - The virtual memory cannot be freed.
|
UnableToDeleteSection |
Error - The specified section cannot be deleted.
|
IllegalInstruction |
Error - {EXCEPTION} Illegal Instruction. An attempt was made to execute an illegal instruction.
|
AlreadyCommitted |
Error - {Already Committed} The specified address range is already committed.
|
AccessDenied |
Error - {Access Denied} A process has requested access to an object but has not been granted those access rights.
|
BufferTooSmall |
Error - {Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer.
|
ObjectTypeMismatch |
Error - {Wrong Type} There is a mismatch between the type of object that is required by the requested operation and the type of object that is specified in the request.
|
NonContinuableException |
Error - {EXCEPTION} Cannot Continue. Windows cannot continue from this exception.
|
BadStack |
Error - An invalid or unaligned stack was encountered during an unwind operation.
|
NotLocked |
Error - An attempt was made to unlock a page of memory that was not locked.
|
NotCommitted |
Error - An attempt was made to change the attributes on memory that has not been committed.
|
InvalidParameterMix |
Error - An invalid combination of parameters was specified.
|
ObjectNameInvalid |
Error - The object name is invalid.
|
ObjectNameNotFound |
Error - The object name is not found.
|
ObjectNameCollision |
Error - The object name already exists.
|
ObjectPathInvalid |
Error - The object path component was not a directory object.
|
ObjectPathNotFound |
Error - {Path Not Found} The path does not exist.
|
ObjectPathSyntaxBad |
Error - The object path component was not a directory object.
|
DataOverrun |
Error - {Data Overrun} A data overrun error occurred.
|
DataLate |
Error - {Data Late} A data late error occurred.
|
DataError |
Error - {Data Error} An error occurred in reading or writing data.
|
CrcError |
Error - {Bad CRC} A cyclic redundancy check (CRC) checksum error occurred.
|
SectionTooBig |
Error - {Section Too Large} The specified section is too big to map the file.
|
PortConnectionRefused |
Error - The NtConnectPort request is refused.
|
InvalidPortHandle |
Error - The type of port handle is invalid for the operation that is requested.
|
SharingViolation |
Error - A file cannot be opened because the share access flags are incompatible.
|
QuotaExceeded |
Error - Insufficient quota exists to complete the operation.
|
InvalidPageProtection |
Error - The specified page protection was not valid.
|
MutantNotOwned |
Error - An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
|
SemaphoreLimitExceeded |
Error - An attempt was made to release a semaphore such that its maximum count would have been exceeded.
|
PortAlreadySet |
Error - An attempt was made to set the DebugPort or ExceptionPort of a process, but a port already exists in the process, or an attempt was made to set the CompletionPort of a file but a port was already set in the file, or an attempt was made to set the associated completion port of an ALPC port but it is already set.
|
SectionNotImage |
Error - An attempt was made to query image information on a section that does not map an image.
|
SuspendCountExceeded |
Error - An attempt was made to suspend a thread whose suspend count was at its maximum.
|
ThreadIsTerminating |
Error - An attempt was made to suspend a thread that has begun termination.
|
BadWorkingSetLimit |
Error - An attempt was made to set the working set limit to an invalid value (for example, the minimum greater than maximum).
|
IncompatibleFileMap |
Error - A section was created to map a file that is not compatible with an already existing section that maps the same file.
|
SectionProtection |
Error - A view to a section specifies a protection that is incompatible with the protection of the initial view.
|
EasNotSupported |
Error - An operation involving EAs failed because the file system does not support EAs.
|
EaTooLarge |
Error - An EA operation failed because the EA set is too large.
|
NonExistentEaEntry |
Error - An EA operation failed because the name or EA index is invalid.
|
NoEasOnFile |
Error - The file for which EAs were requested has no EAs.
|
EaCorruptError |
Error - The EA is corrupt and cannot be read.
|
FileLockConflict |
Error - A requested read/write cannot be granted due to a conflicting file lock.
|
LockNotGranted |
Error - A requested file lock cannot be granted due to other existing locks.
|
DeletePending |
Error - A non-close operation has been requested of a file object that has a delete pending.
|
CtlFileNotSupported |
Error - An attempt was made to set the control attribute on a file. This attribute is not supported in the destination file system.
|
UnknownRevision |
Error - Indicates a revision number that was encountered or specified is not one that is known by the service. It might be a more recent revision than the service is aware of.
|
RevisionMismatch |
Error - Indicates that two revision levels are incompatible.
|
InvalidOwner |
Error - Indicates a particular security ID cannot be assigned as the owner of an object.
|
InvalidPrimaryGroup |
Error - Indicates a particular security ID cannot be assigned as the primary group of an object.
|
NoImpersonationToken |
Error - An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
|
CantDisableMandatory |
Error - A mandatory group cannot be disabled.
|
NoLogonServers |
Error - No logon servers are currently available to service the logon request.
|
NoSuchLogonSession |
Error - A specified logon session does not exist. It might already have been terminated.
|
NoSuchPrivilege |
Error - A specified privilege does not exist.
|
PrivilegeNotHeld |
Error - A required privilege is not held by the client.
|
InvalidAccountName |
Error - The name provided is not a properly formed account name.
|
UserExists |
Error - The specified account already exists.
|
NoSuchUser |
Error - The specified account does not exist.
|
GroupExists |
Error - The specified group already exists.
|
NoSuchGroup |
Error - The specified group does not exist.
|
MemberInGroup |
Error - The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.
|
MemberNotInGroup |
Error - The specified user account is not a member of the specified group account.
|
LastAdmin |
Error - Indicates the requested operation would disable or delete the last remaining administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.
|
WrongPassword |
Error - When trying to update a password, this return status indicates that the value provided as the current password is not correct.
|
IllFormedPassword |
Error - When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.
|
PasswordRestriction |
Error - When trying to update a password, this status indicates that some password update rule has been violated. For example, the password might not meet length criteria.
|
LogonFailure |
Error - The attempted logon is invalid. This is either due to a bad username or authentication information.
|
AccountRestriction |
Error - Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).
|
InvalidLogonHours |
Error - The user account has time restrictions and cannot be logged onto at this time.
|
InvalidWorkstation |
Error - The user account is restricted so that it cannot be used to log on from the source workstation.
|
PasswordExpired |
Error - The user account password has expired.
|
AccountDisabled |
Error - The referenced account is currently disabled and cannot be logged on to.
|
NoneMapped |
Error - None of the information to be translated has been translated.
|
TooManyLuidsRequested |
Error - The number of LUIDs requested cannot be allocated with a single allocation.
|
LuidsExhausted |
Error - Indicates there are no more LUIDs to allocate.
|
InvalidSubAuthority |
Error - Indicates the sub-authority value is invalid for the particular use.
|
InvalidAcl |
Error - Indicates the ACL structure is not valid.
|
InvalidSid |
Error - Indicates the SID structure is not valid.
|
InvalidSecurityDescr |
Error - Indicates the SECURITY_DESCRIPTOR structure is not valid.
|
ProcedureNotFound |
Error - Indicates the specified procedure address cannot be found in the DLL.
|
InvalidImageFormat |
Error - {Bad Image} Image is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
|
NoToken |
Error - An attempt was made to reference a token that does not exist. This is typically done by referencing the token that is associated with a thread when the thread is not impersonating a client.
|
BadInheritanceAcl |
Error - Indicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with a SID that did not fit into the ACE or ACL.
|
RangeNotLocked |
Error - The range specified in NtUnlockFile was not locked.
|
DiskFull |
Error - An operation failed because the disk was full.
|
ServerDisabled |
Error - The GUID allocation server is disabled at the moment.
|
ServerNotDisabled |
Error - The GUID allocation server is enabled at the moment.
|
TooManyGuidsRequested |
Error - Too many GUIDs were requested from the allocation server at once.
|
GuidsExhausted |
Error - The GUIDs could not be allocated because the Authority Agent was exhausted.
|
InvalidIdAuthority |
Error - The value provided was an invalid value for an identifier authority.
|
AgentsExhausted |
Error - No more authority agent values are available for the particular identifier authority value.
|
InvalidVolumeLabel |
Error - An invalid volume label has been specified.
|
SectionNotExtended |
Error - A mapped section could not be extended.
|
NotMappedData |
Error - Specified section to flush does not map a data file.
|
ResourceDataNotFound |
Error - Indicates the specified image file did not contain a resource section.
|
ResourceTypeNotFound |
Error - Indicates the specified resource type cannot be found in the image file.
|
ResourceNameNotFound |
Error - Indicates the specified resource name cannot be found in the image file.
|
ArrayBoundsExceeded |
Error - {EXCEPTION} Array bounds exceeded.
|
FloatDenormalOperand |
Error - {EXCEPTION} Floating-point denormal operand.
|
FloatDivideByZero |
Error - {EXCEPTION} Floating-point division by zero.
|
FloatInexactResult |
Error - {EXCEPTION} Floating-point inexact result.
|
FloatInvalidOperation |
Error - {EXCEPTION} Floating-point invalid operation.
|
FloatOverflow |
Error - {EXCEPTION} Floating-point overflow.
|
FloatStackCheck |
Error - {EXCEPTION} Floating-point stack check.
|
FloatUnderflow |
Error - {EXCEPTION} Floating-point underflow.
|
IntegerDivideByZero |
Error - {EXCEPTION} Integer division by zero.
|
IntegerOverflow |
Error - {EXCEPTION} Integer overflow.
|
PrivilegedInstruction |
Error - {EXCEPTION} Privileged instruction.
|
TooManyPagingFiles |
Error - An attempt was made to install more paging files than the system supports.
|
FileInvalid |
Error - The volume for a file has been externally altered such that the opened file is no longer valid.
|
InstanceNotAvailable |
Error - The maximum named pipe instance count has been reached.
|
PipeNotAvailable |
Error - An instance of a named pipe cannot be found in the listening state.
|
InvalidPipeState |
Error - The named pipe is not in the connected or closing state.
|
PipeBusy |
Error - The specified pipe is set to complete operations and there are current I/O operations queued so that it cannot be changed to queue operations.
|
IllegalFunction |
Error - The specified handle is not open to the server end of the named pipe.
|
PipeDisconnected |
Error - The specified named pipe is in the disconnected state.
|
PipeClosing |
Error - The specified named pipe is in the closing state.
|
PipeConnected |
Error - The specified named pipe is in the connected state.
|
PipeListening |
Error - The specified named pipe is in the listening state.
|
InvalidReadMode |
Error - The specified named pipe is not in message mode.
|
IoTimeout |
Error - {Device Timeout} The specified I/O operation was not completed before the time-out period expired.
|
FileForcedClosed |
Error - The specified file has been closed by another process.
|
ProfilingNotStarted |
Error - Profiling is not started.
|
ProfilingNotStopped |
Error - Profiling is not stopped.
|
NotSameDevice |
Error - {Incorrect Volume} The destination file of a rename request is located on a different device than the source of the rename request.
|
FileRenamed |
Error - The specified file has been renamed and thus cannot be modified.
|
CantWait |
Error - Used to indicate that an operation cannot continue without blocking for I/O.
|
PipeEmpty |
Error - Used to indicate that a read operation was done on an empty pipe.
|
CantTerminateSelf |
Error - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL ) and it was the last thread in the current process.
|
InternalError |
Error - An internal error occurred.
|
InvalidParameter1 |
Error - An invalid parameter was passed to a service or function as the first argument.
|
InvalidParameter2 |
Error - An invalid parameter was passed to a service or function as the second argument.
|
InvalidParameter3 |
Error - An invalid parameter was passed to a service or function as the third argument.
|
InvalidParameter4 |
Error - An invalid parameter was passed to a service or function as the fourth argument.
|
InvalidParameter5 |
Error - An invalid parameter was passed to a service or function as the fifth argument.
|
InvalidParameter6 |
Error - An invalid parameter was passed to a service or function as the sixth argument.
|
InvalidParameter7 |
Error - An invalid parameter was passed to a service or function as the seventh argument.
|
InvalidParameter8 |
Error - An invalid parameter was passed to a service or function as the eighth argument.
|
InvalidParameter9 |
Error - An invalid parameter was passed to a service or function as the ninth argument.
|
InvalidParameter10 |
Error - An invalid parameter was passed to a service or function as the tenth argument.
|
InvalidParameter11 |
Error - An invalid parameter was passed to a service or function as the eleventh argument.
|
InvalidParameter12 |
Error - An invalid parameter was passed to a service or function as the twelfth argument.
|
DirectoryNotEmpty |
Error - Indicates that the directory trying to be deleted is not empty.
|
NotADirectory |
Error - A requested opened file is not a directory.
|
MappedFileSizeZero |
Error - An attempt was made to map a file of size zero with the maximum size specified as zero.
|
TooManyOpenedFiles |
Error - Too many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.
|
Cancelled |
Error - The I/O request was canceled.
|
CannotDelete |
Error - An attempt has been made to remove a file or directory that cannot be deleted.
|
InvalidComputerName |
Error - Indicates a name that was specified as a remote computer name is syntactically invalid.
|
FileDeleted |
Error - An I/O request other than close was performed on a file after it was deleted, which can only happen to a request that did not complete before the last handle was closed via NtClose .
|
SpecialAccount |
Error - Indicates an operation that is incompatible with built-in accounts has been attempted on a built-in (special) SAM account. For example, built-in accounts cannot be deleted.
|
SpecialGroup |
Error - The operation requested cannot be performed on the specified group because it is a built-in special group.
|
SpecialUser |
Error - The operation requested cannot be performed on the specified user because it is a built-in special user.
|
MembersPrimaryGroup |
Error - Indicates a member cannot be removed from a group because the group is currently the member's primary group.
|
FileClosed |
Error - An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
|
TooManyThreads |
Error - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.
|
ThreadNotInProcess |
Error - An attempt was made to operate on a thread within a specific process, but the specified thread is not in the specified process.
|
TokenAlreadyInUse |
Error - An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.
|
PagefileQuotaExceeded |
Error - The page file quota was exceeded.
|
CommitmentLimit |
Error - {Out of Virtual Memory} Your system is low on virtual memory. To ensure that Windows runs correctly, increase the size of your virtual memory paging file.
|
InvalidImageLeFormat |
Error - The specified image file did not have the correct format: it appears to be LE format.
|
InvalidImageNotMz |
Error - The specified image file did not have the correct format: it did not have an initial MZ.
|
InvalidImageProtect |
Error - The specified image file did not have the correct format: it did not have a proper e_lfarlc in the MZ header.
|
InvalidImageWin16 |
Error - The specified image file did not have the correct format: it appears to be a 16-bit Windows image.
|
LogonServer |
Error - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
|
DifferenceAtDc |
Error - The time at the primary domain controller is different from the time at the backup domain controller or member server by too large an amount.
|
SynchronizationRequired |
Error - The SAM database on a Windows Server operating system is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.
|
DllNotFound |
Error - {Unable To Locate Component} This application has failed to start because DLL was not found. Reinstalling the application might fix this problem.
|
IoPrivilegeFailed |
Error - {Privilege Failed} The I/O permissions for the process could not be changed.
|
OrdinalNotFound |
Error - {Ordinal Not Found} The ordinal could not be located in the dynamic link library.
|
EntryPointNotFound |
Error - {Entry Point Not Found} The procedure entry point could not be located in the dynamic link library.
|
ControlCExit |
Error - {Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
|
PortNotSet |
Error - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
|
DebuggerInactive |
Error - An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
|
CallbackBypass |
Error - A callback has requested to bypass native code.
|
PortClosed |
Error - The ALPC port is closed.
|
MessageLost |
Error - The ALPC message requested is no longer available.
|
InvalidMessage |
Error - The ALPC message supplied is invalid.
|
RequestCanceled |
Error - The ALPC message has been canceled.
|
RecursiveDispatch |
Error - Invalid recursive dispatch attempt.
|
LpcReceiveBufferExpected |
Error - No receive buffer has been supplied in a synchronous request.
|
LpcInvalidConnectionUsage |
Error - The connection port is used in an invalid context.
|
LpcRequestsNotAllowed |
Error - The ALPC port does not accept new request messages.
|
ResourceInUse |
Error - The resource requested is already in use.
|
ProcessIsProtected |
Error - Either the target process, or the target thread's containing process, is a protected process.
|
VolumeDirty |
Error - The operation could not be completed because the volume is dirty. Please run the Chkdsk utility and try again.
|
FileCheckedOut |
Error - This file is checked out or locked for editing by another user.
|
CheckOutRequired |
Error - The file must be checked out before saving changes.
|
BadFileType |
Error - The file type being saved or retrieved has been blocked.
|
FileTooLarge |
Error - The file size exceeds the limit allowed and cannot be saved.
|
FormsAuthRequired |
Error - Access Denied. Before opening files in this location, you must first browse to the e.g. site and select the option to log on automatically.
|
VirusInfected |
Error - The operation did not complete successfully because the file contains a virus.
|
VirusDeleted |
Error - This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.
|
TransactionalConflict |
Error - Transaction - The function attempted to use a name that is reserved for use by another transaction.
|
InvalidTransaction |
Error - Transaction - The transaction handle associated with this operation is invalid.
|
TransactionNotActive |
Error - Transaction - The requested operation was made in the context of a transaction that is no longer active.
|
TmInitializationFailed |
Error - Transaction - The transaction manager was unable to be successfully initialized. Transacted operations are not supported.
|
RmNotActive |
Error - Transaction - Transaction support within the specified file system resource manager was not started or was shut down due to an error.
|
RmMetadataCorrupt |
Error - Transaction - The metadata of the resource manager has been corrupted. The resource manager will not function.
|
TransactionNotJoined |
Error - Transaction - The resource manager attempted to prepare a transaction that it has not successfully joined.
|
DirectoryNotRm |
Error - Transaction - The specified directory does not contain a file system resource manager.
|
CouldNotResizeLog |
Error - Transaction - The log could not be set to the requested size.
|
TransactionsUnsupportedRemote |
Error - Transaction - The remote server or share does not support transacted file operations.
|
LogResizeInvalidSize |
Error - Transaction - The requested log size for the file system resource manager is invalid.
|
RemoteFileVersionMismatch |
Error - Transaction - The remote server sent mismatching version number or Fid for a file opened with transactions.
|
CrmProtocolAlreadyExists |
Error - Transaction - The resource manager tried to register a protocol that already exists.
|
TransactionPropagationFailed |
Error - Transaction - The attempt to propagate the transaction failed.
|
CrmProtocolNotFound |
Error - Transaction - The requested propagation protocol was not registered as a CRM.
|
TransactionSuperiorExists |
Error - Transaction - The transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.
|
TransactionRequestNotValid |
Error - Transaction - The requested operation is not valid on the transaction object in its current state.
|
TransactionNotRequested |
Error - Transaction - The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.
|
TransactionAlreadyAborted |
Error - Transaction - It is too late to perform the requested operation, because the transaction has already been aborted.
|
TransactionAlreadyCommitted |
Error - Transaction - It is too late to perform the requested operation, because the transaction has already been committed.
|
TransactionInvalidMarshallBuffer |
Error - Transaction - The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.
|
CurrentTransactionNotValid |
Error - Transaction - The current transaction context associated with the thread is not a valid handle to a transaction object.
|
LogGrowthFailed |
Error - Transaction - An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
|
ObjectNoLongerExists |
Error - Transaction - The object (file, stream, or link) that corresponds to the handle has been deleted by a transaction save-point rollback.
|
StreamMiniversionNotFound |
Error - Transaction - The specified file mini-version was not found for this transacted file open.
|
StreamMiniversionNotValid |
Error - Transaction - The specified file mini-version was found but has been invalidated. The most likely cause is a transaction save-point rollback.
|
MiniversionInaccessibleFromSpecifiedTransaction |
Error - Transaction - A mini-version can be opened only in the context of the transaction that created it.
|
CantOpenMiniversionWithModifyIntent |
Error - Transaction - It is not possible to open a mini-version with modify access.
|
CantCreateMoreStreamMiniversions |
Error - Transaction - It is not possible to create any more mini-versions for this stream.
|
HandleNoLongerValid |
Error - Transaction - The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to save-point.
|
NoTxfMetadata |
Error - Transaction - There is no transaction metadata on the file.
|
RmDisconnected |
Error - Transaction - The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
Error - The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
|
EnlistmentNotSuperior |
Error - Transaction - The request was rejected because the enlistment in question is not a superior enlistment.
|
FileIdentityNotPersistent |
Error - Transaction - The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
Error - The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
|
CantBreakTransactionalDependency |
Error - Transaction - The operation cannot be performed because another transaction is depending on this property not changing.
|
CantCrossRmBoundary |
Error - Transaction - The operation would involve a single file with two transactional resource managers and is, therefore, not allowed.
|
TxfDirNotEmpty |
Error - Transaction - The $Txf directory must be empty for this operation to succeed.
|
IndoubtTransactionsExist |
Error - Transaction - The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
|
TmVolatile |
Error - Transaction - The operation could not be completed because the transaction manager does not have a log.
|
RollbackTimerExpired |
Error - Transaction - A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
|
TxfAttributeCorrupt |
Error - Transaction - The transactional metadata attribute on the file or directory is corrupt and unreadable.
|
EfsNotAllowedInTransaction |
Error - Transaction - The encryption operation could not be completed because a transaction is active.
|
TransactionalOpenNotAllowed |
Error - Transaction - This object is not allowed to be opened in a transaction.
|
TransactedMappingUnsupportedRemote |
Error - Transaction - Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
|
TransactionRequiredPromotion |
Error - Transaction - Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
Error - Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
|
CannotExecuteFileInTransaction |
Error - Transaction - This file is open for modification in an unresolved transaction and can be opened for execute only by a transacted reader.
|
TransactionsNotFrozen |
Error - Transaction - The request to thaw frozen transactions was ignored because transactions were not previously frozen.
|
MaximumNtStatus |
Maximal value
|