[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.19
SDDS_DisconnectFile
name:
SDDS_DisconnectFile
description:
Allows ”temporarily” closing a file. Updates the present page and flushes the table.
synopsis:
#include ”SDDS.h”
int32_t SDDS_DisconnectFile(SDDS_TABLE *SDDS_table)
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
return value:
Returns 1 on success. On failure, returns 0 and records an error message.
see also:
SDDS
_ReconnectFile
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]