dce_msg_cat_close(3dce)
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.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
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)
|