ReactOS 0.4.15-dev-7788-g1ad9096
errmsg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STATUS_SEVERITY_WARNING   0x2
 
#define STATUS_SEVERITY_SUCCESS   0x0
 
#define STATUS_SEVERITY_INFORMATIONAL   0x1
 
#define STATUS_SEVERITY_ERROR   0x3
 
#define UDF_ERROR_INTERNAL_ERROR   ((ULONG)0xE004A001L)
 

Macro Definition Documentation

◆ STATUS_SEVERITY_ERROR

#define STATUS_SEVERITY_ERROR   0x3

Definition at line 61 of file errmsg.h.

◆ STATUS_SEVERITY_INFORMATIONAL

#define STATUS_SEVERITY_INFORMATIONAL   0x1

Definition at line 60 of file errmsg.h.

◆ STATUS_SEVERITY_SUCCESS

#define STATUS_SEVERITY_SUCCESS   0x0

Definition at line 59 of file errmsg.h.

◆ STATUS_SEVERITY_WARNING

#define STATUS_SEVERITY_WARNING   0x2

Definition at line 58 of file errmsg.h.

◆ UDF_ERROR_INTERNAL_ERROR

#define UDF_ERROR_INTERNAL_ERROR   ((ULONG)0xE004A001L)

Definition at line 71 of file errmsg.h.