#include <dce/dce_msg.h>dce_msg_cat_handle_t dce_msg_cat_open( unsigned32 message_ID, error_status_t *status);
The dce_msg_cat_open() routine opens the message catalog that contains the specified message_ID. It returns a handle that can be used in subsequent calls to dce_msg_cat_get_msg(). On error, it returns NULL and fills in status with an appropriate error code.
See: dce_msg_get(3dce)
.
Functions: dce_msg_cat_close(3dce), dce_msg_cat_get_msg(3dce), dce_msg_get_cat_msg(3dce), dce_msg_get(3dce), dce_msg_get_msg(3dce).