1 /* src/bin/pgevent/pgmsgevent.h */
4 /* Values are 32 bit values laid out as follows: */
6 /* 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 */
7 /* 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 */
8 /* +---+-+-+-----------------------+-------------------------------+ */
9 /* |Sev|C|R| Facility | Code | */
10 /* +---+-+-+-----------------------+-------------------------------+ */
14 /* Sev - is the severity code */
17 /* 01 - Informational */
21 /* C - is the Customer code flag */
23 /* R - is a reserved bit */
25 /* Facility - is the facility code */
27 /* Code - is the facility's status code */
30 /* Define the facility codes */
35 /* Define the severity codes */
40 /* MessageId: PGWIN32_EVENTLOG_MSG */
46 #define PGWIN32_EVENTLOG_MSG 0x00000000L