Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
MAKEERRORID (1.2)
◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
MAKEERRORID(sev, error)
The MAKEERRORID macro creates an error identifier that consists of a
severity level and an error number.
Parameter Description
────────────────────────────────────────────────────────────────────────────
sev Specifies a severity level, which can be any value in the range 0
through 65,535. You may use the following constants:
SEVERITY_NOERROR
SEVERITY_WARNING
SEVERITY_ERROR
SEVERITY_SEVERE
SEVERITY_UNRECOVERABLE
error Specifies an error value, which can be any value in the range 0
through 65,535.
See Also
ERRORIDERROR, ERRORIDSEV
♦