msos2.hlp (Table of Contents; Topic list)
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