msos2.hlp (Table of Contents; Topic list)
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.
ERRORIDSEV (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
ERRORIDSEV(errid)
 
The ERRORIDSEV macro retrieves the severity value from an ERRORID value. An
ERRORID value is returned by the WinGetLastError function. The severity
value may be one of the following:
 
    SEVERITY_NOERROR
    SEVERITY_WARNING
    SEVERITY_ERROR
    SEVERITY_SEVERE
    SEVERITY_UNRECOVERABLE
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
errid      Specifies the error identifier.
 
See Also
 
ERRORIDERROR, MAKEERRORID