2 // This file contains message strings for the OpenLDAP slapd service.
4 // This file should be compiled as follows
5 // mc -v slapdmsg.mc -r $(IntDir)
6 // rc /v /r $(IntDir)\slapdmsg.rc
7 // The mc (message compiler) command generates the .rc and .h files from this file. The
8 // rc (resource compiler) takes the .rc file and produces a .res file that can be linked
9 // with the final executable application. The application is then registered as a message
10 // source with by creating the appropriate entries in the system registry.
13 // Values are 32 bit values layed out as follows:
15 // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
16 // 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
17 // +---+-+-+-----------------------+-------------------------------+
18 // |Sev|C|R| Facility | Code |
19 // +---+-+-+-----------------------+-------------------------------+
23 // Sev - is the severity code
30 // C - is the Customer code flag
32 // R - is a reserved bit
34 // Facility - is the facility code
36 // Code - is the facility's status code
39 // Define the facility codes
44 // Define the severity codes
49 // MessageId: MSG_SLAPD_STARTED
53 // OpenLDAP SLAPD service started. debuglevel=%1, conffile=%2, urls=%3, mode=%4
55 #define MSG_SLAPD_STARTED 0x40000500L
58 // MessageId: MSG_SLAPD_STOPPED
62 // OpenLDAP SLAPD service stopped.
64 #define MSG_SLAPD_STOPPED 0x40000501L