NAME
dce_msg_cat_close - DCE message catalog close routine
SYNOPSIS
#include <dce/dce_msg.h>
void dce_msg_cat_close(
dce_msg_cat_handle_t handle,
error_status_t *status);
PARAMETERS
Input
- handle
-
The handle (returned by dce_msg_cat_open()) to the catalog that is
to be closed.
Output
- status
-
Returns the status code from this operation. The status code is a value that
indicates whether the routine completed successfully and if not, why not.
DESCRIPTION
The dce_msg_cat_close() routine closes the message catalog (which was
opened with dce_msg_cat_open()). On error, it fills in status with
an error code.
ERROR CODES
See: dce_msg_get(3dce)
.
RELATED INFORMATION
Functions: dce_msg_cat_get_msg(3dce), dce_msg_cat_open(3dce),
dce_msg_get_cat_msg(3dce), dce_msg_get(3dce),
dce_msg_get_msg(3dce).
© 1990-1996, Transarc Corporation