int __stdcall NDK_X12_ENV_CLEANUP | ( | void | ) |
Finalize the X12A environment and release any resources allocated.
- Returns
- status code of the operation
- Return values
-
NDK_SUCCESS Operation successful NDK_FAILED Operation unsuccessful. See Macros for full list.
- Remarks
-
- The underlying model is described here.
- The NDK_X12_ENV_CLEANUP removes all files and folders copied by NDK_X12_ENV_INIT, and temporary files created by running X12A models.
- By default, X12A-ARIMA files are copied inside the data folder specified in the configuration file.
- Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL
- Examples
-