dc_ist_close - Close an internode shared table

Format

ANSI C, C++

#include <dcist.h>
int  dc_ist_close (int istid, DCLONG flags)

K&R C

#include <dcist.h>
int  dc_ist_close (istid, flags)
int     istid;
DCLONG  flags;

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 valueReturn value (numeric)Explanation
DC_OK0The internode shared table was closed normally.
DCISTER_PROTO-3800The call sequence of functions which access the internode shared table is invalid.
DCISTER_BADID-3803The 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-3811The value specified for flags is invalid.