[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.99
SDDS_Terminate
name:
SDDS_Terminate
description:
Erases the data set description and frees all memory being used for a data set. If a file is defined and open for the data set, the file is closed.
synopsis:
#include ”SDDS.h”
int32_t SDDS_Terminate(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
_NumberOfErrors
SDDS
_PrintErrors
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]