
#Delphi xe10 system error code 1400 windows
Here, depending on the installed applications and your Windows version, you can surely find the one or another sound file and the associated constant. Instead of "SYSTEMSTART" we can use the following other constants with PlaySound:Īll available constants are defined in the registry under the path HKEY_CURRENT_USER -> AppEvents -> Schemes -> Apps ->. The example plays the Windows start-up tone (constant SYSTEMSTART) for a single time (SND_ASYNC). We can pass to PlaySound a file or the name of a system sound as well as information about how the sound should be played: uses MMSystem We are using the PlaySound function from the unit MMSystem for this, with which it is possible to play any wave file. The semaphore timeout period has expired.Delphi makes it very easy to play system sounds like the start-up tone, the end-sound or the standard error sound within your own application. This function is only valid in Windows NT mode. The system does not support the command requested. The verify-on-write switch parameter value is not The IOCTL call made by the application program is The target internal file identifier is incorrect. No more internal file identifiers available. Program stopped because alternate diskette was not inserted. The previous ownership of this semaphore has ended. The semaphore is set and cannot be closed.Ĭannot request exclusive semaphores at interrupt time. The exclusive semaphore is owned by another process. The system cannot start another process at
#Delphi xe10 system error code 1400 password
The specified network password is not correct.

Storage to process this request is not available. The specified printer or disk device has been paused. No more connections can be made to this remote computer at this timeīecause there are already as many connections as the computer can accept. The remote server has been paused or is in the The network BIOS session limit was exceeded. The name limit for the local computer network The network resource type is not correct. The specified network name is no longer available. Your file waiting to be printed was deleted.

Space to store the file waiting to be printed is The specified server cannot perform the requested The network BIOS command limit has been reached.Ī network adapter hardware error occurred. The specified network resource or device is no longer The process cannot access the file becauseĪnother process has locked a portion of the file. The system cannot read from the specified device.Ī device attached to the system is not functioning. The system cannot write to the specified device. The drive cannot find the sector requested. The specified disk or diskette cannot be accessed. The device does not recognize the command. The system cannot find the device specified. The system cannot find the drive specified. Not enough storage is available to complete this operation. The storage control block address is invalid.Īn attempt was made to load a program with an Not enough storage is available to process this command. The storage control blocks were destroyed. The system cannot find the path specified. The system cannot find the file specified.


Some of the high-numbered sections toward the end contain Windows API errors which are not truely be IO errors, but which may or may not be reported as such in programs. The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally difficult to find reference for, and are especially difficult to find referenced as Delphi errors.
