ProviewR Programmer's Reference Manual  V6.1.4
rt_hash_msg.h
1 #ifndef rt_hash_msg_h
2 #define rt_hash_msg_h
3 
4 #define HASH_FACILITY 2159 /* x0000086f */
5 #define HASH__NYI 141525002 /* x086f800a */
6 #define HASH__BUGCHECK 141525012 /* x086f8014 */
7 #define HASH__SUCCESS 141525017 /* x086f8019 */
8 #define HASH__NOTFOUND 141525026 /* x086f8022 */
9 #define HASH__DUPLICATE 141525034 /* x086f802a */
10 #define HASH__FULL 141525042 /* x086f8032 */
11 
12 #endif