dc_ist_close - Close an internode shared table
Format
ANSI C, C++
#include <dcist.h> |
K&R C
#include <dcist.h> |
Description
The function dc_ist_close() closes a specified internode shared table.
Arguments whose values are set in the UAP
istid
Specify the table descriptor of the internode shared table to be closed.
flags
Specify DCNOFLAGS.
Return values
Return value | Return value (numeric) | Explanation |
---|---|---|
DC_OK | 0 | The internode shared table was closed normally. |
DCISTER_PROTO | -3800 | The call sequence of functions which access the internode shared table is invalid. |
DCISTER_BADID | -3803 | The table descriptor specified for istid is not the one which was acquired by opening the table normally. |
The internode shared table is not open. | ||
DCISTER_PARAM_FLAGS | -3811 | The value specified for flags is invalid. |