#include <dce/dce_msg.h>unsigned char *dce_msg_cat_get_msg( dce_msg_cat_handle_t handle, unsigned32 message, error_status_t *status);
Once the catalog has been opened with the dce_msg_cat_open() routine, the dce_msg_cat_get_msg() routine can be used to retrieve the text for a specified message (which is a 32-bit DCE message ID as described in dce_error_inq_text(3dce)). If the specified message cannot be found in the catalog, the routine returns a NULL and fills in status with the appropriate error code.
See: dce_msg_get(3dce)
.
Functions: dce_msg_cat_close(3dce), dce_msg_cat_open(3dce), dce_msg_get_cat_msg(3dce), dce_msg_get(3dce), dce_msg_get_msg(3dce).